[SCM] Debian packaging of libhtml-copy-perl branch, master, updated. c6cbaa161d18a500e9dce7c226edee6d1b2ae8fc

gregor herrmann gregoa at debian.org
Mon Jun 17 18:54:03 UTC 2013


The following commit has been merged in the master branch:
commit 669ea2a27e4559974811941e1fc0969adc8d7058
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 17 20:38:51 2013 +0200

    Switch from cdbs to dh(1), use debhelper compat level 8.

diff --git a/debian/compat b/debian/compat
index 1e8b314..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-6
+8
diff --git a/debian/control b/debian/control
index 4bae400..8fcbf0d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libhtml-copy-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs, debhelper (>= 6)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl (>= 5.8.8-7), liburi-perl,
  libhtml-parser-perl (>= 3.4), libclass-accessor-perl, libwww-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/rules b/debian/rules
index 2994691..fce6539 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-
-install/libhtml-copy-perl::
-	[ ! -d debian/libhtml-copy-perl/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose debian/libhtml-copy-perl/usr/lib/perl5
+%:
+	dh $@
 
 

-- 
Debian packaging of libhtml-copy-perl



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