r7779 - in /trunk/libxml-dom-xpath-perl/debian: changelog control patches/ patches/series patches/utf8 rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Sep 19 21:00:19 UTC 2007


Author: gregoa-guest
Date: Wed Sep 19 21:00:19 2007
New Revision: 7779

URL: http://svn.debian.org/wsvn/?sc=1&rev=7779
Log:
Add patch utf8 to make t/test_non_ascii.t work.

Added:
    trunk/libxml-dom-xpath-perl/debian/patches/
    trunk/libxml-dom-xpath-perl/debian/patches/series
    trunk/libxml-dom-xpath-perl/debian/patches/utf8
Modified:
    trunk/libxml-dom-xpath-perl/debian/changelog
    trunk/libxml-dom-xpath-perl/debian/control
    trunk/libxml-dom-xpath-perl/debian/rules

Modified: trunk/libxml-dom-xpath-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-dom-xpath-perl/debian/changelog?rev=7779&op=diff
==============================================================================
--- trunk/libxml-dom-xpath-perl/debian/changelog (original)
+++ trunk/libxml-dom-xpath-perl/debian/changelog Wed Sep 19 21:00:19 2007
@@ -1,7 +1,9 @@
-libxml-dom-xpath-perl (0.13-1) UNRELEASED; urgency=low
+libxml-dom-xpath-perl (0.13-1) unstable; urgency=low
 
-  TODO: test suite is failing
-
+  [ David Paleino ]
   * Initial release (Closes: #442118)
 
- -- Damyan Ivanov <dmn at debian.org>  Mon, 17 Sep 2007 15:07:04 +0300
+  [ gregor herrmann ]
+  * Add patch utf8 to make t/test_non_ascii.t work.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 19 Sep 2007 22:55:18 +0200

Modified: trunk/libxml-dom-xpath-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-dom-xpath-perl/debian/control?rev=7779&op=diff
==============================================================================
--- trunk/libxml-dom-xpath-perl/debian/control (original)
+++ trunk/libxml-dom-xpath-perl/debian/control Wed Sep 19 21:00:19 2007
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: David Paleino <d.paleino at gmail.com>
-Build-Depends: debhelper (>= 5)
+Uploaders: David Paleino <d.paleino at gmail.com>, gregor herrmann <gregor+debian at comodo.priv.at>
+Build-Depends: debhelper (>= 5), quilt
 Build-Depends-Indep: libxml-xpathengine-perl, libxml-dom-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-dom-xpath-perl/

Added: trunk/libxml-dom-xpath-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libxml-dom-xpath-perl/debian/patches/series?rev=7779&op=file
==============================================================================
--- trunk/libxml-dom-xpath-perl/debian/patches/series (added)
+++ trunk/libxml-dom-xpath-perl/debian/patches/series Wed Sep 19 21:00:19 2007
@@ -1,0 +1,1 @@
+utf8

Added: trunk/libxml-dom-xpath-perl/debian/patches/utf8
URL: http://svn.debian.org/wsvn/trunk/libxml-dom-xpath-perl/debian/patches/utf8?rev=7779&op=file
==============================================================================
--- trunk/libxml-dom-xpath-perl/debian/patches/utf8 (added)
+++ trunk/libxml-dom-xpath-perl/debian/patches/utf8 Wed Sep 19 21:00:19 2007
@@ -1,0 +1,13 @@
+Index: libxml-dom-xpath-perl/t/test_non_ascii.t
+===================================================================
+--- libxml-dom-xpath-perl.orig/t/test_non_ascii.t	2007-09-19 22:48:10.000000000 +0200
++++ libxml-dom-xpath-perl/t/test_non_ascii.t	2007-09-19 22:48:21.000000000 +0200
+@@ -7,7 +7,7 @@
+ use Test::More tests => 10;
+ use XML::DOM::XPath;
+ 
+-use utf8;
++use encoding 'utf8';
+ 
+ { 
+   my $dom = XML::DOM::Parser->new();

Modified: trunk/libxml-dom-xpath-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-dom-xpath-perl/debian/rules?rev=7779&op=diff
==============================================================================
--- trunk/libxml-dom-xpath-perl/debian/rules (original)
+++ trunk/libxml-dom-xpath-perl/debian/rules Wed Sep 19 21:00:19 2007
@@ -4,7 +4,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build: build-stamp
+include /usr/share/quilt/quilt.make
+
+build: patch build-stamp
 build-stamp:
 	dh_testdir
 	# the VENDORARCHEXP and INSTALLVENDORARCH
@@ -18,7 +20,7 @@
 	$(MAKE) test
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




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