r3966 - in /packages/libopengl-perl/trunk/debian: changelog control rules

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


Author: ntyni-guest
Date: Thu Sep 28 20:22:24 2006
New Revision: 3966

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3966
Log:
Fix the PWD issue (#389879).

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

Modified: packages/libopengl-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libopengl-perl/trunk/debian/changelog?rev=3966&op=diff
==============================================================================
--- packages/libopengl-perl/trunk/debian/changelog (original)
+++ packages/libopengl-perl/trunk/debian/changelog Thu Sep 28 20:22:24 2006
@@ -1,3 +1,11 @@
+libopengl-perl (0.54.alan1-6) unstable; urgency=medium
+
+  * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix sudo issues. 
+    (Closes: #389879)
+  * Urgency set to medium because of an RC bug fix.
+
+ -- Niko Tyni <ntyni at iki.fi>  Thu, 28 Sep 2006 23:21:46 +0300
+
 libopengl-perl (0.54.alan1-5) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: packages/libopengl-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libopengl-perl/trunk/debian/control?rev=3966&op=diff
==============================================================================
--- packages/libopengl-perl/trunk/debian/control (original)
+++ packages/libopengl-perl/trunk/debian/control Thu Sep 28 20:22:24 2006
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>> 4.1), perl (>> 5.8.1), xlibmesa-gl-dev | libgl-dev, freeglut3-dev | libglut-dev, libglu1-xorg-dev, libxi-dev, libxmu-dev
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Gunnar Wolf <gwolf at debian.org>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Gunnar Wolf <gwolf at debian.org>, Niko Tyni <ntyni at iki.fi>
 Standards-Version: 3.7.2
 
 Package: libopengl-perl

Modified: packages/libopengl-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libopengl-perl/trunk/debian/rules?rev=3966&op=diff
==============================================================================
--- packages/libopengl-perl/trunk/debian/rules (original)
+++ packages/libopengl-perl/trunk/debian/rules Thu Sep 28 20:22:24 2006
@@ -5,7 +5,7 @@
 PERL	?= /usr/bin/perl
 
 package	:= $(firstword $(shell dh_listpackages))
-prefix	:= $(PWD)/debian/$(package)/usr
+prefix	:= $(CURDIR)/debian/$(package)/usr
 
 cflags  := -g -Wall
 ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))




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