[libnet-upnp-perl] 01/13: migrate to debhelper 9

Damyan Ivanov dmn at moszumanska.debian.org
Sat Nov 4 08:50:40 UTC 2017


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

dmn pushed a commit to branch master
in repository libnet-upnp-perl.

commit c361b7b1074b439a8091d95c304e1c68a6367cb9
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Nov 4 08:15:27 2017 +0000

    migrate to debhelper 9
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 debian/rules   | 6 ++----
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 53d3073..fbafca4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Mario Limonciello <superm1 at ubuntu.com>
 Standards-Version: 3.8.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-upnp-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-upnp-perl.git
-Build-Depends: cdbs, debhelper (>= 5), perl
+Build-Depends: debhelper (>= 9), perl
 Homepage: https://metacpan.org/release/Net-UPnP
 
 Package: libnet-upnp-perl
diff --git a/debian/rules b/debian/rules
index 4e81e1d..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,3 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-
-DEB_INSTALL_CHANGELOGS_ALL := Changes
+%:
+	dh $@

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



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