[libapp-info-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:11:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libapp-info-perl.
commit 094ed480e62cfebfab43af09ddba2153a8ac1295
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Jan 12 16:11:50 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 3e869cc..40fc2f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
libapp-info-perl (0.56-3) UNRELEASED; urgency=medium
* Take over for the Debian Perl Group; Closes: #733549 -- 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 16:11:47 +0100
diff --git a/debian/control b/debian/control
index 47fa28d..0dd6298 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,14 @@
Source: libapp-info-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, libtest-pod-perl
Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/App-Info/
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapp-info-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapp-info-perl.git
+Homepage: https://metacpan.org/release/App-Info
Package: libapp-info-perl
Architecture: all
diff --git a/debian/watch b/debian/watch
index 39ee658..3b2ccae 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://www.cpan.org/modules/by-module/App/App-Info-([\d\.]*)\.tar\.gz
+https://metacpan.org/release/App-Info .*/App-Info-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/libapp-info-perl.git
More information about the Pkg-perl-cvs-commits
mailing list