r15708 - in /trunk/libclass-data-inheritable-perl/debian: changelog control rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Feb 27 08:38:37 UTC 2008


Author: dmn
Date: Wed Feb 27 08:38:36 2008
New Revision: 15708

URL: http://svn.debian.org/wsvn/?sc=1&rev=15708
Log:
  (Closes: #468084)
* 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: Ivan Kohler <ivan-
  debian at 420.am>);
* debian/watch: use dist-based URL.
* debian/rules: delete /usr/lib/perl5 only if it exists.
* Add myself to Uploaders

Modified:
    trunk/libclass-data-inheritable-perl/debian/changelog
    trunk/libclass-data-inheritable-perl/debian/control
    trunk/libclass-data-inheritable-perl/debian/rules
    trunk/libclass-data-inheritable-perl/debian/watch

Modified: trunk/libclass-data-inheritable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/changelog?rev=15708&op=diff
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/changelog (original)
+++ trunk/libclass-data-inheritable-perl/debian/changelog Wed Feb 27 08:38:36 2008
@@ -1,7 +1,15 @@
 libclass-data-inheritable-perl (0.06-2) UNRELEASED; urgency=low
 
   * Take over for the Debian Perl Group on maintainer's request
-    (http://bugs.debian.org/468084)
+    (Closes: #468084)
+  * 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: Ivan Kohler <ivan-
+    debian at 420.am>);
+  * debian/watch: use dist-based URL.
+  * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * Add myself to Uploaders
 
  -- Damyan Ivanov <dmn at debian.org>  Wed, 27 Feb 2008 10:29:47 +0200
 
@@ -29,6 +37,3 @@
 
  -- Ivan Kohler <ivan-debian at 420.am>  Sat, 13 Jul 2002 06:58:35 -0700
 
-Local variables:
-mode: debian-changelog
-End:

Modified: trunk/libclass-data-inheritable-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/control?rev=15708&op=diff
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/control (original)
+++ trunk/libclass-data-inheritable-perl/debian/control Wed Feb 27 08:38:36 2008
@@ -2,8 +2,12 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5), dpatch, perl (>= 5.8)
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.7.2
+Homepage: http://search.cpan.org/dist/Class-Data-Inheritable/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-data-inheritable-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-data-inheritable-perl/
 
 Package: libclass-data-inheritable-perl
 Architecture: all

Modified: trunk/libclass-data-inheritable-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/rules?rev=15708&op=diff
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/rules (original)
+++ trunk/libclass-data-inheritable-perl/debian/rules Wed Feb 27 08:38:36 2008
@@ -60,7 +60,7 @@
 	# 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
 

Modified: trunk/libclass-data-inheritable-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libclass-data-inheritable-perl/debian/watch?rev=15708&op=diff
==============================================================================
--- trunk/libclass-data-inheritable-perl/debian/watch (original)
+++ trunk/libclass-data-inheritable-perl/debian/watch Wed Feb 27 08:38:36 2008
@@ -2,7 +2,7 @@
 # you can run the "uscan" command
 # to check for upstream updates and more.
 # Site          Directory               Pattern                 Version Script
-version=2
-ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Class/Class-Data-Inheritable-([\d\.]+)\.tar\.gz \
+version=3
+http://search.cpan.org/dist/Class-Data-Inheritable/   .*/Class-Data-Inheritable-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) \
   debian uupdate
 




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