r970 - in packages/trunk: . nexuiz-locale-fr nexuiz-locale-fr/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Sat Jul 1 23:16:44 UTC 2006


Author: goneri-guest
Date: 2006-07-01 23:16:43 +0000 (Sat, 01 Jul 2006)
New Revision: 970

Added:
   packages/trunk/nexuiz-locale-fr/
   packages/trunk/nexuiz-locale-fr/debian/
   packages/trunk/nexuiz-locale-fr/debian/changelog
   packages/trunk/nexuiz-locale-fr/debian/compat
   packages/trunk/nexuiz-locale-fr/debian/control
   packages/trunk/nexuiz-locale-fr/debian/copyright
   packages/trunk/nexuiz-locale-fr/debian/rules
Log:
initial commit of nexuiz-locale-fr


Added: packages/trunk/nexuiz-locale-fr/debian/changelog
===================================================================
--- packages/trunk/nexuiz-locale-fr/debian/changelog	2006-07-01 22:46:49 UTC (rev 969)
+++ packages/trunk/nexuiz-locale-fr/debian/changelog	2006-07-01 23:16:43 UTC (rev 970)
@@ -0,0 +1,5 @@
+nexuiz-locale-fr (2.0-1) unstable; urgency=low
+
+  * initial release
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun,  2 Jul 2006 00:42:22 +0200

Added: packages/trunk/nexuiz-locale-fr/debian/compat
===================================================================
--- packages/trunk/nexuiz-locale-fr/debian/compat	2006-07-01 22:46:49 UTC (rev 969)
+++ packages/trunk/nexuiz-locale-fr/debian/compat	2006-07-01 23:16:43 UTC (rev 970)
@@ -0,0 +1 @@
+5

Added: packages/trunk/nexuiz-locale-fr/debian/control
===================================================================
--- packages/trunk/nexuiz-locale-fr/debian/control	2006-07-01 22:46:49 UTC (rev 969)
+++ packages/trunk/nexuiz-locale-fr/debian/control	2006-07-01 23:16:43 UTC (rev 970)
@@ -0,0 +1,16 @@
+Source: nexuiz-locale-fr
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Gonéri Le Bouder <goneri at rulezlan.org> 
+Build-Depends: debhelper (>= 5.0)
+Standards-Version: 3.7.2
+
+Package: nexuiz-locale-fr
+Architecture: all
+Depends: nexuiz (>= 2.0)
+Description: Nexuiz French language package
+ Nexuiz is a 3d deathmatch game made entirely over the internet.
+ This pack is a translation for the Nexuiz menu entry. 
+ Note that some messages displayed ingame are serverside
+ and won't be translated.

Added: packages/trunk/nexuiz-locale-fr/debian/copyright
===================================================================
--- packages/trunk/nexuiz-locale-fr/debian/copyright	2006-07-01 22:46:49 UTC (rev 969)
+++ packages/trunk/nexuiz-locale-fr/debian/copyright	2006-07-01 23:16:43 UTC (rev 970)
@@ -0,0 +1,16 @@
+This package was debianized by Gonéri Le Bouder on
+Sun,  2 Jul 2006 01:03:38 +0200
+
+Copyright 2006 Thibaut Pral <tibo at oligraphes.com>
+
+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.
+
+On Debian systems, the complete text of the GNU Library General
+Public License can be found in `/usr/share/common-licenses/LGPL-2'.

Added: packages/trunk/nexuiz-locale-fr/debian/rules
===================================================================
--- packages/trunk/nexuiz-locale-fr/debian/rules	2006-07-01 22:46:49 UTC (rev 969)
+++ packages/trunk/nexuiz-locale-fr/debian/rules	2006-07-01 23:16:43 UTC (rev 970)
@@ -0,0 +1,57 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+#
+# Modified to make a template file for a multi-binary package with separated
+# build-arch and build-indep targets  by Bill Allombert 2001
+
+# 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
+
+CFLAGS = -Wall -g
+
+build: build-indep
+
+build-indep: build-indep-stamp
+build-indep-stamp:
+	touch build-indep-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-indep-stamp
+	rm -rf debian/nexuiz-locale-fr
+	dh_clean 
+
+install: install-indep
+install-indep:
+	dh_testdir
+	dh_testroot
+	dh_clean -k -i 
+	mkdir -p debian/nexuiz-locale-fr/usr/share/games/nexuiz/data/
+	cp frenchpack.pk3 debian/nexuiz-locale-fr/usr/share/games/nexuiz/data/ 
+
+binary-indep: build install
+
+binary-arch: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs README.txt AUTHORS
+	dh_link
+	dh_compress 
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+
+binary: binary-arch
+.PHONY: clean binary-indep install install-indep


Property changes on: packages/trunk/nexuiz-locale-fr/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-commits mailing list