r7834 - in /trunk/libmodule-build-perl: Build.PL debian/changelog

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Sep 21 10:41:53 UTC 2007


Author: dmn
Date: Fri Sep 21 10:41:53 2007
New Revision: 7834

URL: http://svn.debian.org/wsvn/?sc=1&rev=7834
Log:
* Build.PL: set create_packlist to 0 to avoid installing .packlist

Modified:
    trunk/libmodule-build-perl/Build.PL
    trunk/libmodule-build-perl/debian/changelog

Modified: trunk/libmodule-build-perl/Build.PL
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/Build.PL?rev=7834&op=diff
==============================================================================
--- trunk/libmodule-build-perl/Build.PL (original)
+++ trunk/libmodule-build-perl/Build.PL Fri Sep 21 10:41:53 2007
@@ -81,6 +81,7 @@
 		   repository => 'http://svn.perl.org/modules/Module-Build/'
 		  }
 		 },
+   create_packlist => 0,
   );
 
 $build->create_build_script;

Modified: trunk/libmodule-build-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/changelog?rev=7834&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/changelog (original)
+++ trunk/libmodule-build-perl/debian/changelog Fri Sep 21 10:41:53 2007
@@ -8,8 +8,9 @@
   * Apply patch by Steffen Moeller <steffen_moeller at gmx.de> so that modules
     which use Module::Build install man pages using correct section.
     Closes: #441987
+  * Build.PL: set create_packlist to 0 to avoid installing .packlist
 
- -- Damyan Ivanov <dmn at debian.org>  Fri, 21 Sep 2007 13:38:24 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 21 Sep 2007 13:41:34 +0300
 
 libmodule-build-perl (0.26-1) unstable; urgency=low
 




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