Author: mammadori-guest
Date: 2009-10-23 10:21:13 +0000 (Fri, 23 Oct 2009)
New Revision: 10461

Added:
   packages/trunk/spring-maps-spring1944/
   packages/trunk/spring-maps-spring1944/debian/
   packages/trunk/spring-maps-spring1944/debian/changelog
   packages/trunk/spring-maps-spring1944/debian/compat
   packages/trunk/spring-maps-spring1944/debian/control
   packages/trunk/spring-maps-spring1944/debian/copyright
   packages/trunk/spring-maps-spring1944/debian/install
   packages/trunk/spring-maps-spring1944/debian/rules
   packages/trunk/spring-mods-spring1944/
   packages/trunk/spring-mods-spring1944/debian/
   packages/trunk/spring-mods-spring1944/debian/changelog
   packages/trunk/spring-mods-spring1944/debian/compat
   packages/trunk/spring-mods-spring1944/debian/control
   packages/trunk/spring-mods-spring1944/debian/copyright
   packages/trunk/spring-mods-spring1944/debian/install
   packages/trunk/spring-mods-spring1944/debian/rules
Log:
Added Spring1944 game and content

* the maps aren't needed to play the game but suggested since are made
  to give the proper feeling of the game.


Added: packages/trunk/spring-maps-spring1944/debian/changelog
===================================================================
--- packages/trunk/spring-maps-spring1944/debian/changelog                      
        (rev 0)
