[SCM] Debian packaging of HTML-TokeParser-Simple CPAN distribution branch, master, updated. debian/3.15-1-2-g23963e9

gregor herrmann gregoa at debian.org
Sat Mar 30 12:22:07 UTC 2013


The following commit has been merged in the master branch:
commit 23963e98cda4a72ac9026afe98bf35ddbc8f53a2
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Mar 30 13:22:04 2013 +0100

    [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.

diff --git a/debian/changelog b/debian/changelog
index cda77f6..0c490e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,13 @@ libhtml-tokeparser-simple-perl (3.15-2) UNRELEASED; urgency=low
 
   * Take over for the Debian Perl Group on maintainer's request
     (https://lists.debian.org/debian-perl/2013/03/msg00034.html)
+  * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza);
+    ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian
+    Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> (was:
+    Christian Sánchez <csanchez at unplug.org.ve>); Christian Sánchez
+    <csanchez at unplug.org.ve> moved to Uploaders.
+  * debian/watch: use metacpan-based URL.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 30 Mar 2013 13:22:02 +0100
 
diff --git a/debian/control b/debian/control
index 846a7a1..f4e1364 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,17 @@
 Source: libhtml-tokeparser-simple-perl
-Maintainer: Christian Sánchez <csanchez at unplug.org.ve>
+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
 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
 
 Package: libhtml-tokeparser-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, libhtml-parser-perl (>= 3.25)
+Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl (>= 3.25)
 Description: Perl module used to tokenize HTML documents
  This is the CPAN module HTML::TokeParser::Simple.
  .
diff --git a/debian/watch b/debian/watch
index 46cedda..7c029f9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=2
-http://www.cpan.org/modules/by-module/HTML/HTML-TokeParser-Simple-(.*)\.tar\.gz    debian      uupdate
+version=3
+https://metacpan.org/release/HTML-TokeParser-Simple/   .*/HTML-TokeParser-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$    debian      uupdate

-- 
Debian packaging of HTML-TokeParser-Simple CPAN distribution



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