r55519 - in /trunk/libpod-xhtml-perl/debian: changelog control patches/ patches/series patches/uri_escape.patch source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Apr 6 16:00:38 UTC 2010


Author: gregoa
Date: Tue Apr  6 15:59:50 2010
New Revision: 55519

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55519
Log:
* Add patch uri_escape.patch: URI::Escape now escapes more characters,
  following RFC 3986, so the expected output needs to be adjusted. Also make
  the build dependency on liburi-perl versioned and add it to Depends.
  Thanks to Niko Tyni for the bug report and the analysis (closes: #576570).
* Convert to source format 3.0 (quilt).

Added:
    trunk/libpod-xhtml-perl/debian/patches/
    trunk/libpod-xhtml-perl/debian/patches/series
    trunk/libpod-xhtml-perl/debian/patches/uri_escape.patch
    trunk/libpod-xhtml-perl/debian/source/
    trunk/libpod-xhtml-perl/debian/source/format
Modified:
    trunk/libpod-xhtml-perl/debian/changelog
    trunk/libpod-xhtml-perl/debian/control

Modified: trunk/libpod-xhtml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/debian/changelog?rev=55519&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/changelog (original)
+++ trunk/libpod-xhtml-perl/debian/changelog Tue Apr  6 15:59:50 2010
@@ -15,6 +15,11 @@
   * debian/control: remove version from perl (build) dependency.
   * debian/control: remove unversioned (build) dependency on perl-
     modules.
+  * Add patch uri_escape.patch: URI::Escape now escapes more characters,
+    following RFC 3986, so the expected output needs to be adjusted. Also make
+    the build dependency on liburi-perl versioned and add it to Depends.
+    Thanks to Niko Tyni for the bug report and the analysis (closes: #576570).
+  * Convert to source format 3.0 (quilt).
 
  -- Rene Mayorga <rmayorga at debian.org>  Tue, 20 Jan 2009 01:28:29 -0600
 

Modified: trunk/libpod-xhtml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/debian/control?rev=55519&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/control (original)
+++ trunk/libpod-xhtml-perl/debian/control Tue Apr  6 15:59:50 2010
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl, libtest-assertions-perl,
- libtest-pod-perl, libtest-pod-coverage-perl, liburi-perl
+ libtest-pod-perl, libtest-pod-coverage-perl, liburi-perl (>= 1.53)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>, 
  gregor herrmann <gregoa at debian.org>,
@@ -15,7 +15,7 @@
 
 Package: libpod-xhtml-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl (>= 1.53)
 Description: Translate POD to Xhtml
  There's Pod::PXML and Pod::XML, so why do we need Pod::Xhtml? You need
  an XSLT to transform XML into XHTML and many people don't have the time

Added: trunk/libpod-xhtml-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/debian/patches/series?rev=55519&op=file
==============================================================================
--- trunk/libpod-xhtml-perl/debian/patches/series (added)
+++ trunk/libpod-xhtml-perl/debian/patches/series Tue Apr  6 15:59:50 2010
@@ -1,0 +1,1 @@
+uri_escape.patch

Added: trunk/libpod-xhtml-perl/debian/patches/uri_escape.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/debian/patches/uri_escape.patch?rev=55519&op=file
==============================================================================
--- trunk/libpod-xhtml-perl/debian/patches/uri_escape.patch (added)
+++ trunk/libpod-xhtml-perl/debian/patches/uri_escape.patch Tue Apr  6 15:59:50 2010
@@ -1,0 +1,28 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: URI::Escape >= 1.53 correctly escapes characters according to RFC 3986.
+ To prevent test failures we need to adjust the expected output.
+Bug-Debian: http://bugs.debian.org/576570
+Forwarded: TODO
+Origin: vendor
+
+--- a/t/d.xhtml
++++ b/t/d.xhtml
+@@ -14,15 +14,15 @@
+ <div id="OFF_PAGE_CONTENT">
+ <p><a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=name&amp;n=&amp;s=1">name</a> X
+ <a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=Net%3A%3APing&amp;n=&amp;s=1">Net::Ping</a> X
+-<a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=crontab(5)&amp;n=&amp;s=1">crontab</a>(5) X</p>
++<a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=crontab%285%29&amp;n=&amp;s=1">crontab</a>(5) X</p>
+ <p><strong class="pod_xhtml_bounce_url_text">sec</strong> in <a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=name&amp;n=sec&amp;s=1">name</a> X
+ <strong class="pod_xhtml_bounce_url_text">For Loops</strong> in <a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=perlsyn&amp;n=For%20Loops&amp;s=1">perlsyn</a> X
+ <strong class="pod_xhtml_bounce_url_text">Apple Juice</strong> in <a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=Net%3A%3APing&amp;n=Apple%20Juice&amp;s=1">Net::Ping</a> X
+-<strong class="pod_xhtml_bounce_url_text">BUGS</strong> in <a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=crontab(5)&amp;n=BUGS&amp;s=1">crontab</a>(5) X</p>
++<strong class="pod_xhtml_bounce_url_text">BUGS</strong> in <a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=crontab%285%29&amp;n=BUGS&amp;s=1">crontab</a>(5) X</p>
+ <p><a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=name&amp;n=&amp;s=1">text</a> X
+ <a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=perldiag&amp;n=&amp;s=1">Perl Error Messages</a> X
+ <a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=Net%3A%3APing&amp;n=&amp;s=1">Is the host up?</a> X
+-<a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=crontab(5)&amp;n=&amp;s=1">User Crontab</a> X</p>
++<a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=crontab%285%29&amp;n=&amp;s=1">User Crontab</a> X</p>
+ <p><a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=name&amp;n=sec&amp;s=1">text</a> X
+ <a class="pod_xhtml_bounce_url" href="/apps/trampoline.rb?p=perlsyn&amp;n=Basic%20BLOCKs%20and%20Switch%20Statements&amp;s=1">SWITCH statements</a> X</p>
+ 

Added: trunk/libpod-xhtml-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/debian/source/format?rev=55519&op=file
==============================================================================
--- trunk/libpod-xhtml-perl/debian/source/format (added)
+++ trunk/libpod-xhtml-perl/debian/source/format Tue Apr  6 15:59:50 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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