r4003 - in /packages/libtext-reform-perl/trunk/debian: changelog control rules

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


Author: gregoa-guest
Date: Sun Oct  1 13:14:26 2006
New Revision: 4003

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

Modified:
    packages/libtext-reform-perl/trunk/debian/changelog
    packages/libtext-reform-perl/trunk/debian/control
    packages/libtext-reform-perl/trunk/debian/rules

Modified: packages/libtext-reform-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-reform-perl/trunk/debian/changelog?rev=4003&op=diff
==============================================================================
--- packages/libtext-reform-perl/trunk/debian/changelog (original)
+++ packages/libtext-reform-perl/trunk/debian/changelog Sun Oct  1 13:14:26 2006
@@ -1,10 +1,16 @@
+libtext-reform-perl (1.11-5) 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 15:00:28 +0200
+
 libtext-reform-perl (1.11-4) unstable; urgency=low
 
   * Moved debhelper to Build-Depends.
   * Set Standards-Version to 3.7.2 (no changes).
   * Set Debhelper Compatibility Level to 5.
 
- -- Gregor Herrmann <gregor+debian at comodo.priv.at>  Fri, 16 Jun 2006 17:08:04 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 16 Jun 2006 17:08:04 +0200
 
 libtext-reform-perl (1.11-3) unstable; urgency=low
 

Modified: packages/libtext-reform-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-reform-perl/trunk/debian/control?rev=4003&op=diff
==============================================================================
--- packages/libtext-reform-perl/trunk/debian/control (original)
+++ packages/libtext-reform-perl/trunk/debian/control Sun Oct  1 13:14:26 2006
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Daniel Ruoso <daniel at ruoso.com>, Gregor Herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>
+Uploaders: Daniel Ruoso <daniel at ruoso.com>, gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>
 Standards-Version: 3.7.2
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl

Modified: packages/libtext-reform-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-reform-perl/trunk/debian/rules?rev=4003&op=diff
==============================================================================
--- packages/libtext-reform-perl/trunk/debian/rules (original)
+++ packages/libtext-reform-perl/trunk/debian/rules Sun Oct  1 13:14: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:	build install




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