r56667 - in /trunk/libclass-dbi-sweet-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Apr 22 20:03:52 UTC 2010


Author: dmn
Date: Thu Apr 22 20:03:39 2010
New Revision: 56667

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56667
Log:
rules: pass --buildsystem=module_build to force dh to use Build.PL over
Makefile.PL. Closes: #578794 -- FTBFS with newer Module::Build

Modified:
    trunk/libclass-dbi-sweet-perl/debian/changelog
    trunk/libclass-dbi-sweet-perl/debian/rules

Modified: trunk/libclass-dbi-sweet-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/changelog?rev=56667&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/changelog (original)
+++ trunk/libclass-dbi-sweet-perl/debian/changelog Thu Apr 22 20:03:39 2010
@@ -11,6 +11,10 @@
 
   [ Ryan Niebur ]
   * Update jawnsy's email address
+
+  [ Damyan Ivanov ]
+  * rules: pass --buildsystem=module_build to force dh to use Build.PL over
+    Makefile.PL. Closes: #578794 -- FTBFS with newer Module::Build
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 01 Sep 2009 21:18:20 -0700
 

Modified: trunk/libclass-dbi-sweet-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/rules?rev=56667&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/rules (original)
+++ trunk/libclass-dbi-sweet-perl/debian/rules Thu Apr 22 20:03:39 2010
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --buildsystem=perl_build $@
 
 override_dh_auto_test:
 	TEST_POD=1 dh_auto_test




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