[libclass-delegator-perl] 02/02: [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.

gregor herrmann gregoa at debian.org
Sun Jan 12 15:45:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libclass-delegator-perl.

commit dd3dbcad8eb997e15fcb8470b345687caf32db0d
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 12 16:45:45 2014 +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.
---
 debian/changelog | 7 +++++++
 debian/control   | 9 ++++++---
 debian/watch     | 2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c6f2d05..a556940 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
 libclass-delegator-perl (0.09-3) UNRELEASED; urgency=medium
 
   * Take over for the Debian Perl Group; Closes: #733550 -- RFA/ITA
+  * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
+    field (source stanza); ${misc:Depends} to Depends: field. Changed:
+    Homepage field changed to metacpan.org URL; Maintainer set to Debian
+    Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> (was:
+    Debian QA Group <packages at qa.debian.org>); Debian QA Group
+    <packages at qa.debian.org> moved to Uploaders.
+  * debian/watch: use metacpan-based URL.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 12 Jan 2014 16:45:43 +0100
 
diff --git a/debian/control b/debian/control
index 4202591..9998d31 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,18 @@
 Source: libclass-delegator-perl
 Section: perl
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Debian QA Group <packages at qa.debian.org>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.8), libmodule-build-perl
 Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/Class-Delegator/
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-delegator-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-delegator-perl.git
+Homepage: https://metacpan.org/release/Class-Delegator
 
 Package: libclass-delegator-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module for a simple and fast object-oriented delegation
  This module provides a subset of the functionality of Damian Conway's lovely 
  Class::Delegation module. 
diff --git a/debian/watch b/debian/watch
index 7cc2768..a721ade 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://www.cpan.org/modules/by-module/Class/Class-Delegator-([\d\.]*)\.tar\.gz
+https://metacpan.org/release/Class-Delegator   .*/Class-Delegator-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-delegator-perl.git



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