[SCM] Debian packaging of libtest-www-selenium-perl branch, master, updated. 56186808c2c35bb996d08added1e89b84474a9a4

gregor herrmann gregoa at debian.org
Sat Dec 10 16:21:54 UTC 2011


The following commit has been merged in the master branch:
commit 918bf5652d130de983fc9a131bea662092c9a146
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 10 17:15:15 2011 +0100

    Switch to debhelper compatibility level 8; switch order of arguments to dh.

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 9d6bd44..d6735a7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libtest-www-selenium-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.3.0)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, liburi-perl (>= 1.53), libtest-exception-perl,
  libtest-mock-lwp-perl, libwww-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/rules b/debian/rules
index 44e9b8d..4eb8617 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh --buildsystem=perl_makemaker $@
+	dh $@ --buildsystem=perl_makemaker
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Debian packaging of libtest-www-selenium-perl



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