Author: kibi-guest Date: 2007-08-11 20:31:34 +0000 (Sat, 11 Aug 2007) New Revision: 3614
Added: packages/trunk/bos/debian/ packages/trunk/bos/debian/bos.dirs packages/trunk/bos/debian/bos.files packages/trunk/bos/debian/bos.postinst packages/trunk/bos/debian/bos.prerm packages/trunk/bos/debian/changelog packages/trunk/bos/debian/compat packages/trunk/bos/debian/control packages/trunk/bos/debian/copyright packages/trunk/bos/debian/rules packages/trunk/bos/debian/stratagus-bos packages/trunk/bos/debian/stratagus-bos.6 Log: [svn-inject] Applying Debian modifications to trunk Property changes on: packages/trunk/bos/debian ___________________________________________________________________ Name: mergeWithUpstream + 1 Added: packages/trunk/bos/debian/bos.dirs =================================================================== --- packages/trunk/bos/debian/bos.dirs (rev 0) +++ packages/trunk/bos/debian/bos.dirs 2007-08-11 20:31:34 UTC (rev 3614) @@ -0,0 +1,2 @@ +usr/share/games/stratagus/bos +usr/games Added: packages/trunk/bos/debian/bos.files =================================================================== --- packages/trunk/bos/debian/bos.files (rev 0) +++ packages/trunk/bos/debian/bos.files 2007-08-11 20:31:34 UTC (rev 3614) @@ -0,0 +1 @@ +usr/share/games/* Added: packages/trunk/bos/debian/bos.postinst =================================================================== --- packages/trunk/bos/debian/bos.postinst (rev 0) +++ packages/trunk/bos/debian/bos.postinst 2007-08-11 20:31:34 UTC (rev 3614) @@ -0,0 +1,6 @@ +#!/bin/sh + +update-alternatives --quiet --install /usr/share/games/stratagus/default \ + stratagus-data /usr/share/games/stratagus/bos 20 + +##DEBHELPER## Added: packages/trunk/bos/debian/bos.prerm =================================================================== --- packages/trunk/bos/debian/bos.prerm (rev 0) +++ packages/trunk/bos/debian/bos.prerm 2007-08-11 20:31:34 UTC (rev 3614) @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +update-alternatives --quiet --remove stratagus-data \ + /usr/share/games/stratagus/bos + +##DEBHELPER## Added: packages/trunk/bos/debian/changelog =================================================================== --- packages/trunk/bos/debian/changelog (rev 0) +++ packages/trunk/bos/debian/changelog 2007-08-11 20:31:34 UTC (rev 3614) @@ -0,0 +1,34 @@ +bos (1.1-3) unstable; urgency=low + + * Since versioned depends do not work yet, move the alternatives on + stratagus | stratagus-gl to bos (closes: #260562). Thanks, Yann! + + -- David Martínez Moreno <[EMAIL PROTECTED]> Wed, 21 Jul 2004 12:01:18 +0200 + +bos (1.1-2) unstable; urgency=low + + * Added stratagus-bos wrapper. + * Added stratagus-bos manpage. + + -- David Martínez Moreno <[EMAIL PROTECTED]> Wed, 21 Jul 2004 09:45:28 +0200 + +bos (1.1-1) unstable; urgency=low + + * New upstream release. + * debian/control: Changed Recommends to Depends, and raised stratagus + version now that we are using official BoS dataset for Stratagus 2.1. + * Added simple script stratagus-bos under /usr/games for directly launching + Stratagus with this dataset. + + -- David Martínez Moreno <[EMAIL PROTECTED]> Mon, 5 Jul 2004 12:33:28 +0200 + +bos (1.0+1.1pre1-1) unstable; urgency=low + + * New upstream version. + * Added alternatives for stratagus-data in + /usr/share/games/stratagus/default. + * Removed from the original tarball .xvpics/ directories. + + -- David Martínez Moreno <[EMAIL PROTECTED]> Fri, 2 Jul 2004 15:38:23 +0200 + + vim:ai:et:sts=2:sw=2:tw=78: Added: packages/trunk/bos/debian/compat =================================================================== --- packages/trunk/bos/debian/compat (rev 0) +++ packages/trunk/bos/debian/compat 2007-08-11 20:31:34 UTC (rev 3614) @@ -0,0 +1 @@ +4 Added: packages/trunk/bos/debian/control =================================================================== --- packages/trunk/bos/debian/control (rev 0) +++ packages/trunk/bos/debian/control 2007-08-11 20:31:34 UTC (rev 3614) @@ -0,0 +1,17 @@ +Source: bos +Section: games +Priority: optional +Maintainer: David Martínez Moreno <[EMAIL PROTECTED]> +Build-Depends-Indep: debhelper (>> 4.0.0) +Standards-Version: 3.6.1 + +Package: bos +Architecture: all +Depends: stratagus (>= 2.1) | stratagus-gl (>= 2.1) +Provides: stratagus-data +Description: Invasion: Battle of Survival data set for Stratagus + Invasion: Battle of Survival is a complete science fiction game in the + spirit of StarCraft. + . + This is a set of free sounds and graphics for Stratagus, a game engine for + building real-time strategy games similar to AoE or WarCraft II. Added: packages/trunk/bos/debian/copyright =================================================================== --- packages/trunk/bos/debian/copyright (rev 0) +++ packages/trunk/bos/debian/copyright 2007-08-11 20:31:34 UTC (rev 3614) @@ -0,0 +1,27 @@ +This package was debianized by David Mart�nez Moreno <[EMAIL PROTECTED]> on +Thu, 28 Jun 2004 02:43:26 +0100. + +It was downloaded from http://bos.seul.org/ + +Upstream Author: Fran�ois Beerten, Jimmy Salmon and others (The Stratagus + Team) <[EMAIL PROTECTED]> + +Copyright: + + This package 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; version 2 dated June, 1991. + + This package 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. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + Added: packages/trunk/bos/debian/rules =================================================================== --- packages/trunk/bos/debian/rules (rev 0) +++ packages/trunk/bos/debian/rules 2007-08-11 20:31:34 UTC (rev 3614) @@ -0,0 +1,62 @@ +#!/usr/bin/make -f +# debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. +# GNU Copyright 2002 by David Mart�nez. + +# Do you want verbosity...? Uncomment this. +#export DH_VERBOSE=1 + +# Let's roll... +configure: configure-stamp +configure-stamp: + dh_testdir + + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + cd data/ && find . -type f \( ! -regex .*CVS.* \) -exec cp --parents -dp \{\} $(CURDIR)/debian/bos/usr/share/games/stratagus/bos \; + + # We copy the wrapper. + cp debian/stratagus-bos $(CURDIR)/debian/bos/usr/games + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs + dh_installexamples + dh_installman debian/stratagus-bos.6 + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure Property changes on: packages/trunk/bos/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: packages/trunk/bos/debian/stratagus-bos =================================================================== --- packages/trunk/bos/debian/stratagus-bos (rev 0) +++ packages/trunk/bos/debian/stratagus-bos 2007-08-11 20:31:34 UTC (rev 3614) @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/games/stratagus -d /usr/share/games/stratagus/bos $* Added: packages/trunk/bos/debian/stratagus-bos.6 =================================================================== --- packages/trunk/bos/debian/stratagus-bos.6 (rev 0) +++ packages/trunk/bos/debian/stratagus-bos.6 2007-08-11 20:31:34 UTC (rev 3614) @@ -0,0 +1,23 @@ +.TH BOS 6 "Jul 2004" "BoS v1.1" +.SH NAME +stratagus-bos \- wrapper for launching stratagus with BoS as dataset +.SH SYNOPSIS +.B stratagus-bos +.I [parameters-for-stratagus] +.SH "DESCRIPTION" +This manual page documents briefly the use of +.BR stratagus-bos. +.PP +.B stratagus-bos +is only a simple script for launching directly stratagus with +BoS as dataset, and not having to mess with -d parameter in stratagus. +.SH OPTIONS +The options for stratagus-bos are the same ones that for stratagus. Please +see stratagus(6) for further information. +.SH "SEE ALSO" +More complete documentation is available in /usr/share/doc/stratagus. +.SH AUTHOR +BoS is written by Tina Petersen, Soeren Soendergaard, Brian Pedersen and others. +.PP +This manual page was written by David Mart�nez Moreno <[EMAIL PROTECTED]> +for the Debian GNU/Linux system (but may be used by others).
_______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

