[SCM] single/multiplayer lobby for the Spring RTS engine branch, master, updated. debian/0.139-1-13-g845ab2b
Jan Dittberner
jandd at debian.org
Tue May 22 18:56:09 UTC 2012
The following commit has been merged in the master branch:
commit a30ee3741079793c75c6b39f2d9e98945f112d41
Author: Jan Dittberner <jandd at debian.org>
Date: Mon May 21 23:08:21 2012 +0200
debian/rules: move --buildsystem=cmake to the end of dh invocation
diff --git a/debian/changelog b/debian/changelog
index 6953571..f47250b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ springlobby (0.147-1) UNRELEASED; urgency=low
/usr/share/dpkg/buildflags.mk in debian/rules
- bump debian/compat to 9
- bump debhelper version in Build-Depends to (>= 9.20120417~)
+ * debian/rules: move --buildsystem=cmake to the end of dh invocation
-- Jan Dittberner <jandd at debian.org> Mon, 21 May 2012 22:34:46 +0200
diff --git a/debian/rules b/debian/rules
index 2326ec9..5ee7a95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,4 +50,4 @@ clean:
%:
# fail to build on architectures other than amd64 and i386
dpkg-architecture -eamd64 || dpkg-architecture -ei386 || exit 1
- +dh --buildsystem=cmake $@
+ +dh $@ --buildsystem=cmake
--
single/multiplayer lobby for the Spring RTS engine
More information about the Pkg-games-commits
mailing list