[SCM] Debian packaging of libxml-atom-service-perl branch, master, updated. debian/0.16.1-2-9-gbcc2eaa

Fabrizio Regalli fabreg at fabreg.it
Wed Apr 4 14:08:13 UTC 2012


The following commit has been merged in the master branch:
commit cbd9260c743397851a92b9cfef698ec11e323228
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Wed Apr 4 15:54:40 2012 +0200

    Remove utf8-case.patch patch: code is now included in source

diff --git a/debian/changelog b/debian/changelog
index 64bb861..08c47d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxml-atom-service-perl (0.16.2-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.3
   * Add myself to Uploaders and Copyright
   * Update debian/copyright format as in Debian Policy 3.9.3
+  * Remove utf8-case.patch patch: code is now included in source
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Wed, 04 Apr 2012 15:44:57 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 6f2d5f4..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-utf8-case.patch
diff --git a/debian/patches/utf8-case.patch b/debian/patches/utf8-case.patch
deleted file mode 100644
index 5588f17..0000000
--- a/debian/patches/utf8-case.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Description: make the test regexp case-insensitive
- XML::Atom since 0.40 "use(s) all upper case UTF-8",
- leading to build failures (Debian and cpantesters)
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=71860
-Bug-Debian: http://bugs.debian.org/646296
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=71860
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-10-23
-
---- a/t/02.categories.t
-+++ b/t/02.categories.t
-@@ -54,7 +54,7 @@
- is $category[1]->term, 'serious';
- 
- my $xml = $categories->as_xml;
--like $xml, qr!^<\?xml version="1.0" encoding="utf-8"\?>!;
-+like $xml, qr!^<\?xml version="1.0" encoding="utf-8"\?>!i;
- 
- like $xml, qr!<categories xmlns="http://www.w3.org/2007/app"!;
- like $xml, qr!fixed="yes"!;
---- a/t/05.service.t
-+++ b/t/05.service.t
-@@ -31,7 +31,7 @@
- is $workspace[1]->title, 'Baz Quux';
- 
- my $xml = $service->as_xml;
--like $xml, qr!^<\?xml version="1.0" encoding="utf-8"\?>!;
-+like $xml, qr!^<\?xml version="1.0" encoding="utf-8"\?>!i;
- 
- my $ns_uri = $XML::Atom::Util::NS_MAP{ $XML::Atom::DefaultVersion };
- like $xml, qr!<service xmlns="http://www.w3.org/2007/app"(?: xmlns:atom="$ns_uri">)?!;

-- 
Debian packaging of libxml-atom-service-perl



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