[libclass-accessor-chained-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.

Florian Schlichting fsfs at moszumanska.debian.org
Sun Sep 6 20:11:39 UTC 2015


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

fsfs pushed a commit to branch master
in repository libclass-accessor-chained-perl.

commit 45c4f8bf253657e56bf0ef23e8c0201199caab22
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Sep 6 22:11:36 2015 +0200

    [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   | 8 ++++++--
 debian/watch     | 4 ++--
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ddf66f..dc4d9ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
 libclass-accessor-chained-perl (0.01.1~debian-3) UNRELEASED; urgency=medium
 
   * Take over for the Debian Perl Group; Closes: #798132 -- RFA/ITA
+  * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza);
+    ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian
+    Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> (was:
+    James Bromberger <jeb at debian.org>); James Bromberger
+    <jeb at debian.org> moved to Uploaders.
+  * debian/watch: use metacpan-based URL.
 
  -- Florian Schlichting <fsfs at debian.org>  Sun, 06 Sep 2015 22:11:34 +0200
 
diff --git a/debian/control b/debian/control
index 74ddbd2..3b01caf 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,16 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 4.0.2)
 Build-Depends-Indep: perl (>= 5.8.0-7)
-Maintainer: James Bromberger <jeb at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: James Bromberger <jeb at debian.org>
 Standards-Version: 3.7.3
+Homepage: https://metacpan.org/release/Class-Accessor-Chained
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-accessor-chained-perl.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-accessor-chained-perl.git
 
 Package: libclass-accessor-chained-perl
 Architecture: all
-Depends: ${perl:Depends}, libclass-accessor-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl
 Description:  make chained accessors
  A chained accessor is one that always returns the object when called
  with parameters (to set), and the value of the field when called with
diff --git a/debian/watch b/debian/watch
index 46329c0..a4f031d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=2
-http://www.cpan.org/modules/by-module/Class/Class-Accessor-Chained-(.*)\.tar\.gz debian uupdate
+version=3
+https://metacpan.org/release/Class-Accessor-Chained   .*/Class-Accessor-Chained-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian uupdate

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



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