r2546 - packages/trunk/ezquake/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Tue Apr 10 22:13:58 UTC 2007


Author: kibi-guest
Date: 2007-04-10 22:13:57 +0000 (Tue, 10 Apr 2007)
New Revision: 2546

Modified:
   packages/trunk/ezquake/debian/changelog
   packages/trunk/ezquake/debian/control
   packages/trunk/ezquake/debian/rules
Log:
Fix $(PWD) vs $(CURDIR) for ezquake, fix missing mail address for Gonéri in the control file

Modified: packages/trunk/ezquake/debian/changelog
===================================================================
--- packages/trunk/ezquake/debian/changelog	2007-04-10 22:10:53 UTC (rev 2545)
+++ packages/trunk/ezquake/debian/changelog	2007-04-10 22:13:57 UTC (rev 2546)
@@ -1,3 +1,11 @@
+ezquake (1754-2) unstable; urgency=low
+
+  * Change $(PWD) to $(CURDIR) so that the build is OK with either sudo or
+    fakeroot.
+  * Add myself to the Uploaders, add missing mail address for Gonéri.
+
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Tue, 10 Apr 2007 23:09:38 +0200
+
 ezquake (1754-1) unstable; urgency=low
 
   * Initial release Closes: #XXXX

Modified: packages/trunk/ezquake/debian/control
===================================================================
--- packages/trunk/ezquake/debian/control	2007-04-10 22:10:53 UTC (rev 2545)
+++ packages/trunk/ezquake/debian/control	2007-04-10 22:13:57 UTC (rev 2546)
@@ -6,7 +6,7 @@
  libasound2-dev, xmms-dev, libpng12-dev, libjpeg62-dev, libxxf86dga-dev,
  x11proto-xf86vidmode-dev, libxxf86vm-dev
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Gonéri Le Bouder 
+Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
 Standards-Version: 3.7.2
 
 Package: ezquake

Modified: packages/trunk/ezquake/debian/rules
===================================================================
--- packages/trunk/ezquake/debian/rules	2007-04-10 22:10:53 UTC (rev 2545)
+++ packages/trunk/ezquake/debian/rules	2007-04-10 22:13:57 UTC (rev 2546)
@@ -5,7 +5,7 @@
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 	dos2unix image.c
-	mkdir -p $(PWD)/debian/build/build-gl
+	mkdir -p $(CURDIR)/debian/build/build-gl
 	$(MAKE) all
 	touch build-stamp
 
@@ -14,7 +14,7 @@
 	dh_testroot
 	rm -f build-stamp
 	$(MAKE) clean
-	rm -Rf BUILDDIR=$(PWD)/debian/build
+	rm -Rf BUILDDIR=$(CURDIR)/debian/build
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean
 




More information about the Pkg-games-commits mailing list