[SCM] Debian packaging of libcdk-perl branch, master, updated. debian/4.9.10-5-22-g098ed6b

gregor herrmann gregoa at debian.org
Sun Aug 26 17:08:37 UTC 2012


The following commit has been merged in the master branch:
commit f55914352680a7c90c071c5e930427f9b07df98d
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 26 18:28:13 2012 +0200

    Use autotools-dev to ensure recent versions of config{.guess,sub}.

diff --git a/debian/control b/debian/control
index e09b4a6..7308c61 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Jeremiah Foster <jeremiah at jeremiahfoster.com>,
            Dominic Hargreaves <dom at earth.li>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312),
+Build-Depends: autotools-dev,
+               debhelper (>= 9.20120312),
                libcdk5-dev,
                perl
 Standards-Version: 3.9.3
diff --git a/debian/rules b/debian/rules
index 21a8828..1296c92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autotools-dev
 
 override_dh_auto_configure:
 	dh_auto_configure

-- 
Debian packaging of libcdk-perl



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