Author: debfx-guest
Date: 2012-01-31 14:25:48 +0000 (Tue, 31 Jan 2012)
New Revision: 13193

Modified:
   packages/trunk/performous/debian/changelog
   packages/trunk/performous/debian/rules
Log:
Add build-arch and build-indep targets.

Modified: packages/trunk/performous/debian/changelog
===================================================================
--- packages/trunk/performous/debian/changelog  2012-01-31 14:21:15 UTC (rev 
13192)
+++ packages/trunk/performous/debian/changelog  2012-01-31 14:25:48 UTC (rev 
13193)
@@ -3,6 +3,7 @@
   * Team upload.
   * Check for jpeglib.h which is actually included instead of jconfig.h.
     The latter is installed in multiarch location. Patch from Ilya Barygin.
+  * Add build-arch and build-indep targets.
 
  -- Felix Geyer <[email protected]>  Tue, 31 Jan 2012 13:24:23 +0100
 

Modified: packages/trunk/performous/debian/rules
===================================================================
--- packages/trunk/performous/debian/rules      2012-01-31 14:21:15 UTC (rev 
13192)
+++ packages/trunk/performous/debian/rules      2012-01-31 14:25:48 UTC (rev 
13193)
@@ -27,7 +27,9 @@
                -DCMAKE_C_FLAGS:STRING="$(CFLAGS)"
        touch $@
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp: configure-stamp 
        dh_testdir
        cd $(BUILD_TREE); $(MAKE)
@@ -110,4 +112,4 @@
        dh_builddeb -a -- -Zxz
 
 binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build-arch build-indep build clean binary-indep binary-arch binary 
install configure


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to