[SCM] Packaging for Xgalaga branch, master, updated. debian/2.1.1.0-3-11-g515c63f

Stephen M. Webb stephen.webb at bregmasoft.ca
Sat Dec 10 04:34:58 UTC 2011


The following commit has been merged in the master branch:
commit 17afb62b07e2e3bf6020928450ea3b7f82242d0d
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Fri Dec 9 20:59:54 2011 -0500

    debian/rules: added build-arch and build-indep targets.

diff --git a/debian/changelog b/debian/changelog
index b58716f..ea04fad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ xgalaga (2.1.1.0-4) UNRELEASED; urgency=low
   * Bumped Standards-Version to 3.9.2 (no changes required).
     - ran wrap-and-sort.
   * Converted copyright file to DEP5 format.
+  * debian/rules: added build-arch and build-indep targets.
 
- -- Stephen M. Webb <stephen.webb at canonical.com>  Fri, 09 Dec 2011 20:54:44 -0500
+ -- Stephen M. Webb <stephen.webb at canonical.com>  Fri, 09 Dec 2011 20:59:11 -0500
 
 xgalaga (2.1.1.0-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 8bc9d15..9554f82 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,9 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	MAKEFLAGS += -j$(NUMJOBS)
 endif
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 	ln -sf /usr/share/misc/config.sub

-- 
Packaging for Xgalaga



More information about the Pkg-games-commits mailing list