r28593 - in /trunk/libxml-sax-expatxs-perl: debian/patches/dont-install-sax lib/XML/SAX/ExpatXS/Preload.pm
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Tue Dec 23 22:56:44 UTC 2008
Author: gregoa
Date: Tue Dec 23 22:56:40 2008
New Revision: 28593
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28593
Log:
remove created lib/XML/SAX/ExpatXS/Preload.pm from repo and add it to Makefile.PL's clean target in the existing patch
Removed:
trunk/libxml-sax-expatxs-perl/lib/XML/SAX/ExpatXS/Preload.pm
Modified:
trunk/libxml-sax-expatxs-perl/debian/patches/dont-install-sax
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=28593&op=diff
==============================================================================
--- trunk/libxml-sax-expatxs-perl/debian/patches/dont-install-sax (original)
+++ trunk/libxml-sax-expatxs-perl/debian/patches/dont-install-sax Tue Dec 23 22:56:40 2008
@@ -1,8 +1,20 @@
# 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
-@@ -108,7 +108,7 @@
+@@ -96,7 +96,8 @@
+ 'XML::SAX' => 0.13,
+ },
+ LIBS => $libs,
+- @extras
++ @extras,
++ clean => { FILES => 'lib/XML/SAX/ExpatXS/Preload.pm' },
+ );
+
+
+@@ -108,7 +109,7 @@
$script .= <<"INSTALL";
install_expat_xs :
More information about the Pkg-perl-cvs-commits
mailing list