[SCM] Debian packaging of HTML-TokeParser-Simple CPAN distribution branch, master, updated. debian/3.15-1-15-g837b9d9
gregor herrmann
gregoa at debian.org
Sat Mar 30 12:38:01 UTC 2013
The following commit has been merged in the master branch:
commit daa50a5896526f56b78cd60494cc854e24f2cc64
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Mar 30 13:26:26 2013 +0100
Remove versions from (build) dependencies that are not needed anymore.
diff --git a/debian/control b/debian/control
index f4e1364..d498b4b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,20 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Christian Sánchez <csanchez at unplug.org.ve>
Section: perl
Priority: optional
-Build-Depends-Indep: debhelper (>= 4.1.0), perl, libhtml-parser-perl (>= 3.25), libtest-simple-perl, libsub-override-perl
+Build-Depends-Indep: debhelper (>= 4.1.0),
+ perl,
+ libhtml-parser-perl,
+ libsub-override-perl
Standards-Version: 3.6.2
-Homepage: https://metacpan.org/release/HTML-TokeParser-Simple/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-tokeparser-simple-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-tokeparser-simple-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-tokeparser-simple-perl.git
+Homepage: https://metacpan.org/release/HTML-TokeParser-Simple/
Package: libhtml-tokeparser-simple-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl (>= 3.25)
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libhtml-parser-perl
Description: Perl module used to tokenize HTML documents
This is the CPAN module HTML::TokeParser::Simple.
.
@@ -24,4 +29,4 @@ Description: Perl module used to tokenize HTML documents
you can instead write something simpler like this:
.
$token->is_start_tag( 'form' )
- .
+
--
Debian packaging of HTML-TokeParser-Simple CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list