r3988 - in /packages/libfile-which-perl/trunk/debian: changelog rules

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


Author: gregoa-guest
Date: Sun Oct  1 13:12:01 2006
New Revision: 3988

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

Modified:
    packages/libfile-which-perl/trunk/debian/changelog
    packages/libfile-which-perl/trunk/debian/rules

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

Modified: packages/libfile-which-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfile-which-perl/trunk/debian/rules?rev=3988&op=diff
==============================================================================
--- packages/libfile-which-perl/trunk/debian/rules (original)
+++ packages/libfile-which-perl/trunk/debian/rules Sun Oct  1 13:12:01 2006
@@ -34,7 +34,7 @@
 		dh_testroot
 		dh_clean -k
 		dh_installdirs
-		$(MAKE) install PREFIX=$(PWD)/$(TMP_DIR)/usr
+		$(MAKE) install PREFIX=$(CURDIR)/$(TMP_DIR)/usr
 		touch install-stamp
 
 binary-indep:	build install




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