r3980 - in /packages/libchart-perl/trunk/debian: changelog control rules

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


Author: gregoa-guest
Date: Sun Oct  1 11:46:21 2006
New Revision: 3980

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

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

Modified: packages/libchart-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchart-perl/trunk/debian/changelog?rev=3980&op=diff
==============================================================================
--- packages/libchart-perl/trunk/debian/changelog (original)
+++ packages/libchart-perl/trunk/debian/changelog Sun Oct  1 11:46:21 2006
@@ -1,3 +1,10 @@
+libchart-perl (2.4.1-4) unstable; urgency=low
+
+  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo.
+  * Bump Standards-Version to 3.7.2 (no changes).
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun,  1 Oct 2006 13:45:38 +0200
+
 libchart-perl (2.4.1-3) unstable; urgency=low
 
   * Further modify the color patch from #172140 to restore the

Modified: packages/libchart-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchart-perl/trunk/debian/control?rev=3980&op=diff
==============================================================================
--- packages/libchart-perl/trunk/debian/control (original)
+++ packages/libchart-perl/trunk/debian/control Sun Oct  1 11:46:21 2006
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Niko Tyni <ntyni at iki.fi>
-Standards-Version: 3.6.2.0
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Niko Tyni <ntyni at iki.fi>, gregor herrmann <gregor+debian at comodo.priv.at>
+Standards-Version: 3.7.2
 Build-Depends: debhelper (>> 4.1)
 Build-Depends-Indep: perl (>> 5.8), libgd-gd2-perl
 

Modified: packages/libchart-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libchart-perl/trunk/debian/rules?rev=3980&op=diff
==============================================================================
--- packages/libchart-perl/trunk/debian/rules (original)
+++ packages/libchart-perl/trunk/debian/rules Sun Oct  1 11:46:21 2006
@@ -7,7 +7,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