r21337 - in /trunk/libmkdoc-xml-perl/debian: changelog control rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 14:26:25 UTC 2008


Author: gregoa
Date: Sun Jun 15 14:26:25 2008
New Revision: 21337

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21337
Log:
takeover part 2

Modified:
    trunk/libmkdoc-xml-perl/debian/changelog
    trunk/libmkdoc-xml-perl/debian/control
    trunk/libmkdoc-xml-perl/debian/rules
    trunk/libmkdoc-xml-perl/debian/watch

Modified: trunk/libmkdoc-xml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmkdoc-xml-perl/debian/changelog?rev=21337&op=diff
==============================================================================
--- trunk/libmkdoc-xml-perl/debian/changelog (original)
+++ trunk/libmkdoc-xml-perl/debian/changelog Sun Jun 15 14:26:25 2008
@@ -2,6 +2,14 @@
 
   * Take over for the Debian Perl Group with maintainer's permission
     (http://lists.debian.org/debian-perl/2008/06/msg00039.html)
+  * debian/control: Added: Vcs-Svn 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: Florian Ragwitz
+    <rafl at debianforum.de>); Florian Ragwitz <rafl at debianforum.de> moved
+    to Uploaders.
+  * debian/watch: use dist-based URL.
+  * debian/rules: delete /usr/lib/perl5 only if it exists.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 15 Jun 2008 16:24:42 +0200
 

Modified: trunk/libmkdoc-xml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmkdoc-xml-perl/debian/control?rev=21337&op=diff
==============================================================================
--- trunk/libmkdoc-xml-perl/debian/control (original)
+++ trunk/libmkdoc-xml-perl/debian/control Sun Jun 15 14:26:25 2008
@@ -1,10 +1,14 @@
 Source: libmkdoc-xml-perl
 Section: perl
 Priority: optional
-Maintainer: Florian Ragwitz <rafl at debianforum.de>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Florian Ragwitz <rafl at debianforum.de>
 Build-Depends: debhelper (>= 4.1)
 Build-Depends-Indep: perl (>= 5.6.0-16)
 Standards-Version: 3.6.2
+Homepage: http://search.cpan.org/dist/MKDoc-XML/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmkdoc-xml-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmkdoc-xml-perl/
 
 Package: libmkdoc-xml-perl
 Architecture: all

Modified: trunk/libmkdoc-xml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmkdoc-xml-perl/debian/rules?rev=21337&op=diff
==============================================================================
--- trunk/libmkdoc-xml-perl/debian/rules (original)
+++ trunk/libmkdoc-xml-perl/debian/rules Sun Jun 15 14:26:25 2008
@@ -32,7 +32,7 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install PREFIX=$(TMP)/usr
-	find $(TMP)/usr -type d -empty -print0 | xargs --no-run-if-empty --null rmdir -p --ignore-fail-on-non-empty
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 
 binary: binary-indep binary-arch
 

Modified: trunk/libmkdoc-xml-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmkdoc-xml-perl/debian/watch?rev=21337&op=diff
==============================================================================
--- trunk/libmkdoc-xml-perl/debian/watch (original)
+++ trunk/libmkdoc-xml-perl/debian/watch Sun Jun 15 14:26:25 2008
@@ -2,6 +2,6 @@
 # Rename this file to "watch" and then you can run the "uscan" command
 # to check for upstream updates and more.
 # Site		Directory		Pattern			Version	Script
-version=2
-http://www.cpan.org/authors/id/B/BP/BPOSTLE/MKDoc-XML-(\d+\.\d+)\.tar\.gz debian uupdate
+version=3
+http://search.cpan.org/dist/MKDoc-XML/   .*/MKDoc-XML-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian uupdate
 




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