--- openarena-data-0.7.1.orig/debian/control +++ openarena-data-0.7.1/debian/control @@ -0,0 +1,20 @@ +Source: openarena-data +Section: games +Priority: optional +Maintainer: Debian Games Team +Uploaders: Bruno "Fuddl" Kleinert +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 +XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/openarena-data/ +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/openarena-data/?op=log + +Package: openarena-data +Architecture: all +Recommends: openarena (>= ${source:Upstream-Version}) | openarena-server (>= ${source:Upstream-Version}) +Description: OpenArena game data + OpenArena is an open-source content package for Quake 3 Arena licensed + under the GPL, effectively creating a free stand-alone game. Though OpenArena + is a free replacement for id Software Inc.'s Quake III Arena, it is NOT + comptabible with the proprietary game! + . + This package installs OpenArena maps, models, sounds, etc. --- openarena-data-0.7.1.orig/debian/rules +++ openarena-data-0.7.1/debian/rules @@ -0,0 +1,40 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp binary-indep + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + +binary-indep: build install + dh_testdir + dh_testroot + touch $@ + dh_install -popenarena-data baseoa usr/share/games/openarena + dh_installchangelogs -popenarena-data CHANGES + dh_installdocs + dh_testdir + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- openarena-data-0.7.1.orig/debian/README.Debian +++ openarena-data-0.7.1/debian/README.Debian @@ -0,0 +1,16 @@ +OpenArena for Debian +==================== + +This package was built from the upstream release 0.7.0 plus the patch +(oa071-patch.zip) which renders OpenArena 0.7.0 to version 0.7.1. +The ZIP-archive was downloaded from http://www.openarena.ws/ + +These files are included within the patch and merged into this package: +openarena-0.7.0/COPYING +openarena-0.7.0/CREDITS +openarena-0.7.0/CHANGES +openarena-0.7.0/baseoa +openarena-0.7.0/baseoa/pak7-patch.pk3 +openarena-0.7.0/README + + -- Bruno "Fuddl" Kleinert Fri, 10 Aug 2007 23:59:18 +0200 --- openarena-data-0.7.1.orig/debian/changelog +++ openarena-data-0.7.1/debian/changelog @@ -0,0 +1,19 @@ +openarena-data (0.7.1-1) unstable; urgency=low + + [ Bruno "Fuddl" Kleinert ] + * New upstream release + * Versioned recommend of openarena or openarena-server package + * Updated copyright date in debian/copyright + * Manually include the "patch" pak7-patch.pk3 to make it version 0.7.1 and + document this in README.Debian + + [ Cyril Brulebois ] + * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. + + -- Bruno "Fuddl" Kleinert Fri, 10 Aug 2007 23:59:18 +0200 + +openarena-data (0.6.0-1) unstable; urgency=low + + * Initial release + + -- Bruno "Fuddl" Kleinert Wed, 6 Dec 2006 15:38:12 +0100 --- openarena-data-0.7.1.orig/debian/docs +++ openarena-data-0.7.1/debian/docs @@ -0,0 +1,3 @@ +CREDITS +LINUXNOTES +README --- openarena-data-0.7.1.orig/debian/copyright +++ openarena-data-0.7.1/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Bruno "Fuddl" Kleinert on +Sat, 30 Sep 2006 17:23:34 +0200. + +It was downloaded from http://openarena.ws/ + +Copyright 2005-2007 OpenArena Team + +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. + +You can find the GPL license text on a Debian system under +/usr/share/common-licenses/GPL. + + +Upstream ships precompiled binaries within the tarball. These binaries are +useless for Debian and were removed from the Debian source package. --- openarena-data-0.7.1.orig/debian/compat +++ openarena-data-0.7.1/debian/compat @@ -0,0 +1 @@ +5