[libclass-contract-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:28:35 UTC 2014


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

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

commit f3a2f70c1ea5baad4a358d1dba2b83bdb7341da3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 12 16:28:32 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 d2461f0..6516d33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
 libclass-contract-perl (1.14-8) UNRELEASED; urgency=medium
 
   * Take over for the Debian Perl Group; Closes: #733548 -- 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:28:30 +0100
 
diff --git a/debian/control b/debian/control
index 4abe493..f92a396 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,18 @@
 Source: libclass-contract-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)
 Standards-Version: 3.7.3
-Homepage: http://search.cpan.org/dist/Class-Contract/
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-contract-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-contract-perl.git
+Homepage: https://metacpan.org/release/Class-Contract
 
 Package: libclass-contract-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Design-by-Contract OO in Perl
  The Class::Contract module implements strong encapsulation, static
  inheritance, and design-by-contract condition checking for
diff --git a/debian/watch b/debian/watch
index e271edc..3c9cc9f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Class-Contract/ .*/Class-Contract-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+https://metacpan.org/release/Class-Contract   .*/Class-Contract-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-contract-perl.git



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