r13964 - in /trunk/libmath-bigint-gmp-perl/debian: changelog control rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Feb 1 12:41:57 UTC 2008


Author: dmn
Date: Fri Feb  1 12:41:57 2008
New Revision: 13964

URL: http://svn.debian.org/wsvn/?sc=1&rev=13964
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.

Added:
    trunk/libmath-bigint-gmp-perl/debian/watch
Modified:
    trunk/libmath-bigint-gmp-perl/debian/changelog
    trunk/libmath-bigint-gmp-perl/debian/control
    trunk/libmath-bigint-gmp-perl/debian/rules

Modified: trunk/libmath-bigint-gmp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmath-bigint-gmp-perl/debian/changelog?rev=13964&op=diff
==============================================================================
--- trunk/libmath-bigint-gmp-perl/debian/changelog (original)
+++ trunk/libmath-bigint-gmp-perl/debian/changelog Fri Feb  1 12:41:57 2008
@@ -1,6 +1,13 @@
 libmath-bigint-gmp-perl (1.18-3) UNRELEASED; urgency=low
 
-  * 
+  * 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: Laurent Fousse
+    <laurent at komite.net>); Laurent Fousse <laurent at komite.net> moved to
+    Uploaders.
+  * Add debian/watch.
+  * debian/rules: delete /usr/share/perl5 only if it exists.
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 01 Feb 2008 10:07:57 +0200
 

Modified: trunk/libmath-bigint-gmp-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmath-bigint-gmp-perl/debian/control?rev=13964&op=diff
==============================================================================
--- trunk/libmath-bigint-gmp-perl/debian/control (original)
+++ trunk/libmath-bigint-gmp-perl/debian/control Fri Feb  1 12:41:57 2008
@@ -2,8 +2,12 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 4.0.2), libgmp3-dev, perl (>= 5.8.7-3), libyaml-perl
-Maintainer: Laurent Fousse <laurent at komite.net>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Laurent Fousse <laurent at komite.net>
 Standards-Version: 3.6.2
+Homepage: http://search.cpan.org/dist/Math-BigInt-GMP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-bigint-gmp-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-bigint-gmp-perl/
 
 Package: libmath-bigint-gmp-perl
 Architecture: any

Modified: trunk/libmath-bigint-gmp-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmath-bigint-gmp-perl/debian/rules?rev=13964&op=diff
==============================================================================
--- trunk/libmath-bigint-gmp-perl/debian/rules (original)
+++ trunk/libmath-bigint-gmp-perl/debian/rules Fri Feb  1 12:41:57 2008
@@ -60,7 +60,7 @@
 	# As this is a architecture dependent package, we are not supposed to install
 	# stuff to /usr/share/perl5. MakeMaker creates the dirs, we delete them from 
 	# the deb:
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
 	
 	touch install-stamp
 

Added: trunk/libmath-bigint-gmp-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libmath-bigint-gmp-perl/debian/watch?rev=13964&op=file
==============================================================================
--- trunk/libmath-bigint-gmp-perl/debian/watch (added)
+++ trunk/libmath-bigint-gmp-perl/debian/watch Fri Feb  1 12:41:57 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Math-BigInt-GMP/  .+/Math-BigInt-GMP-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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