Author: bbk-guest
Date: 2010-08-08 22:06:31 +0000 (Sun, 08 Aug 2010)
New Revision: 11251

Added:
   packages/trunk/7kaa-data/debian/
   packages/trunk/7kaa-data/debian/7kaa-data.install
   packages/trunk/7kaa-data/debian/changelog
   packages/trunk/7kaa-data/debian/compat
   packages/trunk/7kaa-data/debian/control
   packages/trunk/7kaa-data/debian/copyright
   packages/trunk/7kaa-data/debian/docs
   packages/trunk/7kaa-data/debian/rules
   packages/trunk/7kaa-data/debian/source/
   packages/trunk/7kaa-data/debian/source/format
   packages/trunk/7kaa-data/debian/watch
Log:
[svn-inject] Application des modifications Debian (2.13-1) pour le trunk


Property changes on: packages/trunk/7kaa-data/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/trunk/7kaa-data/debian/7kaa-data.install
===================================================================
--- packages/trunk/7kaa-data/debian/7kaa-data.install                           
(rev 0)
+++ packages/trunk/7kaa-data/debian/7kaa-data.install   2010-08-08 22:06:31 UTC 
(rev 11251)
@@ -0,0 +1,9 @@
+encyc/* /usr/share/games/7kaa/encyc/
+encyc2/* /usr/share/games/7kaa/encyc2/
+image/* /usr/share/games/7kaa/image/
+resource/* /usr/share/games/7kaa/resource/
+scenari2/* /usr/share/games/7kaa/scenari2/
+scenario/* /usr/share/games/7kaa/scenario/
+sound/* /usr/share/games/7kaa/sound/
+sprite/* /usr/share/games/7kaa/sprite/
+tutorial/* /usr/share/games/7kaa/tutorial/

Added: packages/trunk/7kaa-data/debian/changelog
===================================================================
--- packages/trunk/7kaa-data/debian/changelog                           (rev 0)
+++ packages/trunk/7kaa-data/debian/changelog   2010-08-08 22:06:31 UTC (rev 
11251)
@@ -0,0 +1,5 @@
+7kaa-data (2.13-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #591302)
+
+ -- Bertrand Marc <[email protected]>  Sun, 08 Aug 2010 23:09:24 +0200

Added: packages/trunk/7kaa-data/debian/compat
===================================================================
--- packages/trunk/7kaa-data/debian/compat                              (rev 0)
+++ packages/trunk/7kaa-data/debian/compat      2010-08-08 22:06:31 UTC (rev 
11251)
@@ -0,0 +1 @@
+7

Added: packages/trunk/7kaa-data/debian/control
===================================================================
--- packages/trunk/7kaa-data/debian/control                             (rev 0)
+++ packages/trunk/7kaa-data/debian/control     2010-08-08 22:06:31 UTC (rev 
11251)
@@ -0,0 +1,23 @@
+Source: 7kaa-data
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <[email protected]>
+Uploaders: Bertrand Marc <[email protected]>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.1
+Homepage: http://www.enlight.com/7k/
+
+Package: 7kaa-data
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: 7kaa
+Description: Real time strategy game
+ Seven Kingdoms is a formerly proprietary RTS game, which has
+ been released under the GPL.
+ .
+ The game enables players to compete against up to six other kingdoms allowing
+ players to conquer opponents by defeating them in war (with troops or 
+ machines), capturing their buildings with spies, or offering opponents money
+ for their kingdom.
+ .
+ This package contains the data files.

Added: packages/trunk/7kaa-data/debian/copyright
===================================================================
--- packages/trunk/7kaa-data/debian/copyright                           (rev 0)
+++ packages/trunk/7kaa-data/debian/copyright   2010-08-08 22:06:31 UTC (rev 
11251)
@@ -0,0 +1,34 @@
+This work was packaged for Debian by:
+
+    Bertrand Marc <[email protected]> on Sun, 08 Aug 2010 20:03:05 +0200
+
+It was downloaded from:
+
+    http://sourceforge.net/projects/skfans/files/
+
+Upstream Author(s):
+
+    Jesse Allen <[email protected]>
+
+Copyright:
+
+    Copyright (C) 2010 Jesse Allen
+    Copyright (C) 1997 Trevor Chan
+    
+License:
+
+    The source code and game data of Seven Kingdoms: Ancient Adversaries
+    is under the GPL version 2.
+
+    NOTE: Seven Kingdoms is a trademark of Enlight Software Ltd. and the
+    7kfans project is using the trademark with permission.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Bertrand Marc <[email protected]>
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".

Added: packages/trunk/7kaa-data/debian/docs
===================================================================
--- packages/trunk/7kaa-data/debian/docs                                (rev 0)
+++ packages/trunk/7kaa-data/debian/docs        2010-08-08 22:06:31 UTC (rev 
11251)
@@ -0,0 +1 @@
+README-GameData

Added: packages/trunk/7kaa-data/debian/rules
===================================================================
--- packages/trunk/7kaa-data/debian/rules                               (rev 0)
+++ packages/trunk/7kaa-data/debian/rules       2010-08-08 22:06:31 UTC (rev 
11251)
@@ -0,0 +1,45 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+
+build-stamp:
+       dh_testdir
+       touch build-stamp
+
+clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp
+       dh_clean
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_prep
+       dh_installdirs
+
+# Build architecture-independent files here.
+binary-indep: build install
+       dh_testdir
+       dh_testroot
+       dh_installchangelogs
+       dh_installdocs
+       dh_install
+       dh_link
+       dh_strip
+       dh_compress
+       dh_fixperms
+       dh_installdeb
+       dh_shlibdeps
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/trunk/7kaa-data/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/trunk/7kaa-data/debian/source/format
===================================================================
--- packages/trunk/7kaa-data/debian/source/format                               
(rev 0)
+++ packages/trunk/7kaa-data/debian/source/format       2010-08-08 22:06:31 UTC 
(rev 11251)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/trunk/7kaa-data/debian/watch
===================================================================
--- packages/trunk/7kaa-data/debian/watch                               (rev 0)
+++ packages/trunk/7kaa-data/debian/watch       2010-08-08 22:06:31 UTC (rev 
11251)
@@ -0,0 +1,10 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+http://sf.net/skfans/7kaa-data-(.*)\.tar\.bz2
+
+


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

Reply via email to