r60382 - in /trunk/libdbi-perl/debian: README.Debian dh_perl_dbi.in

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jul 18 12:31:54 UTC 2010


Author: gregoa
Date: Sun Jul 18 12:31:30 2010
New Revision: 60382

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60382
Log:
"dh $@ ..."; dh compat 8, cf. debhelper changelog for 7.9.1

Modified:
    trunk/libdbi-perl/debian/README.Debian
    trunk/libdbi-perl/debian/dh_perl_dbi.in

Modified: trunk/libdbi-perl/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/README.Debian?rev=60382&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/README.Debian (original)
+++ trunk/libdbi-perl/debian/README.Debian Sun Jul 18 12:31:30 2010
@@ -15,7 +15,7 @@
 
   #!/usr/bin/make -f
   %:
-          dh --with perl_dbi $@
+          dh $@ --with perl_dbi
 
 old-style debhelper:
 

Modified: trunk/libdbi-perl/debian/dh_perl_dbi.in
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/dh_perl_dbi.in?rev=60382&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/dh_perl_dbi.in (original)
+++ trunk/libdbi-perl/debian/dh_perl_dbi.in Sun Jul 18 12:31:30 2010
@@ -33,7 +33,7 @@
 
   #!/usr/bin/make -f
   %:
-          dh --with perl_dbi $@
+          dh $@ --with perl_dbi
 
 for F<debian/rules>.
 




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