[SCM] Debian packaging of HTML-LinkExtractor CPAN distribution branch, master, updated. debian/0.130-5-2-gbd62f56

gregor herrmann gregoa at debian.org
Sat Mar 30 11:55:11 UTC 2013


The following commit has been merged in the master branch:
commit bd62f56935cdaa86b8b9abd2cb70461953b217af
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Mar 30 12:55:08 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 e88be48..33a9e96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,18 @@ libhtml-linkextractor-perl (0.130-6) 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). 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; Replace versioned
+    (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned
+    dependency on perl (as permitted by Debian Policy 3.8.3).
+  * debian/watch: use metacpan-based URL.
+  * debian/copyright: Replace DEP5 Format-Specification URL from
+    svn.debian.org to anonscm.debian.org URL.; Source URL changed to
+    metacpan.org URL.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 30 Mar 2013 12:55:06 +0100
 
diff --git a/debian/control b/debian/control
index 31e9b02..aa4e65d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,14 @@
 Source: libhtml-linkextractor-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: libhtml-parser-perl, liburi-perl,
- perl (>= 5.6.0-16)
+ perl
 Standards-Version: 3.8.3
+Homepage: https://metacpan.org/release/HTML-LinkExtractor/
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-linkextractor-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-linkextractor-perl.git
 Build-Depends: debhelper (>= 7)
 
 Package: libhtml-linkextractor-perl
diff --git a/debian/copyright b/debian/copyright
index 2b7e835..a8ee36a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=59
 Maintainer: D.H (PodMaster)
     .
     Please use http://rt.cpan.org/ to report bugs.
@@ -6,7 +6,7 @@ Maintainer: D.H (PodMaster)
     Just go to
     http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-Scrubber
     to see a bug list and/or repot new ones.
-Source: http://search.cpan.org/dist/HTML-LinkExtractor/
+Source: https://metacpan.org/release/HTML-LinkExtractor/
 Name: HTML-LinkExtractor
 Disclaimer: This copyright info was automatically extracted 
  from the perl module. It may not be accurate, so you better 
diff --git a/debian/watch b/debian/watch
index f3e32d7..02519c3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/0$// \
-  http://www.cpan.org/modules/by-module/HTML/HTML-LinkExtractor-([\d\.]+)\.tar\.gz
+https://metacpan.org/release/HTML-LinkExtractor/   .*/HTML-LinkExtractor-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Debian packaging of HTML-LinkExtractor CPAN distribution



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