[SCM] Debian packaging of HTML-Table CPAN distribution branch, master, updated. debian/2.08a-2-2-g61a7177

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


The following commit has been merged in the master branch:
commit 61a7177c16197dca70a31975033b613f395fedb5
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Mar 30 13:12:20 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 bc71171..f4cc11c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,16 @@ libhtml-table-perl (2.08a-3) 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). Changed: Homepage field changed to
+    metacpan.org URL; 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.
+  * 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 13:12:17 +0100
 
diff --git a/debian/control b/debian/control
index ffee75a..221d093 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,13 @@
 Source: libhtml-table-perl
 Section: perl
 Priority: optional
-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>
 Build-Depends: debhelper (>= 7)
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/HTML-Table/
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-table-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-table-perl.git
+Homepage: https://metacpan.org/release/HTML-Table/
 
 Package: libhtml-table-perl
 Section: perl
diff --git a/debian/copyright b/debian/copyright
index 8a516fb..d9c6378 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
-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: Anthony Peacock <a.peacock at chime.ucl.ac.uk
-Source: http://search.cpan.org/dist/HTML-Table/
+Source: https://metacpan.org/release/HTML-Table/
 Name: HTML-Table
 
 Files: *
diff --git a/debian/watch b/debian/watch
index 283f4d0..5e9ec9c 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-Table-([\w\.]+)\.tar\.gz
+https://metacpan.org/release/HTML-Table/   .*/HTML-Table-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Debian packaging of HTML-Table CPAN distribution



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