r27636 - in /trunk/libhtml-parser-perl/debian/patches: Parser.pm.patch debian_examples_location.patch series

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Dec 2 08:00:27 UTC 2008


Author: dmn
Date: Tue Dec  2 08:00:22 2008
New Revision: 27636

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27636
Log:
rename Parser.pm.patch to a meaningful name

Added:
    trunk/libhtml-parser-perl/debian/patches/debian_examples_location.patch
Removed:
    trunk/libhtml-parser-perl/debian/patches/Parser.pm.patch
Modified:
    trunk/libhtml-parser-perl/debian/patches/series

Added: trunk/libhtml-parser-perl/debian/patches/debian_examples_location.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/patches/debian_examples_location.patch?rev=27636&op=file
==============================================================================
--- trunk/libhtml-parser-perl/debian/patches/debian_examples_location.patch (added)
+++ trunk/libhtml-parser-perl/debian/patches/debian_examples_location.patch Tue Dec  2 08:00:22 2008
@@ -1,0 +1,16 @@
+--- libhtml-parser-perl-3.59.orig/Parser.pm
++++ libhtml-parser-perl-3.59/Parser.pm
+@@ -1056,9 +1056,10 @@
+   $p->parse_file(shift || die) || die $!;
+   print "\n";
+ 
+-More examples are found in the F<eg/> directory of the C<HTML-Parser>
+-distribution: the program C<hrefsub> shows how you can edit all links
+-found in a document; the program C<htextsub> shows how to edit the text only; the
++On a Debian box, more examples can be found in the
++/usr/share/doc/libhtml-parser-perl/examples directory.
++The program C<hrefsub> shows how you can edit all links
++found in a document and C<htextsub> how to edit the text only; the
+ program C<hstrip> shows how you can strip out certain tags/elements
+ and/or attributes; and the program C<htext> show how to obtain the
+ plain text, but not any script/style content.

Modified: trunk/libhtml-parser-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/patches/series?rev=27636&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/debian/patches/series (original)
+++ trunk/libhtml-parser-perl/debian/patches/series Tue Dec  2 08:00:22 2008
@@ -1,2 +1,2 @@
-eg___htextsub.patch
-Parser.pm.patch
+fix_htextsub_description.patch
+debian_examples_location.patch




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