[SCM] Debian packaging of libhtml-stripscripts-parser-perl branch, master, updated. 53398ea4d85ddb7db950af11589ede2b170e84bf

gregor herrmann gregoa at debian.org
Thu Jul 5 20:32:20 UTC 2012


The following commit has been merged in the master branch:
commit 5af4b42f4e285358f1a933967f012d35facbdaaf
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:33:39 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index ffd6f80..ec22821 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,30 @@
 Source: libhtml-stripscripts-parser-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Tim Retout <diocles at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libhtml-parser-perl (>= 3.56), libtest-pod-perl,
- libhtml-stripscripts-perl (>= 1.05), libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Tim Retout <diocles at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Build-Depends-Indep: perl,
+                     libhtml-parser-perl,
+                     libtest-pod-perl,
+                     libhtml-stripscripts-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/HTML-StripScripts-Parser/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-stripscripts-parser-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-stripscripts-parser-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-stripscripts-parser-perl.git
+Homepage: http://search.cpan.org/dist/HTML-StripScripts-Parser/
 
 Package: libhtml-stripscripts-parser-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl (>= 3.56),
- libhtml-stripscripts-perl (>= 1.05)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libhtml-parser-perl,
+         libhtml-stripscripts-perl
 Description: module to filter scripts out of HTML
  HTML::StripScripts::Parser is a Perl module that provides an easy interface
  to HTML::StripScripts, using HTML::Parser to parse the HTML. See HTML::Parser
  (see libhtml-parser-perl) for details of how to customise how the raw HTML is
  parsed into tags, and HTML::StripScripts (see libhtml-stripscripts-perl) for
  details of how to customise the way those tags are filtered.
+

-- 
Debian packaging of libhtml-stripscripts-parser-perl



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