r53082 - in /trunk/libhtml-tidy-perl/debian: control patches/remove-tidy_version.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Feb 20 14:25:46 UTC 2010


Author: jawnsy-guest
Date: Sat Feb 20 14:25:35 2010
New Revision: 53082

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53082
Log:
fix patch and debhelper version dep

Modified:
    trunk/libhtml-tidy-perl/debian/control
    trunk/libhtml-tidy-perl/debian/patches/remove-tidy_version.patch

Modified: trunk/libhtml-tidy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tidy-perl/debian/control?rev=53082&op=diff
==============================================================================
--- trunk/libhtml-tidy-perl/debian/control (original)
+++ trunk/libhtml-tidy-perl/debian/control Sat Feb 20 14:25:35 2010
@@ -1,7 +1,7 @@
 Source: libhtml-tidy-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7),
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7),
  perl, 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 <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>

Modified: trunk/libhtml-tidy-perl/debian/patches/remove-tidy_version.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tidy-perl/debian/patches/remove-tidy_version.patch?rev=53082&op=diff
==============================================================================
--- trunk/libhtml-tidy-perl/debian/patches/remove-tidy_version.patch (original)
+++ trunk/libhtml-tidy-perl/debian/patches/remove-tidy_version.patch Sat Feb 20 14:25:35 2010
@@ -47,12 +47,12 @@
  
 --- a/t/version.t
 +++ b/t/version.t
-@@ -9,6 +9,8 @@
+@@ -5,6 +5,8 @@
+ use Test::More;
+ 
+ BEGIN {
++    plan skip_all => 'Tests skipped, libtidy_version has been removed in Debian';
++
+     plan tests => 3;
      use_ok( 'HTML::Tidy' );
  }
- 
-+plan skip_all => 'Tests skipped, libtidy_version has been removed in Debian';
-+
- my $version_string = HTML::Tidy->libtidy_version();
- like( $version_string, qr/^\d\.\d{2,}$/, 'Valid version string' );
- 




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