r37329 - in /trunk/libhtml-tidy-perl/debian: control patches/fix-error-message-in-webtidy patches/series

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed Jun 3 04:11:32 UTC 2009


Author: ryan52-guest
Date: Wed Jun  3 04:11:27 2009
New Revision: 37329

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37329
Log:
suggest libwww-perl for webtidy

Added:
    trunk/libhtml-tidy-perl/debian/patches/fix-error-message-in-webtidy
Modified:
    trunk/libhtml-tidy-perl/debian/control
    trunk/libhtml-tidy-perl/debian/patches/series

Modified: trunk/libhtml-tidy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tidy-perl/debian/control?rev=37329&op=diff
==============================================================================
--- trunk/libhtml-tidy-perl/debian/control (original)
+++ trunk/libhtml-tidy-perl/debian/control Wed Jun  3 04:11:27 2009
@@ -1,7 +1,7 @@
 Source: libhtml-tidy-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), libtidy-dev, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), libtidy-dev, libtest-pod-perl, libtest-pod-coverage-perl, help2man
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1
@@ -12,6 +12,7 @@
 Package: libhtml-tidy-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Suggests: libwww-perl
 Description: Perl module for (X)HTML validation
  HTML::Tidy is an HTML checker in a handy dandy object. It's meant as
  a replacement for HTML::Lint. If you're currently an HTML::Lint user

Added: trunk/libhtml-tidy-perl/debian/patches/fix-error-message-in-webtidy
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tidy-perl/debian/patches/fix-error-message-in-webtidy?rev=37329&op=file
==============================================================================
--- trunk/libhtml-tidy-perl/debian/patches/fix-error-message-in-webtidy (added)
+++ trunk/libhtml-tidy-perl/debian/patches/fix-error-message-in-webtidy Wed Jun  3 04:11:27 2009
@@ -1,0 +1,13 @@
+make it more debianish
+
+--- a/bin/webtidy
++++ b/bin/webtidy
+@@ -30,7 +30,7 @@
+     if ( $url =~ /^https?:/ ) {
+         eval { require LWP::Simple };
+         if ( $@ ) {
+-            warn q{Can't retrieve URLs without LWP::Simple installed};
++            warn q{Can't retrieve URLs without the libwww-perl package installed};
+             next;
+         }
+ 

Modified: trunk/libhtml-tidy-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tidy-perl/debian/patches/series?rev=37329&op=diff
==============================================================================
--- trunk/libhtml-tidy-perl/debian/patches/series (original)
+++ trunk/libhtml-tidy-perl/debian/patches/series Wed Jun  3 04:11:27 2009
@@ -1,1 +1,2 @@
 fix-segfault
+fix-error-message-in-webtidy




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