r55523 - in /trunk/libpod-xhtml-perl/debian: changelog control patches/uri_escape.patch rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Apr 6 16:17:25 UTC 2010


Author: gregoa
Date: Tue Apr  6 16:17:18 2010
New Revision: 55523

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55523
Log:
* Fix hashbang in example script.
* Improve description.
* patch forwarded

Modified:
    trunk/libpod-xhtml-perl/debian/changelog
    trunk/libpod-xhtml-perl/debian/control
    trunk/libpod-xhtml-perl/debian/patches/uri_escape.patch
    trunk/libpod-xhtml-perl/debian/rules

Modified: trunk/libpod-xhtml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/debian/changelog?rev=55523&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/changelog (original)
+++ trunk/libpod-xhtml-perl/debian/changelog Tue Apr  6 16:17:18 2010
@@ -23,6 +23,8 @@
   * Set Standards-Version to 3.8.4 (no changes).
   * Switch to debhelper 7.
   * debian/copyright: format according to DEP5.
+  * Fix hashbang in example script.
+  * Improve description.
 
  -- 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=55523&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/control (original)
+++ trunk/libpod-xhtml-perl/debian/control Tue Apr  6 16:17:18 2010
@@ -1,7 +1,7 @@
 Source: libpod-xhtml-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, libtest-assertions-perl,
  libtest-pod-perl, libtest-pod-coverage-perl, liburi-perl (>= 1.53)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -24,7 +24,7 @@
  use stylesheets easily, and possibly they want to squirt the XHTML
  through some kind of filter for more processing.
  .
- By generating well-formed XHTML straight away we allow anyone to just
+ By generating well-formed XHTML straight away anyone can just
  use the output files as-is. For those who want to use XML tools or
  transformations they can use the XHTML as a source, because it's a
  well-formed XML document.

Modified: 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=55523&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/patches/uri_escape.patch (original)
+++ trunk/libpod-xhtml-perl/debian/patches/uri_escape.patch Tue Apr  6 16:17:18 2010
@@ -2,7 +2,7 @@
 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
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=56324
 Origin: vendor
 
 --- a/t/d.xhtml

Modified: trunk/libpod-xhtml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/debian/rules?rev=55523&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/rules (original)
+++ trunk/libpod-xhtml-perl/debian/rules Tue Apr  6 16:17:18 2010
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_installexamples:
+	dh_installexamples
+	sed -i '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*




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