[libgraph-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 Sep 19 19:40:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libgraph-perl.
commit cb008d92e3f532b094a2296c4b69eec42b80b4ee
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Sep 19 21:40:53 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 | 6 +++++-
debian/watch | 4 ++--
3 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6cd0a18..04c1915 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,13 @@ libgraph-perl (1:0.96-2) UNRELEASED; urgency=medium
* Take over for the Debian Perl Group on maintainer's request
(https://bugs.debian.org/782676)
+ * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
+ field (source stanza); Homepage field (source stanza). Changed:
+ Maintainer set to Debian Perl Group <pkg-perl-
+ maintainers at lists.alioth.debian.org> (was: Steinar H. Gunderson
+ <sesse at debian.org>); Steinar H. Gunderson <sesse at debian.org> moved
+ to Uploaders.
+ * debian/watch: use metacpan-based URL.
-- gregor herrmann <gregoa at debian.org> Sat, 19 Sep 2015 21:40:51 +0200
diff --git a/debian/control b/debian/control
index 44428eb..a4122c0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,12 @@ Source: libgraph-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0), perl (>= 5.6.0)
-Maintainer: Steinar H. Gunderson <sesse at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Steinar H. Gunderson <sesse at debian.org>
Standards-Version: 3.9.4
+Homepage: https://metacpan.org/release/Graph
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgraph-perl.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgraph-perl.git
Package: libgraph-perl
Architecture: all
diff --git a/debian/watch b/debian/watch
index 25a4ceb..acc7c32 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=2
-http://search.cpan.org/search?dist=Graph /CPAN/authors/id/.*/Graph-([0-9\.]*)\.tar\.gz debian uupdate -v
+version=3
+https://metacpan.org/release/Graph .*/Graph-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian uupdate -v
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgraph-perl.git
More information about the Pkg-perl-cvs-commits
mailing list