[libcdk-perl] 01/01: Fix --with autotools_dev usage (c.f. #731248)

Axel Beckert abe at deuxchevaux.org
Tue Dec 3 16:19:26 UTC 2013


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

abe pushed a commit to branch master
in repository libcdk-perl.

commit 09c78c42d73b841d4cdf2e93930ce51ad860883e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 3 17:13:33 2013 +0100

    Fix --with autotools_dev usage (c.f. #731248)
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2608fe5..62c8d7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libcdk-perl (20130816-2) UNRELEASED; urgency=low
+
+  * Fix --with autotools_dev usage (c.f. #731248)
+
+ -- Axel Beckert <abe at debian.org>  Tue, 03 Dec 2013 17:12:37 +0100
+
 libcdk-perl (20130816-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 1e25f60..6ce918e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools-dev
+	dh $@ --with autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcdk-perl.git



More information about the Pkg-perl-cvs-commits mailing list