r11512 - in /trunk/libmoosex-getopt-perl/debian: changelog patches/do-not-erase-META-nor-Makefile.PL.patch patches/series

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Sun Dec 23 16:23:34 UTC 2007


Author: tincho-guest
Date: Sun Dec 23 16:23:34 2007
New Revision: 11512

URL: http://svn.debian.org/wsvn/?sc=1&rev=11512
Log:
* debian/patches/do-not-erase-META-nor-Makefile.PL.patch: we don't want
  anything to be modified after a make clean.

Added:
    trunk/libmoosex-getopt-perl/debian/patches/do-not-erase-META-nor-Makefile.PL.patch
Modified:
    trunk/libmoosex-getopt-perl/debian/changelog
    trunk/libmoosex-getopt-perl/debian/patches/series

Modified: trunk/libmoosex-getopt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/changelog?rev=11512&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/changelog (original)
+++ trunk/libmoosex-getopt-perl/debian/changelog Sun Dec 23 16:23:34 2007
@@ -20,12 +20,14 @@
   * New upstream release (0.08).
   * debian/copyright: converted to new format.
   * debian/control: added version to libmoose-perl build dependency.
+  * debian/patches/do-not-erase-META-nor-Makefile.PL.patch: we don't want
+    anything to be modified after a make clean.
 
   [ gregor herrmann ]
   * Add libclass-mop-perl (>= 0.49) and libmoose-perl (>= 0.33) to build
     dependencies.
 
- -- Martín Ferrari <martin.ferrari at gmail.com>  Sun, 23 Dec 2007 10:35:46 -0300
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Sun, 23 Dec 2007 13:22:18 -0300
 
 libmoosex-getopt-perl (0.05-2) unstable; urgency=medium
 

Added: trunk/libmoosex-getopt-perl/debian/patches/do-not-erase-META-nor-Makefile.PL.patch
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/patches/do-not-erase-META-nor-Makefile.PL.patch?rev=11512&op=file
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/patches/do-not-erase-META-nor-Makefile.PL.patch (added)
+++ trunk/libmoosex-getopt-perl/debian/patches/do-not-erase-META-nor-Makefile.PL.patch Sun Dec 23 16:23:34 2007
@@ -1,0 +1,13 @@
+Index: libmoosex-getopt-perl/Build.PL
+===================================================================
+--- libmoosex-getopt-perl.orig/Build.PL
++++ libmoosex-getopt-perl/Build.PL
+@@ -18,7 +18,7 @@ my $build = Module::Build->new(
+     create_makefile_pl => 'traditional',
+     recursive_test_files => 1,
+     add_to_cleanup => [
+-        'META.yml', '*.bak', '*.gz', 'Makefile.PL',
++        '*.bak', '*.gz'
+     ],
+ );
+ 

Modified: trunk/libmoosex-getopt-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/patches/series?rev=11512&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/patches/series (original)
+++ trunk/libmoosex-getopt-perl/debian/patches/series Sun Dec 23 16:23:34 2007
@@ -1,1 +1,2 @@
+do-not-erase-META-nor-Makefile.PL.patch
 pod-meta-add.patch




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