Author: tolimar
Date: 2012-01-19 12:55:35 +0000 (Thu, 19 Jan 2012)
New Revision: 13126

Modified:
   packages/trunk/lordsawar/debian/changelog
   packages/trunk/lordsawar/debian/rules
Log:
Add recommended targets build-arch and build-indep to debian/rules



Modified: packages/trunk/lordsawar/debian/changelog
===================================================================
--- packages/trunk/lordsawar/debian/changelog   2012-01-19 12:52:49 UTC (rev 
13125)
+++ packages/trunk/lordsawar/debian/changelog   2012-01-19 12:55:35 UTC (rev 
13126)
@@ -9,8 +9,9 @@
     they are no longer used
   * Fix description-synopsis-starts-with-article from lintian by removing
     two a's
+  * Add recommended targets build-arch and build-indep to debian/rules
 
- -- Alexander Reichle-Schmehl <[email protected]>  Thu, 19 Jan 2012 13:52:10 
+0100
+ -- Alexander Reichle-Schmehl <[email protected]>  Thu, 19 Jan 2012 13:54:28 
+0100
 
 lordsawar (0.2.0-1) unstable; urgency=low
 

Modified: packages/trunk/lordsawar/debian/rules
===================================================================
--- packages/trunk/lordsawar/debian/rules       2012-01-19 12:52:49 UTC (rev 
13125)
+++ packages/trunk/lordsawar/debian/rules       2012-01-19 12:55:35 UTC (rev 
13126)
@@ -29,9 +29,9 @@
        --infodir=\$${prefix}/share/info \
        CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
-
-build: build-stamp
-
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:  config.status
        dh_testdir
 


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

Reply via email to