r12573 - in /trunk/libxml-sax-expat-perl/debian: changelog rules
ntyni at users.alioth.debian.org
ntyni at users.alioth.debian.org
Sat Jan 12 07:48:37 UTC 2008
Author: ntyni
Date: Sat Jan 12 07:48:36 2008
New Revision: 12573
URL: http://svn.debian.org/wsvn/?sc=1&rev=12573
Log:
* Set SKIP_SAX_INSTALL=1 to avoid trying to modify XML::SAX configuration
at build time.
Modified:
trunk/libxml-sax-expat-perl/debian/changelog
trunk/libxml-sax-expat-perl/debian/rules
Modified: trunk/libxml-sax-expat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/debian/changelog?rev=12573&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/changelog (original)
+++ trunk/libxml-sax-expat-perl/debian/changelog Sat Jan 12 07:48:36 2008
@@ -1,7 +1,6 @@
libxml-sax-expat-perl (0.39-1) UNRELEASED; urgency=low
[ Roberto C. Sanchez ]
- * NOTE: This package fails to build: Can't locate XML/SAX/Expat.pm in @INC
* Update to debhelper compatibility level 6.
* Remove OPTIMIZE as we are arch-independent.
* debian/rules: clean up
@@ -24,6 +23,10 @@
* Set Maintainer to Debian Perl Group.
* Use dist-based URL in debian/watch.
* debian/rules: delete /usr/lib/perl5 only if it exists.
+
+ [ Niko Tyni ]
+ * Set SKIP_SAX_INSTALL=1 to avoid trying to modify XML::SAX configuration
+ at build time.
-- Roberto C. Sanchez <roberto at debian.org> Thu, 10 Jan 2008 22:01:36 -0500
Modified: trunk/libxml-sax-expat-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/debian/rules?rev=12573&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/rules (original)
+++ trunk/libxml-sax-expat-perl/debian/rules Sat Jan 12 07:48:36 2008
@@ -12,7 +12,7 @@
build:
dh_testdir
- perl Makefile.PL verbose INSTALLDIRS=vendor
+ SKIP_SAX_INSTALL=1 perl Makefile.PL verbose INSTALLDIRS=vendor
$(MAKE)
$(MAKE) test
@@ -29,7 +29,6 @@
dh_clean -k
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/$(PACKAGE)
- perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()"
[ ! -d $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5
More information about the Pkg-perl-cvs-commits
mailing list