Hi, I just uploaded an NMU fixing this bug by upgrading to 0.31 to the 4-day delayed queue. Please note that this new version depends on XML::SAX 0.14, which I also NMUed (to the same queue). The module is no longer built with MakeMaker, but uses Module::Built instead.
I am attaching the diff. No changes outside debian (of course, besides upgrading to this new version) were made. Greetings, -- Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244 PGP key 1024D/8BB527AF 2001-10-23 Fingerprint: 0C79 D2D1 2C4E 9CE4 5973 F800 D80E F35A 8BB5 27AF
diff -ru libpoe-filter-xml-perl-0.27/debian/changelog
libpoe-filter-xml-perl-0.31/debian/changelog
--- libpoe-filter-xml-perl-0.27/debian/changelog 2006-12-14
11:47:07.000000000 -0600
+++ libpoe-filter-xml-perl-0.31/debian/changelog 2006-12-15
13:07:12.000000000 -0600
@@ -1,3 +1,13 @@
+libpoe-filter-xml-perl (0.31-0.1) unstable; urgency=low
+
+ * Non-Maintainer Upload by Gunnar Wolf, pkg-perl team
+ * New upstream release (Closes: #392148)
+ * Added an explicit version dependency on XML::SAX >= 0.14
+ * Updated debian/rules, as the module now uses Module::Build instead
+ of MakeMaker to be built
+
+ -- Gunnar Wolf <[EMAIL PROTECTED]> Fri, 15 Dec 2006 13:07:12 -0600
+
libpoe-filter-xml-perl (0.27-1) unstable; urgency=low
* Initial Release.
diff -ru libpoe-filter-xml-perl-0.27/debian/control
libpoe-filter-xml-perl-0.31/debian/control
--- libpoe-filter-xml-perl-0.27/debian/control 2006-12-14 11:47:07.000000000
-0600
+++ libpoe-filter-xml-perl-0.31/debian/control 2006-12-15 13:04:55.000000000
-0600
@@ -2,7 +2,7 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.8.0-7), libpoe-perl, libxml-sax-perl,
libxml-sax-expat-incremental-perl
+Build-Depends-Indep: perl (>= 5.8.0-7), libpoe-perl, libxml-sax-perl (>=
0.14), libxml-sax-expat-incremental-perl
Maintainer: Florian Ragwitz <[EMAIL PROTECTED]>
Standards-Version: 3.6.2
diff -ru libpoe-filter-xml-perl-0.27/debian/rules
libpoe-filter-xml-perl-0.31/debian/rules
--- libpoe-filter-xml-perl-0.27/debian/rules 2006-12-14 11:47:07.000000000
-0600
+++ libpoe-filter-xml-perl-0.31/debian/rules 2006-12-15 12:35:35.000000000
-0600
@@ -13,14 +13,14 @@
build: build-stamp
build-stamp:
dh_testdir
- $(PERL) Makefile.PL INSTALLDIRS=vendor
- $(MAKE) OPTIMIZE="-Wall -O2 -g"
+ $(PERL) Build.PL installdirs=vendor destdir=$(TMP)
+ $(PERL) Build
touch build-stamp
clean:
dh_testdir
dh_testroot
- [ ! -f Makefile ] || $(MAKE) realclean
+ [ ! -f Build ] || $(PERL) Build realclean
dh_clean build-stamp install-stamp
install: build install-stamp
@@ -28,9 +28,8 @@
dh_testdir
dh_testroot
dh_clean -k
- $(MAKE) test
- $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
- rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+ $(PERL) Build test
+ $(PERL) Build install
touch install-stamp
binary-arch:
signature.asc
Description: Digital signature

