[SCM] Debian packaging of eekboek branch, master, updated. upstream/2.00.03-203-g0a61c67

gregor herrmann gregoa at debian.org
Sat Jan 21 19:12:18 UTC 2012


The following commit has been merged in the master branch:
commit e68a72ea1c2953b08ef2d13495963d6cf441fedb
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 21 18:45:10 2012 +0100

    Switch to debhelper compatibility level 8. Update override_dh_auto_configure.

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 0c34977..836cc5c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: eekboek
 Section: perl
 Priority: extra
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libipc-run3-perl (>= 0.034),
  libdbi-perl (>= 1.40),
  libarchive-zip-perl, libterm-readline-gnu-perl,
diff --git a/debian/rules b/debian/rules
index dd7e741..3dc978a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,11 @@
 %:
 	dh $@
 
-# upstream wants us to use Build.PL, not Makefile.PL: we override dh's default
-
-# remove failing tests.
+# for some reason, .packlist gets created
 override_dh_auto_configure:
-	perl Build.PL --installdirs vendor create_packlist=0
+	dh_auto_configure -- create_packlist=0
 
+# remove failing tests.
 override_dh_auto_test:
 	EB_SKIPDBTESTS=1 ./Build test
 

-- 
Debian packaging of eekboek



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