r4000 - in /packages/libsql-statement-perl/trunk/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Oct 1 13:14:06 UTC 2006


Author: gregoa-guest
Date: Sun Oct  1 13:14:06 2006
New Revision: 4000

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4000
Log:
* Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
* Set Standards-Version to 3.7.2 (no changes).
* Remove empty /usr/lib/perl5 directory.
* Add libdbd-xbase-perl to Build-Depends-Indep.

Modified:
    packages/libsql-statement-perl/trunk/debian/changelog
    packages/libsql-statement-perl/trunk/debian/control
    packages/libsql-statement-perl/trunk/debian/rules

Modified: packages/libsql-statement-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsql-statement-perl/trunk/debian/changelog?rev=4000&op=diff
==============================================================================
--- packages/libsql-statement-perl/trunk/debian/changelog (original)
+++ packages/libsql-statement-perl/trunk/debian/changelog Sun Oct  1 13:14:06 2006
@@ -1,3 +1,12 @@
+libsql-statement-perl (1.15-2) unstable; urgency=low
+
+  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
+  * Set Standards-Version to 3.7.2 (no changes).
+  * Remove empty /usr/lib/perl5 directory.
+  * Add libdbd-xbase-perl to Build-Depends-Indep.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun,  1 Oct 2006 14:53:14 +0200
+
 libsql-statement-perl (1.15-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/libsql-statement-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsql-statement-perl/trunk/debian/control?rev=4000&op=diff
==============================================================================
--- packages/libsql-statement-perl/trunk/debian/control (original)
+++ packages/libsql-statement-perl/trunk/debian/control Sun Oct  1 13:14:06 2006
@@ -1,11 +1,11 @@
 Source: libsql-statement-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
 Section: perl
 Priority: optional
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 Build-Depends: debhelper (>= 5.0)
-Build-Depends-Indep: perl (>= 5.8), perl-doc (>= 5.8), libdbi-perl
+Build-Depends-Indep: perl (>= 5.8), perl-doc (>= 5.8), libdbi-perl, libdbd-xbase-perl
 
 Package: libsql-statement-perl
 Architecture: all

Modified: packages/libsql-statement-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsql-statement-perl/trunk/debian/rules?rev=4000&op=diff
==============================================================================
--- packages/libsql-statement-perl/trunk/debian/rules (original)
+++ packages/libsql-statement-perl/trunk/debian/rules Sun Oct  1 13:14:06 2006
@@ -7,7 +7,7 @@
 PERL	?= /usr/bin/perl
 
 package	:= $(firstword $(shell dh_listpackages))
-prefix	:= $(PWD)/debian/$(package)/usr
+prefix	:= $(CURDIR)/debian/$(package)/usr
 
 version	:= $(shell dpkg-parsechangelog | \
 			sed -ne 's/^Version: *\([0-9]\+:\)*//p')
@@ -30,6 +30,7 @@
 	dh_installdirs
 
 	$(MAKE) pure_install PREFIX=$(prefix)
+	rmdir --parents  --ignore-fail-on-non-empty $(prefix)/lib/perl5
 
 	dh_installdocs README debian/README.update.Debian
 	dh_installchangelogs Changes




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