r61787 - in /trunk/libpath-class-perl/debian: changelog rules

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Fri Aug 20 06:15:21 UTC 2010


Author: carnil-guest
Date: Fri Aug 20 06:15:02 2010
New Revision: 61787

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61787
Log:
debian/rules: Remove use of --buildsystem=perl_build as this is the
preferred buildsystem in debhelper compat level 8.

Modified:
    trunk/libpath-class-perl/debian/changelog
    trunk/libpath-class-perl/debian/rules

Modified: trunk/libpath-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpath-class-perl/debian/changelog?rev=61787&op=diff
==============================================================================
--- trunk/libpath-class-perl/debian/changelog (original)
+++ trunk/libpath-class-perl/debian/changelog Fri Aug 20 06:15:02 2010
@@ -11,8 +11,10 @@
     - Remove the Build-Depends-Indep field. perl Build-Depends already
       satisfied.
   * Use Debhelper compat level 8.
+  * debian/rules: Remove use of --buildsystem=perl_build as this is the
+    preferred buildsystem in debhelper compat level 8.
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Fri, 20 Aug 2010 08:06:41 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Fri, 20 Aug 2010 08:14:49 +0200
 
 libpath-class-perl (0.19-1) unstable; urgency=low
 

Modified: trunk/libpath-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpath-class-perl/debian/rules?rev=61787&op=diff
==============================================================================
--- trunk/libpath-class-perl/debian/rules (original)
+++ trunk/libpath-class-perl/debian/rules Fri Aug 20 06:15:02 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --buildsystem=perl_build $@
+	dh $@




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