r3982 - in /packages/libcurses-widgets-perl/trunk/debian: changelog control rules

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


Author: gregoa-guest
Date: Sun Oct  1 11:55:59 2006
New Revision: 3982

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

Modified:
    packages/libcurses-widgets-perl/trunk/debian/changelog
    packages/libcurses-widgets-perl/trunk/debian/control
    packages/libcurses-widgets-perl/trunk/debian/rules

Modified: packages/libcurses-widgets-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcurses-widgets-perl/trunk/debian/changelog?rev=3982&op=diff
==============================================================================
--- packages/libcurses-widgets-perl/trunk/debian/changelog (original)
+++ packages/libcurses-widgets-perl/trunk/debian/changelog Sun Oct  1 11:55:59 2006
@@ -1,3 +1,9 @@
+libcurses-widgets-perl (1.997-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 13:55:12 +0200
+
 libcurses-widgets-perl (1.997-4) unstable; urgency=low
 
   * Transferred ownership to the Debian Perl Group

Modified: packages/libcurses-widgets-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcurses-widgets-perl/trunk/debian/control?rev=3982&op=diff
==============================================================================
--- packages/libcurses-widgets-perl/trunk/debian/control (original)
+++ packages/libcurses-widgets-perl/trunk/debian/control Sun Oct  1 11:55:59 2006
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
 Standards-Version: 3.7.2
 Build-Depends: debhelper (>> 4)
 Build-Depends-Indep: perl (>> 5.8.1), libcurses-perl

Modified: packages/libcurses-widgets-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcurses-widgets-perl/trunk/debian/rules?rev=3982&op=diff
==============================================================================
--- packages/libcurses-widgets-perl/trunk/debian/rules (original)
+++ packages/libcurses-widgets-perl/trunk/debian/rules Sun Oct  1 11:55:59 2006
@@ -5,7 +5,7 @@
 PERL	?= /usr/bin/perl
 
 package	:= $(firstword $(shell dh_listpackages))
-prefix	:= $(PWD)/debian/$(package)/usr
+prefix	:= $(CURDIR)/debian/$(package)/usr
 
 version	:= $(shell dpkg-parsechangelog | \
 			sed -ne 's/^Version: *\([0-9]\+:\)*//p')




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