r45047 - in /trunk/libarchive-zip-perl/debian: changelog control rules watch

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Wed Sep 30 00:02:49 UTC 2009


Author: emhn-guest
Date: Wed Sep 30 00:01:43 2009
New Revision: 45047

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45047
Log:
[packagecheck] fixed Vcs-(Svn|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.

Modified:
    trunk/libarchive-zip-perl/debian/changelog
    trunk/libarchive-zip-perl/debian/control
    trunk/libarchive-zip-perl/debian/rules
    trunk/libarchive-zip-perl/debian/watch

Modified: trunk/libarchive-zip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/changelog?rev=45047&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/changelog (original)
+++ trunk/libarchive-zip-perl/debian/changelog Wed Sep 30 00:01:43 2009
@@ -1,3 +1,16 @@
+libarchive-zip-perl (1.18-3) UNRELEASED; urgency=low
+
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza);
+    ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian
+    Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> (was: Ben
+    Burton <bab at debian.org>); Ben Burton <bab at debian.org> moved to
+    Uploaders.
+  * debian/watch: use dist-based URL.
+  * debian/rules: delete /usr/lib/perl5 only if it exists.
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Tue, 29 Sep 2009 19:23:03 -0430
+
 libarchive-zip-perl (1.18-2) unstable; urgency=low
 
   * Take over for the Debian Perl Group on maintainer's request

Modified: trunk/libarchive-zip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/control?rev=45047&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/control (original)
+++ trunk/libarchive-zip-perl/debian/control Wed Sep 30 00:01:43 2009
@@ -1,15 +1,18 @@
 Source: libarchive-zip-perl
 Section: perl
 Priority: optional
-Maintainer: Ben Burton <bab at debian.org>
-Uploaders: Matthias Klose <doko at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Matthias Klose <doko at debian.org>, Ben Burton <bab at debian.org>
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl, libcompress-zlib-perl, libfile-which-perl
 Standards-Version: 3.7.2.2
+Homepage: http://search.cpan.org/dist/Archive-Zip/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libarchive-zip-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libarchive-zip-perl/
 
 Package: libarchive-zip-perl
 Architecture: all
-Depends: ${perl:Depends}, libcompress-zlib-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libcompress-zlib-perl
 Description: Module for manipulation of ZIP archives
  The Archive::Zip module allows a Perl program to create, manipulate,
  read, and write Zip archive files.

Modified: trunk/libarchive-zip-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/rules?rev=45047&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/rules (original)
+++ trunk/libarchive-zip-perl/debian/rules Wed Sep 30 00:01:43 2009
@@ -48,7 +48,7 @@
 
 	# Add here commands to install the package into debian/tmp
 	$(MAKE) install INSTALLDIRS=vendor PREFIX=$(CURDIR)/debian/libarchive-zip-perl/usr
-	rm -rf $(CURDIR)/debian/libarchive-zip-perl/usr/lib
+	[ ! -d $(CURDIR)/debian/libarchive-zip-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libarchive-zip-perl/usr/lib/perl5
 
 # Build architecture-independent files here.
 binary-indep: build install

Modified: trunk/libarchive-zip-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/watch?rev=45047&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/watch (original)
+++ trunk/libarchive-zip-perl/debian/watch Wed Sep 30 00:01:43 2009
@@ -1,2 +1,2 @@
-version=2
-http://search.cpan.org/CPAN/authors/id/N/NE/NEDKONZ/Archive-Zip-([\d\.]*)\.tar\.gz
+version=3
+http://search.cpan.org/dist/Archive-Zip/   .*/Archive-Zip-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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