r3981 - in /packages/libcrypt-cbc-perl/trunk/debian: changelog rules

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


Author: gregoa-guest
Date: Sun Oct  1 11:51:00 2006
New Revision: 3981

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

Modified:
    packages/libcrypt-cbc-perl/trunk/debian/changelog
    packages/libcrypt-cbc-perl/trunk/debian/rules

Modified: packages/libcrypt-cbc-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-cbc-perl/trunk/debian/changelog?rev=3981&op=diff
==============================================================================
--- packages/libcrypt-cbc-perl/trunk/debian/changelog (original)
+++ packages/libcrypt-cbc-perl/trunk/debian/changelog Sun Oct  1 11:51:00 2006
@@ -1,3 +1,9 @@
+libcrypt-cbc-perl (2.19-2) 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:50:05 +0200
+
 libcrypt-cbc-perl (2.19-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/libcrypt-cbc-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-cbc-perl/trunk/debian/rules?rev=3981&op=diff
==============================================================================
--- packages/libcrypt-cbc-perl/trunk/debian/rules (original)
+++ packages/libcrypt-cbc-perl/trunk/debian/rules Sun Oct  1 11:51:00 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.




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