r1505 - packages/trunk/gtkradiant-nexuiz
Bruno Fuddl-guestquot; Fuddl"
Kleinert
fuddl-guest at costa.debian.org
Tue Sep 5 19:53:17 UTC 2006
Author: fuddl-guest
Date: 2006-09-05 19:53:16 +0000 (Tue, 05 Sep 2006)
New Revision: 1505
Added:
packages/trunk/gtkradiant-nexuiz/changelog
packages/trunk/gtkradiant-nexuiz/compat
packages/trunk/gtkradiant-nexuiz/control
packages/trunk/gtkradiant-nexuiz/copyright
packages/trunk/gtkradiant-nexuiz/dirs
packages/trunk/gtkradiant-nexuiz/rules
Log:
import gtkradiant-nexuiz
Added: packages/trunk/gtkradiant-nexuiz/changelog
===================================================================
--- packages/trunk/gtkradiant-nexuiz/changelog (rev 0)
+++ packages/trunk/gtkradiant-nexuiz/changelog 2006-09-05 19:53:16 UTC (rev 1505)
@@ -0,0 +1,6 @@
+gtkradiant-nexuiz (0.0.0+svn013-1) UNRELEASED; urgency=low
+
+ * Initial release
+
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de> Tue, 5 Sep 2006 20:45:26 +0200
+
Added: packages/trunk/gtkradiant-nexuiz/compat
===================================================================
--- packages/trunk/gtkradiant-nexuiz/compat (rev 0)
+++ packages/trunk/gtkradiant-nexuiz/compat 2006-09-05 19:53:16 UTC (rev 1505)
@@ -0,0 +1 @@
+5
Added: packages/trunk/gtkradiant-nexuiz/control
===================================================================
--- packages/trunk/gtkradiant-nexuiz/control (rev 0)
+++ packages/trunk/gtkradiant-nexuiz/control 2006-09-05 19:53:16 UTC (rev 1505)
@@ -0,0 +1,16 @@
+Source: gtkradiant-nexuiz
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Bruno "Fuddl" Kleinert <fuddl at gmx.de>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: gtkradiant-nexuiz
+Architecture: all
+Depends: gtkradiant
+Description: Game pack for gtkradiant to create Nexuiz maps
+ This package installs the necessary files to make GtkRadiant aware of Nexuiz.
+ .
+ This is the package you need, if you want to create maps for the game Nexuiz
+ with the GtkRadiant maps editor.
Added: packages/trunk/gtkradiant-nexuiz/copyright
===================================================================
--- packages/trunk/gtkradiant-nexuiz/copyright (rev 0)
+++ packages/trunk/gtkradiant-nexuiz/copyright 2006-09-05 19:53:16 UTC (rev 1505)
@@ -0,0 +1,24 @@
+This package was debianized by Bruno "Fuddl" Kleinert <fuddl at gmx.de> on
+Tue, 5 Sep 2006 20:45:26 +0200.
+
+The GtkRadiant game pack was downloaded from
+https://zerowing.idsoftware.com/svn/radiant.gamepacks/NexuizPack/
+
+Upstream Author: TODO
+
+Copyright: TODO
+
+=== NOT SURE IF THAT IS APPLIES ===
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+=== NOT SURE IF THAT APPLIES ===
+
+
+The Debian packaging is (C) 2006, Bruno "Fuddl" Kleinert <fuddl at gmx.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: packages/trunk/gtkradiant-nexuiz/dirs
===================================================================
--- packages/trunk/gtkradiant-nexuiz/dirs (rev 0)
+++ packages/trunk/gtkradiant-nexuiz/dirs 2006-09-05 19:53:16 UTC (rev 1505)
@@ -0,0 +1,2 @@
+usr/share/games/gtkradiant/games
+usr/share/games/gtkradiant/nexuiz.game
Added: packages/trunk/gtkradiant-nexuiz/rules
===================================================================
--- packages/trunk/gtkradiant-nexuiz/rules (rev 0)
+++ packages/trunk/gtkradiant-nexuiz/rules 2006-09-05 19:53:16 UTC (rev 1505)
@@ -0,0 +1,50 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ touch configure-stamp
+
+
+build: build-stamp
+build-stamp: configure-stamp
+ dh_testdir
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ dh_install games usr/share/games/gtkradiant
+ dh_install nexuiz.game usr/share/games/gtkradiant
+
+
+binary-indep: build install
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_install
+ dh_link
+ dh_compress
+ dh_fixperms
+ 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/gtkradiant-nexuiz/rules
___________________________________________________________________
Name: svn:executable
+
More information about the Pkg-games-commits
mailing list