r21569 - in /trunk/libxml-sax-writer-perl/debian: changelog control rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 16:12:22 UTC 2008


Author: gregoa
Date: Sun Jun 15 16:12:22 2008
New Revision: 21569

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

Modified:
    trunk/libxml-sax-writer-perl/debian/changelog
    trunk/libxml-sax-writer-perl/debian/control
    trunk/libxml-sax-writer-perl/debian/rules
    trunk/libxml-sax-writer-perl/debian/watch

Modified: trunk/libxml-sax-writer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/changelog?rev=21569&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/changelog (original)
+++ trunk/libxml-sax-writer-perl/debian/changelog Sun Jun 15 16:12:22 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 debian.org>); Florian Ragwitz <rafl at debian.org> 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 18:11:20 +0200
 

Modified: trunk/libxml-sax-writer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/control?rev=21569&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/control (original)
+++ trunk/libxml-sax-writer-perl/debian/control Sun Jun 15 16:12:22 2008
@@ -1,8 +1,12 @@
 Source: libxml-sax-writer-perl
 Section: perl
 Priority: optional
-Maintainer: Florian Ragwitz <rafl at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Florian Ragwitz <rafl at debian.org>
 Standards-Version: 3.7.2
+Homepage: http://search.cpan.org/dist/XML-SAX-Writer/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-sax-writer-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/
 Build-Depends: debhelper (>= 4.1), dpatch
 Build-Depends-Indep: perl (>= 5.8.2), perl-modules (>= 5.8.0-7), libtext-iconv-perl (>= 1.2), libxml-filter-buffertext-perl (>= 0.01), libxml-namespacesupport-perl (>= 0.03), libxml-sax-perl (>= 0.10)
 

Modified: trunk/libxml-sax-writer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/rules?rev=21569&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/rules (original)
+++ trunk/libxml-sax-writer-perl/debian/rules Sun Jun 15 16:12:22 2008
@@ -32,7 +32,7 @@
 	dh_clean -k
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	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
 
 binary-arch:

Modified: trunk/libxml-sax-writer-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/watch?rev=21569&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/watch (original)
+++ trunk/libxml-sax-writer-perl/debian/watch Sun Jun 15 16:12:22 2008
@@ -1,2 +1,2 @@
-version=2
-http://www.cpan.org/modules/by-module/XML/XML-SAX-Writer-([0-9].*)\.tar.gz
+version=3
+http://search.cpan.org/dist/XML-SAX-Writer/   .*/XML-SAX-Writer-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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