The following commit has been merged in the devel branch:
commit 714e87094d8be062fd0b69c6c97044b3d41d42db
Author: Gerfried Fuchs <[email protected]>
Date:   Tue Sep 6 08:36:52 2011 +0200

    Add recommended targets build-arch and build-indep

diff --git a/debian/changelog b/debian/changelog
index 8024177..e712efc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ wesnoth-1.9 (1:1.9.9-1) unstable; urgency=low
     debian/rules and debian/control* for that change.
   * Add patch from Mark de Wever to make it compile on all archs again
     (closes: #636193)
+  * Add recommended targets build-arch and build-indep.
 
  -- 
 
diff --git a/debian/rules b/debian/rules
index d32d4ee..6246ad1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,7 +68,10 @@ debian/stamp-configure:
        touch $@
 
 
-build: debian/stamp-build
+build: build-arch build-indep
+build-arch: debian/stamp-build
+build-indep: debian/stamp-build
+
 debian/stamp-build: debian/stamp-configure
        $(MAKE) -C build
        touch $@

-- 
Debian packaging of wesnoth

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

Reply via email to