r45077 - in /trunk/dh-make-perl: Build.PL debian/changelog debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Sep 30 12:37:12 UTC 2009


Author: dmn
Date: Wed Sep 30 12:37:06 2009
New Revision: 45077

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45077
Log:
drop creation of Makefile.PL and related workarounds

Modified:
    trunk/dh-make-perl/Build.PL
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/debian/rules

Modified: trunk/dh-make-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Build.PL?rev=45077&op=diff
==============================================================================
--- trunk/dh-make-perl/Build.PL (original)
+++ trunk/dh-make-perl/Build.PL Wed Sep 30 12:37:06 2009
@@ -48,7 +48,6 @@
         'File::Touch'       => 0,
     },
     add_to_cleanup      => [ 'DhMakePerl-*' ],
-    create_makefile_pl  => 'passthrough',
     script_files        => [ 'dh-make-perl' ],
     install_path        => {
         share   => '/usr/share/dh-make-perl',

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=45077&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Sep 30 12:37:06 2009
@@ -4,15 +4,12 @@
   * fix MANIFEST file handling
   * use Test::DistManifest
   * update META.yml/MANIFEST/Makefile.PL during build
-  * use a passthrough Makefile.PL, we use special Module::Build stuff
   * add missing requires for Parse::DebControl
   * add missing build_requires on File::Touch
   * Update ryan52's email address
 
   [ gregor herrmann ]
   * 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.
   * Only add a dependency on perl-modules if we need a newer version than the
     one in oldstable.
   * Documentation fix for Debian::Version::deb_ver_cmp.

Modified: trunk/dh-make-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/rules?rev=45077&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/rules (original)
+++ trunk/dh-make-perl/debian/rules Wed Sep 30 12:37:06 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --buildsystem=perl_build $@
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure




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