r66571 - in /trunk/dh-make-perl/debian: changelog compat control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 28 19:30:58 UTC 2010


Author: dmn
Date: Tue Dec 28 19:29:45 2010
New Revision: 66571

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66571
Log:
bump debhelper compatibility level to 8 and drop --buildsystem from dh calls

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/debian/compat
    trunk/dh-make-perl/debian/control
    trunk/dh-make-perl/debian/rules

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=66571&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Tue Dec 28 19:29:45 2010
@@ -31,6 +31,7 @@
   * Fix tests to stringify when comparing overloaded objects with strings
   * Control::Stanza: split dependency lists one package per line in order to
     make changes more VCS-friendly
+  * bump debhelper compatibility level to 8 and drop --buildsystem from dh calls
 
  -- Peter Pentchev <roam at ringlet.net>  Sun, 19 Dec 2010 20:43:10 +0200
 

Modified: trunk/dh-make-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/compat?rev=66571&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/compat (original)
+++ trunk/dh-make-perl/debian/compat Tue Dec 28 19:29:45 2010
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/dh-make-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/control?rev=66571&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/control (original)
+++ trunk/dh-make-perl/debian/control Tue Dec 28 19:29:45 2010
@@ -1,7 +1,7 @@
 Source: dh-make-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.3.7),
+Build-Depends: debhelper (>= 8),
  perl (>= 5.10)
 Build-Depends-Indep: 
  libapt-pkg-perl,

Modified: trunk/dh-make-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/rules?rev=66571&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/rules (original)
+++ trunk/dh-make-perl/debian/rules Tue Dec 28 19:29:45 2010
@@ -1,14 +1,14 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=perl_build
+	dh $@
 
 override_dh_auto_test:
 # leave this here for Test::DistManifest..I want it to happen on package build but not on CPAN install.
 	NO_NETWORK=1 RELEASE_TESTING=1 dh_auto_test
 
 clean:
-	dh clean --buildsystem=perl_build
+	dh clean
 
 	# clean after test packages
 	for i in Strange-0.1 Strange-2.1; do\




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