r3970 - in /packages/libtime-piece-perl/trunk/debian: changelog control rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Thu Sep 28 20:53:26 UTC 2006


Author: ntyni-guest
Date: Thu Sep 28 20:53:26 2006
New Revision: 3970

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3970
Log:
PWD => CURDIR (#389874)

Modified:
    packages/libtime-piece-perl/trunk/debian/changelog
    packages/libtime-piece-perl/trunk/debian/control
    packages/libtime-piece-perl/trunk/debian/rules

Modified: packages/libtime-piece-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtime-piece-perl/trunk/debian/changelog?rev=3970&op=diff
==============================================================================
--- packages/libtime-piece-perl/trunk/debian/changelog (original)
+++ packages/libtime-piece-perl/trunk/debian/changelog Thu Sep 28 20:53:26 2006
@@ -1,3 +1,10 @@
+libtime-piece-perl (1.11-2) unstable; urgency=low
+
+  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix sudo issues.
+    (Closes: #389874)
+
+ -- Niko Tyni <ntyni at iki.fi>  Thu, 28 Sep 2006 23:51:41 +0300
+
 libtime-piece-perl (1.11-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/libtime-piece-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtime-piece-perl/trunk/debian/control?rev=3970&op=diff
==============================================================================
--- packages/libtime-piece-perl/trunk/debian/control (original)
+++ packages/libtime-piece-perl/trunk/debian/control Thu Sep 28 20:53:26 2006
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Niko Tyni <ntyni at iki.fi>
 Standards-Version: 3.7.2
 Build-Depends: debhelper (>= 5.0), perl (>= 5.8)
 

Modified: packages/libtime-piece-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtime-piece-perl/trunk/debian/rules?rev=3970&op=diff
==============================================================================
--- packages/libtime-piece-perl/trunk/debian/rules (original)
+++ packages/libtime-piece-perl/trunk/debian/rules Thu Sep 28 20:53:26 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:




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