[liburi-find-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
Sat Jul 25 17:42:07 UTC 2015


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

gregoa pushed a commit to branch master
in repository liburi-find-perl.

commit 0ad81383ed8f0fb38c3b06e38c7ef188e1f94f33
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 25 19:42:02 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 | 6 ++++++
 debian/control   | 5 +++--
 debian/watch     | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 46cc380..e03488f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
 liburi-find-perl (20111103-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.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 25 Jul 2015 19:41:59 +0200
 
diff --git a/debian/control b/debian/control
index 78e0687..c35d503 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,10 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, liburi-perl, perl (>= 5.10.1) | libmodule-build-perl (>= 0.3000), perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-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.3
-Homepage: http://search.cpan.org/dist/URI-Find/
+Homepage: https://metacpan.org/release/URI-Find
 Vcs-Git: git://anonscm.debian.org/users/dom/liburi-find-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/liburi-find-perl.git
 
diff --git a/debian/watch b/debian/watch
index 52f2761..5badf39 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/URI-Find/   .*/URI-Find-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+https://metacpan.org/release/URI-Find   .*/URI-Find-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/liburi-find-perl.git



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