The following commit has been merged in the master branch:
commit 6fc4e13cc554d6708f40906360ca7119ebabd667
Author: Marco Amadori <[email protected]>
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 <[email protected]>  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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to