r2228 - packages/trunk/warsow-data/debian
Bruno Fuddl-guestquot; Fuddl"
Kleinert
fuddl-guest at alioth.debian.org
Tue Dec 26 21:05:49 CET 2006
Author: fuddl-guest
Date: 2006-12-26 21:05:47 +0100 (Tue, 26 Dec 2006)
New Revision: 2228
Added:
packages/trunk/warsow-data/debian/README.Debian
packages/trunk/warsow-data/debian/docs
Modified:
packages/trunk/warsow-data/debian/changelog
packages/trunk/warsow-data/debian/control
packages/trunk/warsow-data/debian/rules
Log:
updated warsow-data to latest upstream release. cleaned up packaging. added readme.debian to document modifications to upstream tarball
Added: packages/trunk/warsow-data/debian/README.Debian
===================================================================
--- packages/trunk/warsow-data/debian/README.Debian 2006-12-26 16:12:27 UTC (rev 2227)
+++ packages/trunk/warsow-data/debian/README.Debian 2006-12-26 20:05:47 UTC (rev 2228)
@@ -0,0 +1,6 @@
+warsow-data for Debian
+======================
+
+The warsow-data package for Debian is derived from the upstream binary-only
+distribution. Precompiled binaries are stripped from the upstream tarball. The
+directories basewsw and docs are kept unmodified in this package.
Modified: packages/trunk/warsow-data/debian/changelog
===================================================================
--- packages/trunk/warsow-data/debian/changelog 2006-12-26 16:12:27 UTC (rev 2227)
+++ packages/trunk/warsow-data/debian/changelog 2006-12-26 20:05:47 UTC (rev 2228)
@@ -1,6 +1,5 @@
-warsow-data (0.12-1) unstable; urgency=low
+warsow-data (0.21-1) UNRELEASED; urgency=low
* Initial release Closes: #375430
-- Gonéri Le Bouder <goneri at rulezlan.org> Sat, 24 Jun 2006 19:15:41 +0200
-
Modified: packages/trunk/warsow-data/debian/control
===================================================================
--- packages/trunk/warsow-data/debian/control 2006-12-26 16:12:27 UTC (rev 2227)
+++ packages/trunk/warsow-data/debian/control 2006-12-26 20:05:47 UTC (rev 2228)
@@ -2,15 +2,12 @@
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.0), cdbs
+Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Bruno "Fuddl" Kleinert <fuddl at gmx.de>
+Build-Depends: debhelper (>= 5.0.0)
Standards-Version: 3.7.2
Package: warsow-data
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: warsow
-Suggests: warsow-server
+Recommends: warsow | warsow-server
Description: a multiplayer first person shooter game
The package brings data files.
-
Added: packages/trunk/warsow-data/debian/docs
===================================================================
--- packages/trunk/warsow-data/debian/docs 2006-12-26 16:12:27 UTC (rev 2227)
+++ packages/trunk/warsow-data/debian/docs 2006-12-26 20:05:47 UTC (rev 2228)
@@ -0,0 +1,14 @@
+docs/bots_navigation.txt
+docs/contact.txt
+docs/dedicated_server_quide.txt
+docs/demoavi.txt
+docs/features.txt
+docs/gnu.txt
+docs/huds.txt
+docs/license.txt
+docs/linux_sound_sdl.txt
+docs/mousefilter.txt
+docs/new_features.txt
+docs/old_changelog.txt
+docs/query_protocols.txt
+docs/Shader_Manual.rtf
Modified: packages/trunk/warsow-data/debian/rules
===================================================================
--- packages/trunk/warsow-data/debian/rules 2006-12-26 16:12:27 UTC (rev 2227)
+++ packages/trunk/warsow-data/debian/rules 2006-12-26 20:05:47 UTC (rev 2228)
@@ -1,43 +1,15 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-RELEASE= "012"
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
-
-
build: build-stamp
-
-build-stamp: configure-stamp
+build-stamp:
dh_testdir
-
- cd source/source$(RELEASE) && make
-
touch build-stamp
-clean::
+clean:
dh_testdir
dh_testroot
- cd source/source012 && make clean
rm -f build-stamp configure-stamp
dh_clean
@@ -46,31 +18,16 @@
dh_testroot
dh_clean -k
dh_installdirs
- # warsow-data
- install -d debian/warsow-data/etc/warsow/basewsw
- install -d debian/warsow-data/usr/share/warsow
- cp -R basewsw debian/warsow-data/usr/share/warsow
- find debian/warsow-data/usr/share/warsow -name '*.so' -exec rm {} \;
- find debian/warsow-data/usr/share/warsow -name '*.cfg' -exec rm {} \;
- cp -R basewsw/cfgs debian/warsow-data/etc/warsowbasewsw
- cp -R basewsw/dedicated_autoexec.cfg debian/warsow-data/etc/warsow/basewsw
+ dh_install basewsw usr/share/games/warsow
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
binary-arch: build install
+binary-indep: build install
dh_testdir
dh_testroot
- dh_installchangelogs
+ dh_installchangelogs docs/changelog.txt
dh_installdocs
- dh_installexamples
dh_install
- dh_installmenu
- dh_installman
dh_link
- dh_strip
dh_compress
dh_fixperms
dh_installdeb
@@ -79,6 +36,5 @@
dh_md5sums
dh_builddeb
-
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install
More information about the Pkg-games-commits
mailing list