[libconfig-tiny-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.
Damyan Ivanov
dmn at moszumanska.debian.org
Sat Jun 20 11:30:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libconfig-tiny-perl.
commit 8168388c3872d6eb3c7fa7512f6c437ffbe494f2
Author: Damyan Ivanov <dmn at debian.org>
Date: Sat Jun 20 11:30:52 2015 +0000
[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 | 6 ++++++
debian/control | 5 +++--
debian/watch | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 839d000..bbe31b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
libconfig-tiny-perl (2.20-2) UNRELEASED; urgency=medium
* Take over for the Debian Perl Group
+ * debian/control: Changed: Homepage field changed to metacpan.org URL;
+ Maintainer set to Debian Perl Group <pkg-perl-
+ maintainers at lists.alioth.debian.org> (was: Dominic Hargreaves
+ <dom at earth.li>); Dominic Hargreaves <dom at earth.li> moved to
+ Uploaders.
+ * debian/watch: use metacpan-based URL.
-- Damyan Ivanov <dam at ktnx.net> Sat, 20 Jun 2015 11:30:38 +0000
diff --git a/debian/control b/debian/control
index 7277648..28bcdee 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,10 @@ Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libtest-pod-perl (>= 1.45)
-Maintainer: Dominic Hargreaves <dom at earth.li>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dominic Hargreaves <dom at earth.li>
Standards-Version: 3.9.5
-Homepage: http://search.cpan.org/dist/Config-Tiny/
+Homepage: https://metacpan.org/release/Config-Tiny
Vcs-Git: git://anonscm.debian.org/users/dom/libconfig-tiny-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/libconfig-tiny-perl.git
diff --git a/debian/watch b/debian/watch
index 93cf138..d7493a4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
# URL to the package page followed by a regex to search
-http://search.cpan.org/dist/Config-Tiny/ .*/Config-Tiny-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+https://metacpan.org/release/Config-Tiny .*/Config-Tiny-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/libconfig-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list