r7025 - in non-free/packages/trunk/worldofpadman-data: . debian

Jack Coulter jscinoz-guest at alioth.debian.org
Thu May 15 07:38:36 UTC 2008


Author: jscinoz-guest
Date: 2008-05-15 07:38:36 +0000 (Thu, 15 May 2008)
New Revision: 7025

Added:
   non-free/packages/trunk/worldofpadman-data/debian/
   non-free/packages/trunk/worldofpadman-data/debian/changelog
   non-free/packages/trunk/worldofpadman-data/debian/compat
   non-free/packages/trunk/worldofpadman-data/debian/control
   non-free/packages/trunk/worldofpadman-data/debian/copyright
   non-free/packages/trunk/worldofpadman-data/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: non-free/packages/trunk/worldofpadman-data/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: non-free/packages/trunk/worldofpadman-data/debian/changelog
===================================================================
--- non-free/packages/trunk/worldofpadman-data/debian/changelog	                        (rev 0)
+++ non-free/packages/trunk/worldofpadman-data/debian/changelog	2008-05-15 07:38:36 UTC (rev 7025)
@@ -0,0 +1,5 @@
+worldofpadman-data (1.2-0) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #481286)
+
+ -- Jack Coulter <jscinoz at gmail.com>  Thu, 15 May 2008 12:51:11 +1000

Added: non-free/packages/trunk/worldofpadman-data/debian/compat
===================================================================
--- non-free/packages/trunk/worldofpadman-data/debian/compat	                        (rev 0)
+++ non-free/packages/trunk/worldofpadman-data/debian/compat	2008-05-15 07:38:36 UTC (rev 7025)
@@ -0,0 +1 @@
+5

Added: non-free/packages/trunk/worldofpadman-data/debian/control
===================================================================
--- non-free/packages/trunk/worldofpadman-data/debian/control	                        (rev 0)
+++ non-free/packages/trunk/worldofpadman-data/debian/control	2008-05-15 07:38:36 UTC (rev 7025)
@@ -0,0 +1,21 @@
+Source: worldofpadman-data
+Section: non-free/games
+Priority: optional
+Maintainer: Jack Coulter <jscinoz at gmail.com>
+Build-Depends: debhelper (>= 5)
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/worldofpadman-data
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/worldofpadman-data/?op=log
+Standards-Version: 3.7.3
+
+Package: worldofpadman-data
+Architecture: all
+Pre-Depends: dpkg (>= 1.14.12)
+Description: World of Padman Data
+ Static data files (*.pk3) for worldofpadman and worldofpadman-server.
+ .
+ World of Padman is a comic-style, ioQuake3-based first person shooter.
+ It is based on the Padman comic strip created by the professional cartoon
+ artist Andreas 'ENTE' (German for "Duck") Endres, who is also the current
+ project leader. World of Padman features a number of gametypes, ranging
+ from the traditional Tournament, Free For All and Team Deathmatch, to the
+ unique Spray Your Color, Big Balloon, and Last Pad Standing.

Added: non-free/packages/trunk/worldofpadman-data/debian/copyright
===================================================================
--- non-free/packages/trunk/worldofpadman-data/debian/copyright	                        (rev 0)
+++ non-free/packages/trunk/worldofpadman-data/debian/copyright	2008-05-15 07:38:36 UTC (rev 7025)
@@ -0,0 +1,37 @@
+This package was debianized by Jack Coulter <jscinoz at gmail.com> on
+Thu, 15 May 2008 12:51:11 +1000.
+
+It was downloaded from http://www.worldofpadman.com/
+As no full 1.2 download is available, version 1.1 was downloaded from the above
+location and patched to 1.2.
+
+Upstream Authors: WoP-Team <team at worldofpadman.com>
+
+Copyright: 
+
+   Copyright (C) 2008 WoP-Team
+		  
+
+License: Non-Free (Free for non-commericial redistribution)
+    The World of Padman is protected by copyright.
+
+    The copyrights belong to the respective authors of the WoP-Team. 
+    All commercial use of the World of Padman and consequently the 
+    single works is prohibited unless you have explicit permission from the WoP-Team.
+    This includes, but is not limited to, mass archival as on a cd-rom 
+    and inclusion in commercially published compilations (books and/or magazines).
+
+    This includes further the prohibition of copying, changing, mirroring 
+    and public reproduction in sense of a commercial use electronic or otherwise. 
+    Private non-commercial copying, mirroring and even public reproduction is desired. ;-)
+
+    Changes to the game and consequently the single works whether commercial or not, 
+    is prohibited without explicit permission.
+
+    Some parts of the game were created with material, (e.g. textures, Sounds) 
+    which we acquired from different sources; they are free of any of third party rights 
+    as far as we know. If anyone discovers we've used his / her work unlawfully, 
+    contact us immediately so that we can respond as soon as possible.
+
+    If you have any questions contact the WoP-Team by E-Mail:
+    ente at worldofpadman.com or team at worldofpadman.com

Added: non-free/packages/trunk/worldofpadman-data/debian/rules
===================================================================
--- non-free/packages/trunk/worldofpadman-data/debian/rules	                        (rev 0)
+++ non-free/packages/trunk/worldofpadman-data/debian/rules	2008-05-15 07:38:36 UTC (rev 7025)
@@ -0,0 +1,47 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+build:
+	# Nothing to do
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+	rm -rf tmp.*
+
+install: install-indep
+install-indep:
+	dh_testdir
+	dh_testroot
+	dh_clean -k -i
+	dh_installdirs -i -Xtmp
+	dh_installdebconf
+
+	### Data files	
+	dh_install wop usr/share/games/worldofpadman
+	dh_installdocs -i readme readme.html
+	dh_install -i
+
+
+# Build architecture independant packages using the common target.
+binary-indep: install-indep
+	dh_testdir -i
+	dh_testroot -i
+	dh_installchangelogs -i
+	dh_installdocs -i
+	dh_md5sums -i
+	dh_gencontrol -i
+	dh_builddeb -i -- -Zlzma
+
+# Build architecture dependant packages using the common target.
+binary-arch:
+	# Nothing to do
+
+binary: binary-indep
+.PHONY: build clean binary-indep binary-arch binary install install-indep


Property changes on: non-free/packages/trunk/worldofpadman-data/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-commits mailing list