[libwiki-toolkit-plugin-rss-reader-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
Thu Jul 3 19:26:45 UTC 2014


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

gregoa pushed a commit to branch master
in repository libwiki-toolkit-plugin-rss-reader-perl.

commit cf37f9a5eda5fcf2b2331a07f0307635e93b25d1
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 3 21:26:41 2014 +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 | 8 ++++++++
 debian/control   | 6 +++++-
 debian/rules     | 2 +-
 debian/watch     | 4 ++--
 4 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f492602..b14946b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,14 @@
 libwiki-toolkit-plugin-rss-reader-perl (1.6-2) UNRELEASED; urgency=medium
 
   * Take over for the Debian Perl Group
+  * 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: Dominic Hargreaves
+    <dom at earth.li>); Dominic Hargreaves <dom at earth.li> moved to
+    Uploaders.
+  * debian/watch: use metacpan-based URL.
+  * debian/rules: delete /usr/lib/perl5 only if it exists.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 03 Jul 2014 21:26:39 +0200
 
diff --git a/debian/control b/debian/control
index b27ad24..98357e3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,12 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl, libxml-rss-perl
-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.8.3
+Homepage: https://metacpan.org/release/Wiki-Toolkit-Plugin-RSS-Reader
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libwiki-toolkit-plugin-rss-reader-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwiki-toolkit-plugin-rss-reader-perl.git
 
 Package: libwiki-toolkit-plugin-rss-reader-perl
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 3f75532..db7ee24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ install-stamp: build-stamp
 	
 	# As this is a architecture independent package, we are not supposed to install
 	# stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 
 	touch install-stamp
 
diff --git a/debian/watch b/debian/watch
index cca6542..10089bf 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=2
-http://www.cpan.org/modules/by-module/Wiki/Wiki-Toolkit-Plugin-RSS-Reader-(.*).tar\.gz
+version=3
+https://metacpan.org/release/Wiki-Toolkit-Plugin-RSS-Reader   .*/Wiki-Toolkit-Plugin-RSS-Reader-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/libwiki-toolkit-plugin-rss-reader-perl.git



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