r11254 - in packages/trunk/7kaa: . debian debian/bin debian/man debian/source

Bertrand Marc bbk-guest at alioth.debian.org
Sun Aug 8 23:05:38 UTC 2010


Author: bbk-guest
Date: 2010-08-08 23:05:37 +0000 (Sun, 08 Aug 2010)
New Revision: 11254

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


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

Added: packages/trunk/7kaa/debian/7kaa.desktop
===================================================================
--- packages/trunk/7kaa/debian/7kaa.desktop	                        (rev 0)
+++ packages/trunk/7kaa/debian/7kaa.desktop	2010-08-08 23:05:37 UTC (rev 11254)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Version=1.0
+Name=Seven Kingdoms
+GenericName=Game
+Comment=Seven Kingdoms: Ancient Adversaries
+Type=Application
+Exec=7kaa
+Categories=Game;

Added: packages/trunk/7kaa/debian/7kaa.install
===================================================================
--- packages/trunk/7kaa/debian/7kaa.install	                        (rev 0)
+++ packages/trunk/7kaa/debian/7kaa.install	2010-08-08 23:05:37 UTC (rev 11254)
@@ -0,0 +1,3 @@
+src/7kaa /usr/lib/
+debian/bin/7kaa usr/games/
+debian/7kaa.desktop usr/share/applications/

Added: packages/trunk/7kaa/debian/bin/7kaa
===================================================================
--- packages/trunk/7kaa/debian/bin/7kaa	                        (rev 0)
+++ packages/trunk/7kaa/debian/bin/7kaa	2010-08-08 23:05:37 UTC (rev 11254)
@@ -0,0 +1,4 @@
+#!/bin/sh
+cd /usr/share/games/7kaa
+exec /usr/lib/7kaa "$@"
+exit 0


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

Added: packages/trunk/7kaa/debian/changelog
===================================================================
--- packages/trunk/7kaa/debian/changelog	                        (rev 0)
+++ packages/trunk/7kaa/debian/changelog	2010-08-08 23:05:37 UTC (rev 11254)
@@ -0,0 +1,5 @@
+7kaa (2.14.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #591302).
+
+ -- Bertrand Marc <beberking at gmail.com>  Sun, 08 Aug 2010 20:03:05 +0200

Added: packages/trunk/7kaa/debian/compat
===================================================================
--- packages/trunk/7kaa/debian/compat	                        (rev 0)
+++ packages/trunk/7kaa/debian/compat	2010-08-08 23:05:37 UTC (rev 11254)
@@ -0,0 +1 @@
+7

Added: packages/trunk/7kaa/debian/control
===================================================================
--- packages/trunk/7kaa/debian/control	                        (rev 0)
+++ packages/trunk/7kaa/debian/control	2010-08-08 23:05:37 UTC (rev 11254)
@@ -0,0 +1,22 @@
+Source: 7kaa
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Bertrand Marc <beberking at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~), perl, libsdl1.2-dev, libopenal-dev
+Standards-Version: 3.9.1
+Homepage: http://www.enlight.com/7k/
+
+Package: 7kaa
+Architecture: i386
+Depends: ${shlibs:Depends}, ${misc:Depends}, 7kaa-data (>=2.13)
+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 main program.

Added: packages/trunk/7kaa/debian/copyright
===================================================================
--- packages/trunk/7kaa/debian/copyright	                        (rev 0)
+++ packages/trunk/7kaa/debian/copyright	2010-08-08 23:05:37 UTC (rev 11254)
@@ -0,0 +1,34 @@
+This work was packaged for Debian by:
+
+    Bertrand Marc <beberking at gmail.com> on Sun, 08 Aug 2010 20:03:05 +0200
+
+It was downloaded from:
+
+    http://sourceforge.net/projects/skfans/files/
+
+Upstream Author(s):
+
+    Jesse Allen <the3dfxdude at gmail.com>
+
+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 <beberking at gmail.com>
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".

Added: packages/trunk/7kaa/debian/docs
===================================================================
--- packages/trunk/7kaa/debian/docs	                        (rev 0)
+++ packages/trunk/7kaa/debian/docs	2010-08-08 23:05:37 UTC (rev 11254)
@@ -0,0 +1 @@
+README

Added: packages/trunk/7kaa/debian/man/7kaa.6
===================================================================
--- packages/trunk/7kaa/debian/man/7kaa.6	                        (rev 0)
+++ packages/trunk/7kaa/debian/man/7kaa.6	2010-08-08 23:05:37 UTC (rev 11254)
@@ -0,0 +1,21 @@
+.TH 7KAA 6 "August  8, 2010"
+
+.SH NAME
+7kaa \- Real time strategy game
+
+.SH SYNOPSIS
+.B 7kaa
+
+.SH DESCRIPTION
+This manual page documents briefly the
+.B 7kaa
+command.
+
+.SH OPTIONS
+There are no known options to 7kaa.
+
+.SH AUTHOR
+7kaa was written by Trevor Chan from Enlight Software.
+.PP
+This manual page was written by Bertrand Marc <beberking at gmail.com>,
+for the Debian project (and may be used by others).

Added: packages/trunk/7kaa/debian/manpages
===================================================================
--- packages/trunk/7kaa/debian/manpages	                        (rev 0)
+++ packages/trunk/7kaa/debian/manpages	2010-08-08 23:05:37 UTC (rev 11254)
@@ -0,0 +1 @@
+debian/man/7kaa.6

Added: packages/trunk/7kaa/debian/rules
===================================================================
--- packages/trunk/7kaa/debian/rules	                        (rev 0)
+++ packages/trunk/7kaa/debian/rules	2010-08-08 23:05:37 UTC (rev 11254)
@@ -0,0 +1,55 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	./configure.pl
+	touch $@
+
+build: build-stamp
+build-stamp: configure-stamp
+	dh_testdir
+	./build.pl
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+	rm -f build-stamp configure-stamp src/7kaa opts.pl
+	./clean.pl
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+
+# Build architecture-independent files here.
+binary-indep: build install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installchangelogs
+	dh_installdocs
+	dh_installman
+	dh_install
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


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

Added: packages/trunk/7kaa/debian/source/format
===================================================================
--- packages/trunk/7kaa/debian/source/format	                        (rev 0)
+++ packages/trunk/7kaa/debian/source/format	2010-08-08 23:05:37 UTC (rev 11254)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/trunk/7kaa/debian/watch
===================================================================
--- packages/trunk/7kaa/debian/watch	                        (rev 0)
+++ packages/trunk/7kaa/debian/watch	2010-08-08 23:05:37 UTC (rev 11254)
@@ -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-([0-9].*)\.tar\.bz2
+
+




More information about the Pkg-games-commits mailing list