[libnet-interface-perl] 02/03: Drop autotools-dev and {dh-, }autoreconf from debian/{control, rules}.

gregor herrmann gregoa at debian.org
Sat Sep 24 22:03:01 UTC 2016


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

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

commit cf0c78d8522fff9cae92a97a34ad57927641ea2a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 25 00:00:39 2016 +0200

    Drop autotools-dev and {dh-,}autoreconf from debian/{control,rules}.
    
    Let debhelper 10 do the job for us instead.
---
 debian/compat                   | 2 +-
 debian/control                  | 6 ++----
 debian/rules                    | 2 +-
 debian/source/lintian-overrides | 3 +++
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index de3d99e..5594fb2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,8 @@ Section: perl
 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,
- autotools-dev,
- dh-autoreconf  
+Build-Depends: debhelper (>= 10),
+ perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-interface-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-interface-perl.git
diff --git a/debian/rules b/debian/rules
index ae4ef2d..8887eea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autotools-dev,autoreconf --buildsystem=perl_makemaker 
+	dh $@ --buildsystem=perl_makemaker
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..184d014
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+# can be removed once #820441 is fixed
+libnet-interface-perl source: outdated-autotools-helper-file config.guess 2008-04-14
+libnet-interface-perl source: outdated-autotools-helper-file config.sub 2008-09-08

-- 
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