[libsvn-notify-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 16:29:12 UTC 2014


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

gregoa pushed a commit to branch master
in repository libsvn-notify-perl.

commit 152f1e52a9a4fef42ec7b4db430d736855055ee7
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 12 17:29:09 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   | 7 +++++--
 debian/watch     | 2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 625c9ad..0fae098 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
 libsvn-notify-perl (2.81-3) UNRELEASED; urgency=medium
 
   * Take over for the Debian Perl Group; Closes: #733558 -- RFA/ITA
+  * 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: 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 17:29:07 +0100
 
diff --git a/debian/control b/debian/control
index df25dde..01df020 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,15 @@
 Source: libsvn-notify-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 (>= 8)
 Build-Depends-Indep: perl, libhtml-parser-perl, libtext-trac-perl, libnet-smtpauth-perl,
                      libtest-pod-coverage-perl, libtest-pod-perl
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/SVN-Notify/
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsvn-notify-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsvn-notify-perl.git
+Homepage: https://metacpan.org/release/SVN-Notify
 
 Package: libsvn-notify-perl
 Architecture: all
diff --git a/debian/watch b/debian/watch
index 0639b78..2ca36ca 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/SVN-Notify/ .*/SVN-Notify-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+https://metacpan.org/release/SVN-Notify   .*/SVN-Notify-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/libsvn-notify-perl.git



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