r11096 - packages/trunk/enemylines7/debian

Alexander Reichle-Schmehl tolimar at alioth.debian.org
Tue Jul 20 10:51:35 UTC 2010


Author: tolimar
Date: 2010-07-20 10:51:35 +0000 (Tue, 20 Jul 2010)
New Revision: 11096

Modified:
   packages/trunk/enemylines7/debian/changelog
   packages/trunk/enemylines7/debian/rules
Log:
Upstreams location of the Makefile changed



Modified: packages/trunk/enemylines7/debian/changelog
===================================================================
--- packages/trunk/enemylines7/debian/changelog	2010-07-20 10:44:10 UTC (rev 11095)
+++ packages/trunk/enemylines7/debian/changelog	2010-07-20 10:51:35 UTC (rev 11096)
@@ -12,12 +12,14 @@
    * Drop debian/patches/10_turn_off_useless_warnings.patch not needed
      anymore
    * Refresh debian/patches/20_data_in_usr_games.patch
+   * Upstream want's us to compile in src directory, adapting debian/rules
+     to it
   * Adopt debian/control to my new name
   * Only call make clean, if Makefile exists
   * Add debian/README.source
   * Bump standards to 3.9.0 (No changes needed)
 
- -- Alexander Reichle-Schmehl <tolimar at debian.org>  Tue, 20 Jul 2010 12:43:22 +0200
+ -- Alexander Reichle-Schmehl <tolimar at debian.org>  Tue, 20 Jul 2010 12:50:54 +0200
 
 enemylines7 (0.6-3) unstable; urgency=low
 

Modified: packages/trunk/enemylines7/debian/rules
===================================================================
--- packages/trunk/enemylines7/debian/rules	2010-07-20 10:44:10 UTC (rev 11095)
+++ packages/trunk/enemylines7/debian/rules	2010-07-20 10:51:35 UTC (rev 11096)
@@ -33,7 +33,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	$(MAKE)
+	cd src/ && $(MAKE) && cd -
 	docbook-to-man debian/enemylines7.sgml > debian/enemylines7.6
 
 	touch build-stamp
@@ -44,7 +44,7 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) clean
+	cd src/ && $(MAKE) clean && cd -
 
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean 




More information about the Pkg-games-commits mailing list