r3967 - in /packages/libplot-perl/trunk/debian: changelog control rules

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


Author: ntyni-guest
Date: Thu Sep 28 20:30:57 2006
New Revision: 3967

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

Modified:
    packages/libplot-perl/trunk/debian/changelog
    packages/libplot-perl/trunk/debian/control
    packages/libplot-perl/trunk/debian/rules

Modified: packages/libplot-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libplot-perl/trunk/debian/changelog?rev=3967&op=diff
==============================================================================
--- packages/libplot-perl/trunk/debian/changelog (original)
+++ packages/libplot-perl/trunk/debian/changelog Thu Sep 28 20:30:57 2006
@@ -1,3 +1,11 @@
+libplot-perl (2.2.2-3) unstable; urgency=medium
+
+  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix sudo issues.
+    (Closes: #389869)
+  * Urgency set to medium because of an RC bug fix.
+
+ -- Niko Tyni <ntyni at iki.fi>  Thu, 28 Sep 2006 23:31:01 +0300
+
 libplot-perl (2.2.2-2) unstable; urgency=low
 
   * Changed Maintainer to

Modified: packages/libplot-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libplot-perl/trunk/debian/control?rev=3967&op=diff
==============================================================================
--- packages/libplot-perl/trunk/debian/control (original)
+++ packages/libplot-perl/trunk/debian/control Thu Sep 28 20:30:57 2006
@@ -2,7 +2,7 @@
 Section: perl
 Priority: extra
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Carlo Segre <segre at debian.org>
+Uploaders: Carlo Segre <segre at debian.org>, Niko Tyni <ntyni at iki.fi>
 Build-Depends: debhelper (>= 5.0.0), perl (>> 5.8), libplot-dev
 Standards-Version: 3.7.2
 

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