+++ packages/trunk/spring-maps-spring1944/debian/changelog      2009-10-23 
10:21:13 UTC (rev 10461)
@@ -0,0 +1,5 @@
+spring-maps-spring1944 (1.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Marco Amadori <[email protected]>  Fri, 23 Oct 2009 13:00:00 +0200

Added: packages/trunk/spring-maps-spring1944/debian/compat
===================================================================
--- packages/trunk/spring-maps-spring1944/debian/compat                         
(rev 0)
+++ packages/trunk/spring-maps-spring1944/debian/compat 2009-10-23 10:21:13 UTC 
(rev 10461)
@@ -0,0 +1 @@
+7

Added: packages/trunk/spring-maps-spring1944/debian/control
===================================================================
--- packages/trunk/spring-maps-spring1944/debian/control                        
        (rev 0)
+++ packages/trunk/spring-maps-spring1944/debian/control        2009-10-23 
10:21:13 UTC (rev 10461)
@@ -0,0 +1,24 @@
+Source: spring-maps-spring1944
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <[email protected]>
+Uploaders: Marco Amadori <[email protected]>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.3
+Homepage: http://www.spring1944.com/
+Vcs-Svn: 
svn://svn.debian.org/svn/pkg-games/packages/trunk/spring-maps-spring1944/
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/spring-maps-spring1944/?op=log
+
+Package: spring-maps-spring1944
+Architecture: all
+Depends: ${misc:Depends}, spring
+Suggests: spring-mods-spring1944
+Provides: spring-map
+Description: a WWII RTS based on spring engine
+ Spring:1944 is a WWII themed game based on the open source Spring Engine.
+ Our goal is to create four fully functional sides (US, Germany, USSR,
+ Britain) with period-accurate units and strengths. Realism is a primary
+ design goal, second only to creating a game that is fun and accessible to
+ play.
+ .
+ This package cointains the maps designed for be played with spring1944.

Added: packages/trunk/spring-maps-spring1944/debian/copyright
===================================================================
--- packages/trunk/spring-maps-spring1944/debian/copyright                      
        (rev 0)
+++ packages/trunk/spring-maps-spring1944/debian/copyright      2009-10-23 
10:21:13 UTC (rev 10461)
@@ -0,0 +1,24 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=59
+Name: Spring1944 Maps
+Maintainer: The Spring1944 Developers
+Packaged-By: Marco Amadori <[email protected]>
+Packaged-Date: Thu, 16 Oct 2009 00:00:00 +0200
+Source: http://www.spring1944.com/
+
+Files: *
+Copyright: Copyright (C) 2009 by SpikedHelmet, FLOZi, Nemo, Yuritch, Neddiedrow
+License: GPL-2 (all the code)
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+License: CC-BY-SA-3.0 (all included artwork)
+ To view a copy of this        license, visit
+ http://creativecommons.org/licenses/by-sa/3.0/us/
+ or send a letter to Creative Commons, 171 Second Street, Suite 300,
+ San Francisco, California, 94105, USA.
+
+Files: debian/*
+Copyright: 2009, Marco Amadori
+License: GPL-3
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+

Added: packages/trunk/spring-maps-spring1944/debian/install
===================================================================
--- packages/trunk/spring-maps-spring1944/debian/install                        
        (rev 0)
+++ packages/trunk/spring-maps-spring1944/debian/install        2009-10-23 
10:21:13 UTC (rev 10461)
@@ -0,0 +1 @@
+maps /usr/share/games/spring

Added: packages/trunk/spring-maps-spring1944/debian/rules
===================================================================
--- packages/trunk/spring-maps-spring1944/debian/rules                          
(rev 0)
+++ packages/trunk/spring-maps-spring1944/debian/rules  2009-10-23 10:21:13 UTC 
(rev 10461)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+       dh $@


Property changes on: packages/trunk/spring-maps-spring1944/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/trunk/spring-mods-spring1944/debian/changelog
===================================================================
--- packages/trunk/spring-mods-spring1944/debian/changelog                      
        (rev 0)
+++ packages/trunk/spring-mods-spring1944/debian/changelog      2009-10-23 
10:21:13 UTC (rev 10461)
@@ -0,0 +1,5 @@
+spring-mods-spring1944 (1.07-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Marco Amadori <[email protected]>  Fri, 23 Oct 2009 01:00:00 +0200

Added: packages/trunk/spring-mods-spring1944/debian/compat
===================================================================
--- packages/trunk/spring-mods-spring1944/debian/compat                         
(rev 0)
+++ packages/trunk/spring-mods-spring1944/debian/compat 2009-10-23 10:21:13 UTC 
(rev 10461)
@@ -0,0 +1 @@
+7

Added: packages/trunk/spring-mods-spring1944/debian/control
===================================================================
--- packages/trunk/spring-mods-spring1944/debian/control                        
        (rev 0)
+++ packages/trunk/spring-mods-spring1944/debian/control        2009-10-23 
10:21:13 UTC (rev 10461)
@@ -0,0 +1,22 @@
+Source: spring-mods-spring1944
+Section: non-free/games
+Priority: optional
+Maintainer: Debian Games Team <[email protected]>
+Uploaders: Marco Amadori <[email protected]>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.3
+Homepage: http://www.spring1944.com/
+Vcs-Svn: 
svn://svn.debian.org/svn/pkg-games/packages/trunk/spring-mods-spring1944/
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/spring-mods-spring1944/?op=log
+
+Package: spring-mods-spring1944
+Architecture: all
+Depends: ${misc:Depends}, spring
+Recommends: spring-maps-spring1944
+Provides: spring-mod
+Description: a WWII RTS based on spring engine
+ Spring:1944 is a WWII themed game based on the open source Spring Engine.
+ Our goal is to create four fully functional sides (US, Germany, USSR,
+ Britain) with period-accurate units and strengths. Realism is a primary
+ design goal, second only to creating a game that is fun and accessible to
+ play.

Added: packages/trunk/spring-mods-spring1944/debian/copyright
===================================================================
--- packages/trunk/spring-mods-spring1944/debian/copyright                      
        (rev 0)
+++ packages/trunk/spring-mods-spring1944/debian/copyright      2009-10-23 
10:21:13 UTC (rev 10461)
@@ -0,0 +1,27 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=59
+Name: Spring1944
+Maintainer: The Spring1944 Developers
+Packaged-By: Marco Amadori <[email protected]>
+Packaged-Date: Thu, 16 Oct 2009 00:00:00 +0200
+Source: http://www.spring1944.com/
+
+Files: *
+Copyright: 2009, SpikedHelmet, FLOZi, Nemo, Yuritch, Neddiedrow
+License: GPL-2 (all the code)
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+License: CC-BY-NC-SA-3.0 (all included artwork)
+ The Artwork in this package is licensed under the Creative Commons
+ Attribution-Share Alike 3.0 United States License. To view a copy of this
+ license, visit http://creativecommons.org/licenses/by-sa/3.0/us/ or send a
+ letter to Creative Commons, 171 Second Street, Suite 300, San Francisco,
+ California, 94105, USA
+Disclaimer: the artwork included in the .sd7 (a 7zip archive) is licensed under
+ a licence incompatible with DFSG, hence this package isn't suited for main.
+
+Files: debian/*
+Copyright: 2009, Marco Amadori
+License: GPL-3
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+

Added: packages/trunk/spring-mods-spring1944/debian/install
===================================================================
--- packages/trunk/spring-mods-spring1944/debian/install                        
        (rev 0)
+++ packages/trunk/spring-mods-spring1944/debian/install        2009-10-23 
10:21:13 UTC (rev 10461)
@@ -0,0 +1 @@
+mods /usr/share/games/spring

Added: packages/trunk/spring-mods-spring1944/debian/rules
===================================================================
--- packages/trunk/spring-mods-spring1944/debian/rules                          
(rev 0)
+++ packages/trunk/spring-mods-spring1944/debian/rules  2009-10-23 10:21:13 UTC 
(rev 10461)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+       dh $@


Property changes on: packages/trunk/spring-mods-spring1944/debian/rules
___________________________________________________________________
Added: svn:executable
   + *


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

Reply via email to