[SCM] Debian packaging of libhtml-copy-perl branch, master, updated. c6cbaa161d18a500e9dce7c226edee6d1b2ae8fc
gregor herrmann
gregoa at debian.org
Mon Jun 17 18:54:03 UTC 2013
The following commit has been merged in the master branch:
commit 1a1b2d2c5e69df82bb4769c50326b1b32e93c907
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Jun 17 20:44:47 2013 +0200
Cleanup build and runtime dependencies.
diff --git a/debian/control b/debian/control
index 8fcbf0d..efb81f1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,28 @@
Source: libhtml-copy-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.8.8-7), liburi-perl,
- libhtml-parser-perl (>= 3.4), libclass-accessor-perl, libwww-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
-Homepage: http://search.cpan.org/dist/HTML-Copy/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-copy-perl.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-copy-perl.git
+Build-Depends-Indep: libclass-accessor-perl,
+ libhtml-parser-perl,
+ liburi-perl,
+ libhttp-message-perl | libwww-perl (<< 6),
+ perl
Standards-Version: 3.7.3
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-copy-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-copy-perl.git
+Homepage: http://search.cpan.org/dist/HTML-Copy/
Package: libhtml-copy-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libfile-spec-perl, libio-all-perl,
- libhtml-parser-perl (>=3.40), liburi-perl, libpod-parser-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libclass-accessor-perl,
+ libhtml-parser-perl,
+ liburi-perl,
+ libhttp-message-perl | libwww-perl (<< 6)
Description: HTML::Copy - copy a HTML file without breaking links
This target of this module is to copy a HTML file without
beaking links in the file and is a sub class of HTML::Parser.
+
--
Debian packaging of libhtml-copy-perl
More information about the Pkg-perl-cvs-commits
mailing list