r43437 - in /trunk/libxml-sax-machines-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Sep 1 21:11:40 UTC 2009


Author: jawnsy-guest
Date: Tue Sep  1 21:11:34 2009
New Revision: 43437

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43437
Log:
Replace previous patch to vendorlibs with an entry in debian/rules. It
is needed to produce SiteConfig.pm

Modified:
    trunk/libxml-sax-machines-perl/debian/changelog
    trunk/libxml-sax-machines-perl/debian/control
    trunk/libxml-sax-machines-perl/debian/rules

Modified: trunk/libxml-sax-machines-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-machines-perl/debian/changelog?rev=43437&op=diff
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/changelog (original)
+++ trunk/libxml-sax-machines-perl/debian/changelog Tue Sep  1 21:11:34 2009
@@ -1,10 +1,4 @@
 libxml-sax-machines-perl (0.42-1) UNRELEASED; urgency=low
-
-  TODO:
-  - I'm not sure removing patches/vendorlibs.patch is a good idea
-    (of course it doesn't apply anymore but see the comments in the old patch
-    and Niko's changelog entry below)
-  - installing of the examples and the README got lost in the d/rules upgrade
 
   * New upstream release
     + Now uses Module::Install (removed vendorlibs.patch)
@@ -16,6 +10,8 @@
   * debhelper 7 upgrade
   * Rewrote control file description
   * Add a warning in the docs for the SiteConfig.pm issue (Closes: #537582)
+  * Replace previous patch to vendorlibs with an entry in debian/rules. It
+    is needed to produce SiteConfig.pm
 
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by

Modified: trunk/libxml-sax-machines-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-machines-perl/debian/control?rev=43437&op=diff
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/control (original)
+++ trunk/libxml-sax-machines-perl/debian/control Tue Sep  1 21:11:34 2009
@@ -1,7 +1,7 @@
 Source: libxml-sax-machines-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libxml-sax-perl, libxml-sax-writer-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Niko Tyni <ntyni at debian.org>,

Modified: trunk/libxml-sax-machines-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-machines-perl/debian/rules?rev=43437&op=diff
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/rules (original)
+++ trunk/libxml-sax-machines-perl/debian/rules Tue Sep  1 21:11:34 2009
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+PERL   ?= /usr/bin/perl
 
 %:
 	dh --with quilt $@
+
+override_dh_auto_install:
+	dh_auto_install
+	$(PERL) -w -I$(TMP)/usr/share/perl5 -MXML::SAX::Machines::ConfigHelper -e "XML::SAX::Machines::ConfigHelper::_write_site_config_if_absent('$(TMP)/usr/share/perl5')"




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