[SCM] Debian packaging of libxml-feed-perl branch, master, updated. debian/0.46+dfsg-1-17-ge6311c5

Florian Schlichting fschlich at zedat.fu-berlin.de
Sun Mar 11 21:52:41 UTC 2012


The following commit has been merged in the master branch:
commit 5e47248c8b5ac47f10bc2f3a1785631f1eab11a2
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sun Mar 11 22:49:56 2012 +0100

    added fix-bug73160-test.patch - dont run test whose data we have deleted

diff --git a/debian/patches/fix-bug73160-test.patch b/debian/patches/fix-bug73160-test.patch
new file mode 100644
index 0000000..1c6e625
--- /dev/null
+++ b/debian/patches/fix-bug73160-test.patch
@@ -0,0 +1,15 @@
+Description: repacking removed the file to be tested, so skip the test
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: not-needed
+
+--- a/t/22-bug73160.t
++++ b/t/22-bug73160.t
+@@ -4,6 +4,8 @@
+ use Test::More;
+ use XML::Feed;
+ 
++plan skip_all => "t/samples/rss10-datespaces.xml does not exist" if(! -f "t/samples/rss10-datespaces.xml");
++
+ my $file = 't/samples/rss10-datespaces.xml';
+ my $feed = XML::Feed->parse($file);
+ isa_ok($feed, 'XML::Feed::Format::RSS');
diff --git a/debian/patches/series b/debian/patches/series
index c93e945..64b63a5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01_atom_date.patch
 fix-category-test
+fix-bug73160-test.patch

-- 
Debian packaging of libxml-feed-perl



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