[libnet-interface-perl] 01/05: Add autotools-dev and autoreconf to deal with stale config.guess and config.sub

Christopher Hoskin christopher.hoskin at gmail.com
Sat Feb 21 22:29:20 UTC 2015


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

grinorcole-guest pushed a commit to branch master
in repository libnet-interface-perl.

commit c93645a56f93977b24f604e7ae22a2f1d9eac827
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sat Feb 21 16:09:56 2015 +0000

    Add autotools-dev and autoreconf to deal with stale config.guess and config.sub
---
 debian/control | 4 +++-
 debian/rules   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 6dc6f8d..e525781 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christopher Hoskin <christopher.hoskin at gmail.com>
 Build-Depends: debhelper (>= 9.20120312~),
- perl
+ perl,
+ autotools-dev,
+ dh-autoreconf  
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-interface-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-interface-perl.git
diff --git a/debian/rules b/debian/rules
index 2d33f6a..069a8a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autotools-dev,autoreconf 

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



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