r2004 - packages/trunk/ri-li/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Mon Nov 27 11:12:01 CET 2006


Author: kibi-guest
Date: 2006-11-27 11:12:00 +0100 (Mon, 27 Nov 2006)
New Revision: 2004

Modified:
   packages/trunk/ri-li/debian/changelog
   packages/trunk/ri-li/debian/rules
Log:
s/PWD/CURDIR/ in debian/rules so that the package builds with sudo
Urgency set to high due to RC-buggyness
Added myself in the Uploaders field


Modified: packages/trunk/ri-li/debian/changelog
===================================================================
--- packages/trunk/ri-li/debian/changelog	2006-11-26 22:10:50 UTC (rev 2003)
+++ packages/trunk/ri-li/debian/changelog	2006-11-27 10:12:00 UTC (rev 2004)
@@ -1,10 +1,17 @@
-ri-li (2.0.0-2) UNRELEASED; urgency=low
+ri-li (2.0.0-2) UNRELEASED; urgency=high
 
-   [ Eddy Petrișor ]
-   * install the .desktop file (Closes: #388462)
+  [ Eddy Petrișor ]
+  * install the .desktop file (Closes: #388462)
 
- -- Gonéri Le Bouder <goneri at rulezlan.org>  Tue, 31 Oct 2006 02:04:24 +0100
+  [ Cyril Brulebois ]
+  * 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: #400547).
+  * Urgency set to `high' due to RC-buggyness.
+  * Added myself in the Uploaders field.
 
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Mon, 27 Nov 2006 10:51:24 +0100
+
 ri-li (2.0.0-1) unstable; urgency=low
 
   [ Gonéri Le Bouder ]

Modified: packages/trunk/ri-li/debian/rules
===================================================================
--- packages/trunk/ri-li/debian/rules	2006-11-26 22:10:50 UTC (rev 2003)
+++ packages/trunk/ri-li/debian/rules	2006-11-27 10:12:00 UTC (rev 2004)
@@ -40,7 +40,7 @@
 	dh_clean -k
 	dh_installdirs
 	dh_installman debian/ri-li.6
-	DESTDIR=$(PWD)/debian/tmp $(MAKE) install
+	DESTDIR=$(CURDIR)/debian/tmp $(MAKE) install
 	mkdir -p debian/tmp/usr/share/pixmaps/
 	cp debian/ri-li.xpm debian/tmp/usr/share/pixmaps/
 	mv debian/tmp/usr/games/Ri_li debian/tmp/usr/games/ri-li




More information about the Pkg-games-commits mailing list