r3989 - in /packages/libfortune-perl/trunk/debian: changelog rules

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


Author: gregoa-guest
Date: Sun Oct  1 13:12:15 2006
New Revision: 3989

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

Modified:
    packages/libfortune-perl/trunk/debian/changelog
    packages/libfortune-perl/trunk/debian/rules

Modified: packages/libfortune-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfortune-perl/trunk/debian/changelog?rev=3989&op=diff
==============================================================================
--- packages/libfortune-perl/trunk/debian/changelog (original)
+++ packages/libfortune-perl/trunk/debian/changelog Sun Oct  1 13:12:15 2006
@@ -1,3 +1,9 @@
+libfortune-perl (0.2-7) 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:12:42 +0200
+
 libfortune-perl (0.2-6) unstable; urgency=low
 
   * Moved debhelper to Build-Depends.

Modified: packages/libfortune-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfortune-perl/trunk/debian/rules?rev=3989&op=diff
==============================================================================
--- packages/libfortune-perl/trunk/debian/rules (original)
+++ packages/libfortune-perl/trunk/debian/rules Sun Oct  1 13:12:15 2006
@@ -7,7 +7,7 @@
 endif
 
 package	:= $(shell sed -ne 's/^Package: *//p' debian/control)
-prefix	:= $(PWD)/debian/$(package)/usr
+prefix	:= $(CURDIR)/debian/$(package)/usr
 
 # thanks to: Gergely Nagy.
 Makefile: Makefile.PL




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