r60727 - in /trunk/dh-make-perl: debian/changelog debian/control debian/rules lib/DhMakePerl/Command/Packaging.pm

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Wed Jul 28 09:06:21 UTC 2010


Author: carnil-guest
Date: Wed Jul 28 09:01:48 2010
New Revision: 60727

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60727
Log:
* Bump versioned Build-Depends on debhelper to (>= 7.3.7) as needed
  for --buildystem.
* In v8 mode, dh expects the sequence to run is always its first
  parameter. To be prepared for this, change order of passed arguments
  to the dh commands in debian/rules.
* Now really bump Standards-Version of dh-make-perl to 3.9.1 in
  debian/control.

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/debian/control
    trunk/dh-make-perl/debian/rules
    trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=60727&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Jul 28 09:01:48 2010
@@ -3,8 +3,15 @@
   * dh --buildsystem=buildsystem needs at least debhelper (>= 7.3.7), add this
     rule to DhMakePerl::Command::Packaging. 
   * Bump dh-make-perl version to 0.70.
-
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Wed, 28 Jul 2010 07:07:35 +0200
+  * Bump versioned Build-Depends on debhelper to (>= 7.3.7) as needed
+    for --buildystem.
+  * In v8 mode, dh expects the sequence to run is always its first
+    parameter. To be prepared for this, change order of passed arguments
+    to the dh commands in debian/rules.
+  * Now really bump Standards-Version of dh-make-perl to 3.9.1 in
+    debian/control.
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Wed, 28 Jul 2010 11:00:56 +0200
 
 dh-make-perl (0.69-1) unstable; urgency=low
 

Modified: trunk/dh-make-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/control?rev=60727&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/control (original)
+++ trunk/dh-make-perl/debian/control Wed Jul 28 09:01:48 2010
@@ -1,7 +1,7 @@
 Source: dh-make-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50),
+Build-Depends: debhelper (>= 7.3.7),
  perl (>= 5.10)
 Build-Depends-Indep: 
  libapt-pkg-perl,
@@ -37,7 +37,7 @@
  Ryan Niebur <ryan at debian.org>, Nathan Handler <nhandler at ubuntu.com>,
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>,
  Maximilian Gass <mxey at cloudconnected.org>
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/dh-make-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/dh-make-perl/
 

Modified: trunk/dh-make-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/rules?rev=60727&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/rules (original)
+++ trunk/dh-make-perl/debian/rules Wed Jul 28 09:01:48 2010
@@ -1,14 +1,14 @@
 #!/usr/bin/make -f
 
 %:
-	dh --buildsystem=perl_build $@
+	dh $@ --buildsystem=perl_build
 
 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 --buildsystem=perl_build clean
+	dh clean --buildsystem=perl_build
 
 	# clean after test packages
 	for i in Strange-0.1 Strange-2.1; do\

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm?rev=60727&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm Wed Jul 28 09:01:48 2010
@@ -1184,7 +1184,7 @@
 
 =item dh --buildsystem=buildsystem
 
-C<dh --buildsystem=buildsystem needs debhelper 7.3.7.
+C<dh --buildsystem=buildsystem> needs debhelper 7.3.7.
 
 =item quilt.make
 




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