[SCM] Debian packaging of wesnoth branch, devel, updated. debian/1.9.8-1-5-gf4250a5

Gerfried Fuchs rhonda at debian.org
Tue Sep 6 07:04:22 UTC 2011


The following commit has been merged in the devel branch:
commit 714e87094d8be062fd0b69c6c97044b3d41d42db
Author: Gerfried Fuchs <rhonda at debian.org>
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



More information about the Pkg-games-commits mailing list