[SCM] single/multiplayer lobby for the Spring RTS engine branch, master, updated. debian/0.80-1-3-gc4bee37

Jan Dittberner jandd at debian.org
Fri May 28 23:40:35 UTC 2010


The following commit has been merged in the master branch:
commit 5f59793b6c08fdb30a73d87de7dd72341686f28f
Author: Jan Dittberner <jandd at debian.org>
Date:   Sat May 29 01:27:54 2010 +0200

    debian/control: restrict to amd64 and i386
    
    * debian/control:
      - depend on spring >= 0.81.2.1+dfsg1-5
      - restrict architectures to amd64 and i386

diff --git a/debian/changelog b/debian/changelog
index a4ba55a..996c3e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 springlobby (0.80-2) UNRELEASED; urgency=low
 
   * debian/rules: fail to build on unsupported architectures
+  * debian/control:
+    - depend on spring >= 0.81.2.1+dfsg1-5
+    - restrict architectures to amd64 and i386
 
  -- Jan Dittberner <jandd at debian.org>  Sat, 29 May 2010 01:24:26 +0200
 
diff --git a/debian/control b/debian/control
index 9d28ba3..c1e746b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Vcs-Git: git://git.debian.org/pkg-games/springlobby.git
 
 Package: springlobby
 Provides: spring-lobby
-Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
-Depends: ${shlibs:Depends}, ${misc:Depends}, spring (>= 0.81.1.3~dfsg1-1)
+Architecture: i386 amd64
+Depends: ${shlibs:Depends}, ${misc:Depends}, spring (>= 0.81.2.1+dfsg1-5)
 Description: single/multiplayer lobby for the Spring RTS engine
  This package provides a single-player and multiplayer lobby for Spring.
  Other features include a P2P system for downloading maps and mods and
@@ -21,7 +21,7 @@ Description: single/multiplayer lobby for the Spring RTS engine
 
 Package: springlobby-dbg
 Section: debug
-Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: i386 amd64
 Priority: extra
 Depends: ${misc:Depends}, springlobby (= ${binary:Version})
 Description: single/multiplayer lobby for the Spring RTS engine (debugging symbols)

-- 
single/multiplayer lobby for the Spring RTS engine



More information about the Pkg-games-commits mailing list