]> git.sur5r.net Git - tio/commitdiff
Use autoreconf
authorJakob Haufe <sur5r@sur5r.net>
Wed, 18 May 2016 21:13:05 +0000 (23:13 +0200)
committerJakob Haufe <sur5r@sur5r.net>
Thu, 19 May 2016 21:46:18 +0000 (23:46 +0200)
debian/changelog
debian/control
debian/rules

index c2a23346dceeae62c56c1d946c26fe9c93942822..fff581f32eec8c44a404b16df7eb586e32c6a457 100644 (file)
@@ -1,6 +1,7 @@
 tio (1.6-2) UNRELEASED; urgency=medium
 
   * Fix short license name in debian/copyright
+  * Use autoreconf
 
  -- Jakob Haufe <sur5r@sur5r.net>  Sat, 07 May 2016 18:31:10 +0200
 
index 1e949643b209e95fcb5357fc52438abcf5c13645..5297de6addc95b4e2b194f587aae53ad9def7777 100644 (file)
@@ -2,7 +2,7 @@ Source: tio
 Section: comm
 Priority: optional
 Maintainer: Jakob Haufe <sur5r@sur5r.net>
-Build-Depends: debhelper (>=9), autotools-dev, pkg-config, bash-completion
+Build-Depends: debhelper (>=9), autotools-dev, pkg-config, bash-completion, dh-autoreconf
 Standards-Version: 3.9.8
 Homepage: http://tio.github.io/
 Vcs-Git: https://git.sur5r.net/tio/
index aa1c90e0315407d928a3098c0cf1d923edae3d02..84ec4fc8a505a4e8cf773c7e8057b27a94201556 100755 (executable)
@@ -8,4 +8,4 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 #export DH_VERBOSE=1
 
 %:
-       dh $@  --with autotools-dev --with bash-completion
+       dh $@  --with autoreconf --with bash-completion