The following commit has been merged in the master branch:
commit bde01f8408fcbbd37fe5fd31eef7d2ec8a35c716
Author: David Paleino <[email protected]>
Date: Wed Apr 6 10:32:33 2011 +0200
Use autoreconf in debian/rules
diff --git a/debian/changelog b/debian/changelog
index 4884ae3..a0cfb28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
bash-completion (1:1.3-2) UNRELEASED; urgency=low
* Change completion directory layout (00-change_completions_layout.patch)
+ * Use autoreconf in debian/rules
- -- David Paleino <[email protected]> Wed, 06 Apr 2011 10:30:05 +0200
+ -- David Paleino <[email protected]> Wed, 06 Apr 2011 10:32:16 +0200
bash-completion (1:1.3-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 626088c..285c70e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Bash Completion Maintainers
<[email protected]
Uploaders: David Paleino <[email protected]>
Build-Depends:
debhelper (>= 7.0.50)
+ , dh-autoreconf
Build-Depends-Indep: perl
Standards-Version: 3.9.1
Vcs-Git: git://git.debian.org/git/bash-completion/debian.git
diff --git a/debian/rules b/debian/rules
index 3ec82da..5096e1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,4 +35,5 @@ override_dh_auto_test:
# nothing
%:
- dh $@
+ dh $@ \
+ --with autoreconf
--
debian-package
_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits