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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Sep 10 22:09:37 UTC 2009


Author: gregoa
Date: Thu Sep 10 22:09:31 2009
New Revision: 43900

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43900
Log:
Call dh with "--buildsystem=perl_build", otherwise dh_auto_install gets
confused by the existing Makefile.PL without a Makefile.

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=43900&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Thu Sep 10 22:09:31 2009
@@ -12,6 +12,8 @@
   * Remove PREFIX from debhelper5 debian/rules templates, which won't work
     with Perl 5.10.1 anymore (cf. #545904).
   * Re-add "NO_NETWORK=1" to tests in debian/rules, got lost somewhere.
+  * Call dh with "--buildsystem=perl_build", otherwise dh_auto_install gets
+    confused by the existing Makefile.PL without a Makefile.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 02 Sep 2009 23:04:47 -0700
 

Modified: trunk/dh-make-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/rules?rev=43900&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/rules (original)
+++ trunk/dh-make-perl/debian/rules Thu Sep 10 22:09:31 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --buildsystem=perl_build $@
 
 override_dh_auto_configure:
 	dh_auto_configure




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