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 <[EMAIL PROTECTED]> 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 <[email protected]> -Uploaders: Gonéri Le Bouder +Uploaders: Gonéri Le Bouder <[EMAIL PROTECTED]>, Cyril Brulebois <[EMAIL PROTECTED]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

