[SCM] libhtml-lint-perl Debian packaging branch, master, updated. debian/2.10+dfsg-1-7-g02e5931

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Apr 7 20:53:18 UTC 2012


The following commit has been merged in the master branch:
commit 552034871b621b062a13c589e2d5b4fb223d04ed
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Apr 7 22:38:37 2012 +0200

    bump dependency on HTML::Parser to 3.47

diff --git a/debian/control b/debian/control
index ee1d98a..84426ec 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libhtml-lint-perl
 Section: perl
 Priority: optional
 Build-Depends: cdbs (>= 0.4.39), debhelper (>=7)
-Build-Depends-Indep: devscripts (>= 2.10.7), perl, libhtml-parser-perl (>= 3.20), libhtml-tagset-perl (>= 3.03), libtest-pod-perl (>= 0.95), libtest-pod-coverage-perl (>= 1.04), txt2man, dh-buildinfo
+Build-Depends-Indep: devscripts (>= 2.10.7), perl, libhtml-parser-perl (>= 3.47), libhtml-tagset-perl (>= 3.03), libtest-pod-perl (>= 0.95), libtest-pod-coverage-perl (>= 1.04), txt2man, dh-buildinfo
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>, Antonio Radici <antonio at dyne.org>,
  Florian Schlichting <fschlich at zedat.fu-berlin.de>
@@ -13,7 +13,7 @@ Homepage: http://search.cpan.org/dist/HTML-Lint/
 
 Package: libhtml-lint-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libhtml-parser-perl (>= 3.20), libhtml-tagset-perl (>= 3.03)
+Depends: ${perl:Depends}, ${misc:Depends}, libhtml-parser-perl (>= 3.47), libhtml-tagset-perl (>= 3.03)
 Suggests: weblint-perl
 Description: checker of HTML errors in strings or files
  HTML::Lint is a pure-Perl HTML parser and checker for syntactic legitmacy.
diff --git a/debian/control.in b/debian/control.in
index 138435a..6ceb052 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -11,7 +11,7 @@ Homepage: http://search.cpan.org/dist/HTML-Lint/
 
 Package: libhtml-lint-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libhtml-parser-perl (>= 3.20), libhtml-tagset-perl (>= 3.03)
+Depends: ${perl:Depends}, ${misc:Depends}, libhtml-parser-perl (>= 3.47), libhtml-tagset-perl (>= 3.03)
 Suggests: weblint-perl
 Description: checker of HTML errors in strings or files
  HTML::Lint is a pure-Perl HTML parser and checker for syntactic legitmacy.
diff --git a/debian/rules b/debian/rules
index a90a386..9d0898d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ clean::
 
 # Needed both by upstream build process and at runtime
 #TODO: Automatically include these to debian/control Depends: line
-dependencies = libhtml-parser-perl (>= 3.20), libhtml-tagset-perl (>= 3.03)
+dependencies = libhtml-parser-perl (>= 3.47), libhtml-tagset-perl (>= 3.03)
 
 # Needed by upstream build process
 CDBS_BUILD_DEPENDS := $(CDBS_BUILD_DEPENDS), $(dependencies), libtest-pod-perl (>= 0.95), libtest-pod-coverage-perl (>= 1.04)

-- 
libhtml-lint-perl Debian packaging



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