r2092 - packages/trunk/openal/debian
Cyril Brulebois
kibi-guest at alioth.debian.org
Sun Dec 10 10:21:40 CET 2006
Author: kibi-guest
Date: 2006-12-10 10:21:39 +0100 (Sun, 10 Dec 2006)
New Revision: 2092
Modified:
packages/trunk/openal/debian/changelog
packages/trunk/openal/debian/control
packages/trunk/openal/debian/rules
Log:
s/PWD/CURDIR/ to fix FTBFS where sudo is used instead of fakeroot
Priority set to high accordingly
Added myself in the Uploaders field
Modified: packages/trunk/openal/debian/changelog
===================================================================
--- packages/trunk/openal/debian/changelog 2006-12-10 00:43:45 UTC (rev 2091)
+++ packages/trunk/openal/debian/changelog 2006-12-10 09:21:39 UTC (rev 2092)
@@ -1,3 +1,13 @@
+openal (1:0.0.8-3) UNRELEASED; urgency=high
+
+ * Changed `$(PWD)' to `$(CURDIR)' in debian/rules, which fixes the FTBFS on
+ buildds using `sudo' and not `fakeroot', since the $(PWD) is changed when
+ sudo is invoked, due to the user change (Closes: #).
+ * Urgency set to `high' due to RC-buggyness.
+ * Added myself in the Uploaders field.
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr> Sun, 10 Dec 2006 10:09:35 +0000
+
openal (1:0.0.8-2) unstable; urgency=medium
[ Eddy Petrişor ]
Modified: packages/trunk/openal/debian/control
===================================================================
--- packages/trunk/openal/debian/control 2006-12-10 00:43:45 UTC (rev 2091)
+++ packages/trunk/openal/debian/control 2006-12-10 09:21:39 UTC (rev 2092)
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Reinhard Tartler <siretart at tauware.de>, Thierry Reding <thierry at doppeltgemoppelt.de>, Eddy Petrişor <eddy.petrisor at gmail.com>
+Uploaders: Reinhard Tartler <siretart at tauware.de>, Thierry Reding <thierry at doppeltgemoppelt.de>, Eddy Petrişor <eddy.petrisor at gmail.com>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
Build-Depends: debhelper (>= 5.0.0), texinfo, libsdl1.2-dev (>= 1.2.7), libesd0-dev, libsmpeg-dev, libvorbis-dev (>= 1.0.1), libasound2-dev (>= 1.0.5) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libarts1-dev (>= 1.3.0)
Standards-Version: 3.7.2
Modified: packages/trunk/openal/debian/rules
===================================================================
--- packages/trunk/openal/debian/rules 2006-12-10 00:43:45 UTC (rev 2091)
+++ packages/trunk/openal/debian/rules 2006-12-10 09:21:39 UTC (rev 2092)
@@ -47,7 +47,7 @@
dh_testroot
dh_clean -k
dh_installdirs
- $(MAKE) install DESTDIR=$(PWD)/debian/tmp
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
# Build architecture-independent files here.
binary-indep: build install
More information about the Pkg-games-commits
mailing list