r3983 - in /packages/libdata-dumper-simple-perl/trunk/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Oct 1 11:58:08 UTC 2006


Author: gregoa-guest
Date: Sun Oct  1 11:58:08 2006
New Revision: 3983

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

Modified:
    packages/libdata-dumper-simple-perl/trunk/debian/changelog
    packages/libdata-dumper-simple-perl/trunk/debian/rules

Modified: packages/libdata-dumper-simple-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdata-dumper-simple-perl/trunk/debian/changelog?rev=3983&op=diff
==============================================================================
--- packages/libdata-dumper-simple-perl/trunk/debian/changelog (original)
+++ packages/libdata-dumper-simple-perl/trunk/debian/changelog Sun Oct  1 11:58:08 2006
@@ -1,3 +1,9 @@
+libdata-dumper-simple-perl (0.11-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 13:57:37 +0200
+
 libdata-dumper-simple-perl (0.11-2) unstable; urgency=low
 
   * Moved debhelper to Build-Depends.

Modified: packages/libdata-dumper-simple-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libdata-dumper-simple-perl/trunk/debian/rules?rev=3983&op=diff
==============================================================================
--- packages/libdata-dumper-simple-perl/trunk/debian/rules (original)
+++ packages/libdata-dumper-simple-perl/trunk/debian/rules Sun Oct  1 11:58:08 2006
@@ -5,7 +5,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')




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