r13523 - packages/trunk/desmume/debian

Evgeni Golov evgeni at alioth.debian.org
Tue May 1 13:12:34 UTC 2012


Author: evgeni
Date: 2012-05-01 13:12:33 +0000 (Tue, 01 May 2012)
New Revision: 13523

Modified:
   packages/trunk/desmume/debian/changelog
   packages/trunk/desmume/debian/rules
Log:
add build-{arch,indep}


Modified: packages/trunk/desmume/debian/changelog
===================================================================
--- packages/trunk/desmume/debian/changelog	2012-05-01 13:06:19 UTC (rev 13522)
+++ packages/trunk/desmume/debian/changelog	2012-05-01 13:12:33 UTC (rev 13523)
@@ -12,8 +12,9 @@
     + Also add libtinyxml-dev to Build-Depends
   * Update debian/copyright for latest format spec
   * Standards-Version: 3.9.3
+  * Add build-arch and build-indep targets.
 
- -- Evgeni Golov <evgeni at debian.org>  Tue, 01 May 2012 15:05:55 +0200
+ -- Evgeni Golov <evgeni at debian.org>  Tue, 01 May 2012 15:11:28 +0200
 
 desmume (0.9.7-2.1) unstable; urgency=low
 

Modified: packages/trunk/desmume/debian/rules
===================================================================
--- packages/trunk/desmume/debian/rules	2012-05-01 13:06:19 UTC (rev 13522)
+++ packages/trunk/desmume/debian/rules	2012-05-01 13:12:33 UTC (rev 13523)
@@ -35,7 +35,9 @@
 	./configure $(configure_flags) \
 		CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs -Wl,--as-needed"
 
-build: $(QUILT_STAMPFN) build-stamp
+build: $(QUILT_STAMPFN) build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp:  config.status
 	dh_testdir




More information about the Pkg-games-commits mailing list