r3986 - in /packages/libdbd-csv-perl/trunk/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Oct 1 12:02:50 UTC 2006


Author: gregoa-guest
Date: Sun Oct  1 12:02:49 2006
New Revision: 3986

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3986
Log:
* Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.

Modified:
    packages/libdbd-csv-perl/trunk/debian/changelog
    packages/libdbd-csv-perl/trunk/debian/rules

Modified: packages/libdbd-csv-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdbd-csv-perl/trunk/debian/changelog?rev=3986&op=diff
==============================================================================
--- packages/libdbd-csv-perl/trunk/debian/changelog (original)
+++ packages/libdbd-csv-perl/trunk/debian/changelog Sun Oct  1 12:02:49 2006
@@ -1,3 +1,9 @@
+libdbd-csv-perl (0.2200-3) unstable; urgency=low
+
+  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun,  1 Oct 2006 14:02:17 +0200
+
 libdbd-csv-perl (0.2200-2) unstable; urgency=low
 
   * Moved debhelper to Build-Depends.

Modified: packages/libdbd-csv-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdbd-csv-perl/trunk/debian/rules?rev=3986&op=diff
==============================================================================
--- packages/libdbd-csv-perl/trunk/debian/rules (original)
+++ packages/libdbd-csv-perl/trunk/debian/rules Sun Oct  1 12:02:49 2006
@@ -5,7 +5,7 @@
 PERL ?= /usr/bin/perl
 
 package	:= $(shell sed -ne 's/^Package: *//p' debian/control)
-prefix	:= $(PWD)/debian/$(package)/usr
+prefix	:= $(CURDIR)/debian/$(package)/usr
 
 version	:= $(shell dpkg-parsechangelog | \
 			sed -ne 's/^Version: *\([0-9]\+:\)*//p')




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