r28615 - in /trunk/libxml-sax-expatxs-perl/debian/patches: dont-install-sax remove-generated-file-in-realclean series
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Wed Dec 24 00:11:00 UTC 2008
Author: ryan52-guest
Date: Wed Dec 24 00:10:56 2008
New Revision: 28615
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28615
Log:
split out gregoa's patch
Added:
trunk/libxml-sax-expatxs-perl/debian/patches/remove-generated-file-in-realclean
Modified:
trunk/libxml-sax-expatxs-perl/debian/patches/dont-install-sax
trunk/libxml-sax-expatxs-perl/debian/patches/series
Modified: trunk/libxml-sax-expatxs-perl/debian/patches/dont-install-sax
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expatxs-perl/debian/patches/dont-install-sax?rev=28615&op=diff
==============================================================================
--- trunk/libxml-sax-expatxs-perl/debian/patches/dont-install-sax (original)
+++ trunk/libxml-sax-expatxs-perl/debian/patches/dont-install-sax Wed Dec 24 00:10:56 2008
@@ -1,20 +1,8 @@
# the update-perl-sax-parsers command is used in postinst instead
-
-# make sure the created lib/XML/SAX/ExpatXS/Preload.pm is removed in realclean
--- a/Makefile.PL
+++ b/Makefile.PL
-@@ -96,7 +96,8 @@
- 'XML::SAX' => 0.13,
- },
- LIBS => $libs,
-- @extras
-+ @extras,
-+ clean => { FILES => 'lib/XML/SAX/ExpatXS/Preload.pm' },
- );
-
-
-@@ -108,7 +109,7 @@
+@@ -108,7 +108,7 @@
$script .= <<"INSTALL";
install_expat_xs :
Added: trunk/libxml-sax-expatxs-perl/debian/patches/remove-generated-file-in-realclean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expatxs-perl/debian/patches/remove-generated-file-in-realclean?rev=28615&op=file
==============================================================================
--- trunk/libxml-sax-expatxs-perl/debian/patches/remove-generated-file-in-realclean (added)
+++ trunk/libxml-sax-expatxs-perl/debian/patches/remove-generated-file-in-realclean Wed Dec 24 00:10:56 2008
@@ -1,0 +1,14 @@
+# make sure the created lib/XML/SAX/ExpatXS/Preload.pm is removed in realclean
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -96,7 +96,8 @@
+ 'XML::SAX' => 0.13,
+ },
+ LIBS => $libs,
+- @extras
++ @extras,
++ clean => { FILES => 'lib/XML/SAX/ExpatXS/Preload.pm' },
+ );
+
+
Modified: trunk/libxml-sax-expatxs-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expatxs-perl/debian/patches/series?rev=28615&op=diff
==============================================================================
--- trunk/libxml-sax-expatxs-perl/debian/patches/series (original)
+++ trunk/libxml-sax-expatxs-perl/debian/patches/series Wed Dec 24 00:10:56 2008
@@ -1,1 +1,2 @@
dont-install-sax
+remove-generated-file-in-realclean
More information about the Pkg-perl-cvs-commits
mailing list