r5995 - packages/trunk/xlife/debian

Barry deFreese bddebian-guest at alioth.debian.org
Mon Mar 3 19:28:08 UTC 2008


Author: bddebian-guest
Date: 2008-03-03 19:28:08 +0000 (Mon, 03 Mar 2008)
New Revision: 5995

Modified:
   packages/trunk/xlife/debian/changelog
   packages/trunk/xlife/debian/rules
Log:
  * Remove generated Makefile in clean.
  * Replace 'pwd' with $(CURDIR) in rules.


Modified: packages/trunk/xlife/debian/changelog
===================================================================
--- packages/trunk/xlife/debian/changelog	2008-03-03 17:56:10 UTC (rev 5994)
+++ packages/trunk/xlife/debian/changelog	2008-03-03 19:28:08 UTC (rev 5995)
@@ -8,6 +8,8 @@
   * Bump Standards Version to 3.7.3. (No changes needed).
   * Remove unused xlife.undocumented file.
   * Make clean not ignore errors.
+  * Remove generated Makefile in clean.
+  * Replace 'pwd' with $(CURDIR) in rules.
   * Add quilt patch system.
   * Remove xlibs-dev build-dependency and add libxext-dev.
   * 10_imakefile.diff - path and build target updates.

Modified: packages/trunk/xlife/debian/rules
===================================================================
--- packages/trunk/xlife/debian/rules	2008-03-03 17:56:10 UTC (rev 5994)
+++ packages/trunk/xlife/debian/rules	2008-03-03 19:28:08 UTC (rev 5995)
@@ -32,6 +32,8 @@
 
 	[ ! -f Makefile ] || $(MAKE) clean
 
+	rm -f Makefile
+
 	dh_clean
 
 install: build
@@ -41,7 +43,7 @@
 	dh_installdirs
 
 	install xlife lifeconv collect lifesearch lifesearchdumb \
-		`pwd`/debian/xlife/usr/games
+		$(CURDIR)/debian/xlife/usr/games
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Pkg-games-commits mailing list