r15609 - in /trunk/libxml-sax-machines-perl/debian: changelog patches/vendorlibs.patch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Mon Feb 25 19:23:07 UTC 2008


Author: gregoa-guest
Date: Mon Feb 25 19:23:06 2008
New Revision: 15609

URL: http://svn.debian.org/wsvn/?sc=1&rev=15609
Log:
make package parallel-buildable

Modified:
    trunk/libxml-sax-machines-perl/debian/changelog
    trunk/libxml-sax-machines-perl/debian/patches/vendorlibs.patch

Modified: trunk/libxml-sax-machines-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-machines-perl/debian/changelog?rev=15609&op=diff
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/changelog (original)
+++ trunk/libxml-sax-machines-perl/debian/changelog Mon Feb 25 19:23:06 2008
@@ -11,7 +11,8 @@
     - rewrite from scratch with dh-make-perl template
     - install README and TODO
   * Split out patch for Makefile.PL into debian/patches/vendorlibs.patch,
-    adapt slightly to work with current debian/rules. Add quilt framework.
+    adapt slightly to work with current debian/rules and to enable parallel
+    builds. Add quilt framework.
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 6.
   * Remove debian/libxml-sax-machines-perl.examples, install examples
@@ -23,7 +24,7 @@
     - add copyright for the Debian packaging
     - convert to new format
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 25 Feb 2008 20:14:22 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon, 25 Feb 2008 20:22:01 +0100
 
 libxml-sax-machines-perl (0.41-2) unstable; urgency=low
 

Modified: trunk/libxml-sax-machines-perl/debian/patches/vendorlibs.patch
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-machines-perl/debian/patches/vendorlibs.patch?rev=15609&op=diff
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/patches/vendorlibs.patch (original)
+++ trunk/libxml-sax-machines-perl/debian/patches/vendorlibs.patch Mon Feb 25 19:23:06 2008
@@ -1,11 +1,11 @@
-Index: Makefile.PL
-===================================================================
---- libxml-sax-machines-perl.orig/Makefile.PL	(revision 15603)
-+++ libxml-sax-machines-perl/Makefile.PL	(working copy)
-@@ -47,5 +47,5 @@
+--- libxml-sax-machines-perl.orig/Makefile.PL
++++ libxml-sax-machines-perl/Makefile.PL
+@@ -46,6 +46,6 @@
+ 
  ## NOTE THE LITERAL TABS!!
  sub MY::postamble { return <<'POSTAMBLE_END' }
- install_site_config:
+-install_site_config:
 -	$(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -I$(INST_LIB) -I$(INSTALLSITELIB) -MXML::SAX::Machines::ConfigHelper -we 'XML::SAX::Machines::ConfigHelper::_write_site_config_if_absent(shift)' $(INSTALLSITELIB)
++install_site_config: pure_vendor_install
 +	$(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -I$(INST_LIB) -I$(DESTINSTALLVENDORLIB) -MXML::SAX::Machines::ConfigHelper -we 'XML::SAX::Machines::ConfigHelper::_write_site_config_if_absent(shift)' $(DESTINSTALLVENDORLIB)
  POSTAMBLE_END




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