[SCM] single/multiplayer lobby for the Spring RTS engine branch, master, updated. debian/0.40-1-3-g6fc4e13
Marco Amadori
marco.amadori at gmail.com
Mon Dec 14 10:38:14 UTC 2009
The following commit has been merged in the master branch:
commit 6fc4e13cc554d6708f40906360ca7119ebabd667
Author: Marco Amadori <marco.amadori at gmail.com>
Date: Mon Dec 14 09:01:53 2009 +0100
New upstream release 0.44.
* Explict cmake buildsystem to dh because a fake ./configure script is
now provided too by upstream.
diff --git a/debian/changelog b/debian/changelog
index 6779c11..aece528 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+springlobby (0.44-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Marco Amadori <marco.amadori at gmail.com> Mon, 14 Dec 2009 09:01:09 +0100
+
springlobby (0.40-1) unstable; urgency=low
[ Marco Amadori ]
diff --git a/debian/rules b/debian/rules
index eedf266..aaccf88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+SLVERSION=$(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | cut -f1 -d'-')
+
PROGDIR := $(CURDIR)/debian/springlobby
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
@@ -16,7 +18,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
endif
override_dh_auto_configure:
- dh_auto_configure -- -DOPTION_TORRENT_SYSTEM=OFF
+ dh_auto_configure -- -DOPTION_TORRENT_SYSTEM=OFF -DOPTION_SPRINGLOBBY_REV=$(SLVERSION)
override_dh_auto_build:
+dh_auto_build
@@ -44,4 +46,4 @@ override_dh_auto_clean:
$(MAKE) -C debian/manpages clean
%:
- +dh $@
+ +dh --buildsystem=cmake $@
--
single/multiplayer lobby for the Spring RTS engine
More information about the Pkg-games-commits
mailing list