[SCM] Debian packaging of Task-Weaken CPAN distribution branch, master, updated. debian/1.03-1-2-gf5bd80a

gregor herrmann gregoa at debian.org
Sat Mar 30 13:08:47 UTC 2013


The following commit has been merged in the master branch:
commit f5bd80a9a6f01ffc3046be6856b97970968227dd
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Mar 30 14:08:44 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 330649b..a957ae2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,13 @@ libtask-weaken-perl (1.03-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). 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.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 30 Mar 2013 14:08:42 +0100
 
diff --git a/debian/control b/debian/control
index efc0149..e06a09a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,12 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.10.0), perl-modules (>= 5.8.9)
-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>
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/Task-Weaken/
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtask-weaken-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtask-weaken-perl.git
+Homepage: https://metacpan.org/release/Task-Weaken/
 
 Package: libtask-weaken-perl
 Architecture: all
diff --git a/debian/watch b/debian/watch
index 16beee8..b7cac92 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Task-Weaken/   .*/Task-Weaken-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Task-Weaken/   .*/Task-Weaken-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Debian packaging of Task-Weaken CPAN distribution



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