[libsocket6-perl] 07/23: Use dh-autoreconf

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sat Feb 15 18:00:32 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libsocket6-perl.

commit dab6a3a75a85c622a08613c6016053607748ec52
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Fri Feb 14 14:32:09 2014 +0000

    Use dh-autoreconf
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 014d45f..947d69e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libsocket6-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9), perl (>= 5.8.0-10)
+Build-Depends: debhelper (>= 9), perl (>= 5.8.0-10), dh-autoreconf
 Maintainer: Daniel Lintott <daniel at serverb.co.uk>
 Standards-Version: 3.9.5
 Homepage: http://search.cpan.org/~umemoto
diff --git a/debian/rules b/debian/rules
index eabef09..9c1fc15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ PERL = /usr/bin/perl
 endif
 
 %:
-	dh "$@"
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	$(PERL) Makefile.PL INSTALLDIRS=vendor

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



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