[hamradio-commits] [xastir] 02/03: Use dh_autoreconf - wasn't enabled in d/rules

Iain Learmonth irl-guest at moszumanska.debian.org
Wed Apr 1 20:18:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

irl-guest pushed a commit to branch master
in repository xastir.

commit e5ad9b60d37685c833adc8e9e876038da2795baa
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Wed Apr 1 20:30:10 2015 +0100

    Use dh_autoreconf - wasn't enabled in d/rules
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 88a7ed2..0b8ddbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ xastir (2.0.6-2) UNRELEASED; urgency=medium
     - Add automake as explicit build dependency.
     - Only depend on libax25 for architecture linux-any.
   * debian/rules
+    - Use dh_autoreconf.
     - Stop configure being run twice.
     - Use dh_auto_clean to simplify clean target.
 
diff --git a/debian/rules b/debian/rules
index 5423a1b..e252383 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_install:
 	$(MAKE) install DESTDIR=`pwd`/debian/xastir

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/xastir.git



More information about the pkg-hamradio-commits mailing list