[SCM] Packaging for bzflag branch, master, updated. upstream/2.0.16-61-g70bed9d

Ryan Kavanagh rak at debian.org
Mon Jul 23 22:57:31 UTC 2012


The following commit has been merged in the master branch:
commit 0bee8728aeadd38df7e4ea68badc7eb45ba40546
Author: Ryan Kavanagh <rak at debian.org>
Date:   Sun Jul 22 17:03:37 2012 -0400

    Add missing closing parenthesis in debian/rules

diff --git a/debian/rules b/debian/rules
index 7cf0db6..ded90e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 CONFIGURE_OPTS := --prefix=/usr
 

-- 
Packaging for bzflag



More information about the Pkg-games-commits mailing list