[Bash-completion-commits] [SCM] debian-package branch, master, updated. debian/1.3-1-32-g653f34e

David Paleino dapal at debian.org
Tue Apr 12 10:44:07 UTC 2011


The following commit has been merged in the master branch:
commit bde01f8408fcbbd37fe5fd31eef7d2ec8a35c716
Author: David Paleino <dapal at debian.org>
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 <dapal at debian.org>  Wed, 06 Apr 2011 10:30:05 +0200
+ -- David Paleino <dapal at debian.org>  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 <bash-completion-devel at lists.alioth.debi
 Uploaders: David Paleino <dapal at debian.org>
 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



More information about the Bash-completion-commits mailing list