r56340 - in /trunk/dh-make-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 17 21:07:57 UTC 2010


Author: gregoa
Date: Sat Apr 17 21:07:43 2010
New Revision: 56340

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56340
Log:
s;build-system;buildsystem;

Modified:
    trunk/dh-make-perl/debian/changelog
    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=56340&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Sat Apr 17 21:07:43 2010
@@ -26,7 +26,7 @@
   * refresh: keep current source format unless --source-format is given
 
   * Going non-native
-  * rules: add --build-system=perl_build to dh
+  * rules: add --buildsystem=perl_build to dh
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 09 Mar 2010 08:46:09 +0200
 

Modified: trunk/dh-make-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/rules?rev=56340&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/rules (original)
+++ trunk/dh-make-perl/debian/rules Sat Apr 17 21:07:43 2010
@@ -1,14 +1,14 @@
 #!/usr/bin/make -f
 
 %:
-	dh --build-system=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 --build-system=perl_build clean
+	dh --buildsystem=perl_build 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