r17504 - in /trunk/libdevel-cycle-perl/debian: changelog control rules watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Mar 16 00:54:58 UTC 2008


Author: gregoa-guest
Date: Sun Mar 16 00:53:36 2008
New Revision: 17504

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17504
Log:
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza).
* debian/watch: use dist-based URL.
* debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467753).

Modified:
    trunk/libdevel-cycle-perl/debian/changelog
    trunk/libdevel-cycle-perl/debian/control
    trunk/libdevel-cycle-perl/debian/rules
    trunk/libdevel-cycle-perl/debian/watch

Modified: trunk/libdevel-cycle-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-cycle-perl/debian/changelog?rev=17504&op=diff
==============================================================================
--- trunk/libdevel-cycle-perl/debian/changelog (original)
+++ trunk/libdevel-cycle-perl/debian/changelog Sun Mar 16 00:53:36 2008
@@ -1,3 +1,12 @@
+libdevel-cycle-perl (1.07-2) UNRELEASED; urgency=low
+
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza).
+  * debian/watch: use dist-based URL.
+  * debian/rules: delete /usr/lib/perl5 only if it exists (closes: #467753).
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 16 Mar 2008 01:51:19 +0100
+
 libdevel-cycle-perl (1.07-1) unstable; urgency=low
 
   * Initial Release (closes: #368861)

Modified: trunk/libdevel-cycle-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-cycle-perl/debian/control?rev=17504&op=diff
==============================================================================
--- trunk/libdevel-cycle-perl/debian/control (original)
+++ trunk/libdevel-cycle-perl/debian/control Sun Mar 16 00:53:36 2008
@@ -6,6 +6,9 @@
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Standards-Version: 3.7.2
+Homepage: http://search.cpan.org/dist/Devel-Cycle/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-cycle-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-cycle-perl/
 
 Package: libdevel-cycle-perl
 Architecture: all

Modified: trunk/libdevel-cycle-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-cycle-perl/debian/rules?rev=17504&op=diff
==============================================================================
--- trunk/libdevel-cycle-perl/debian/rules (original)
+++ trunk/libdevel-cycle-perl/debian/rules Sun Mar 16 00:53:36 2008
@@ -33,7 +33,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/libdevel-cycle-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-cycle-perl/debian/watch?rev=17504&op=diff
==============================================================================
--- trunk/libdevel-cycle-perl/debian/watch (original)
+++ trunk/libdevel-cycle-perl/debian/watch Sun Mar 16 00:53:36 2008
@@ -1,2 +1,2 @@
 version=3
-http://mirrors.kernel.org/cpan/modules/by-module/Devel/Devel-Cycle-([\d\.]+)\.tar\.gz
+http://search.cpan.org/dist/Devel-Cycle/   .*/Devel-Cycle-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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