From 77b7b09785b2387515ebffcd0524531579820db9 Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Wed, 18 May 2016 23:13:05 +0200 Subject: [PATCH] Use autoreconf --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c2a2334..fff581f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ tio (1.6-2) UNRELEASED; urgency=medium * Fix short license name in debian/copyright + * Use autoreconf -- Jakob Haufe Sat, 07 May 2016 18:31:10 +0200 diff --git a/debian/control b/debian/control index 1e94964..5297de6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: tio Section: comm Priority: optional Maintainer: Jakob Haufe -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/ diff --git a/debian/rules b/debian/rules index aa1c90e..84ec4fc 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.39.2