--- openarena-data-0.7.6.orig/debian/copyright +++ openarena-data-0.7.6/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-2008 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.6.orig/debian/README.Debian +++ openarena-data-0.7.6/debian/README.Debian @@ -0,0 +1,19 @@ +OpenArena for Debian +==================== + +The .orig.tar.gz tarball of this package was derived from the upstream's binary +distribution (oa076.zip). As we're mailny only interested in the content of the +directory "baseoa", which is shipped within the ZIP-archive, these files were +removed from Debian's .orig.tar.gz: + * libogg-0.dll + * libvorbis-0.dll + * libvorbisfile-3.dll + * oa_ded.i386 + * oa_ded.x86_64 + * oa_ded.x86.exe + * openarena.exe + * openarena.i386 + * openarena.x86_64 + * SDL.dll + + -- Bruno "Fuddl" Kleinert Thu, 24 Apr 2008 13:53:54 +0200 --- openarena-data-0.7.6.orig/debian/control +++ openarena-data-0.7.6/debian/control @@ -0,0 +1,22 @@ +Source: openarena-data +Section: games +Priority: optional +Maintainer: Debian Games Team +Uploaders: Bruno "Fuddl" Kleinert +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.3 +Homepage: http://www.openarena.ws/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/openarena-data/ +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}) +Conflicts: openarena (<< 0.7.6) +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.6.orig/debian/rules +++ openarena-data-0.7.6/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.6.orig/debian/docs +++ openarena-data-0.7.6/debian/docs @@ -0,0 +1,3 @@ +CREDITS +LINUXNOTES +README --- openarena-data-0.7.6.orig/debian/compat +++ openarena-data-0.7.6/debian/compat @@ -0,0 +1 @@ +5 --- openarena-data-0.7.6.orig/debian/changelog +++ openarena-data-0.7.6/debian/changelog @@ -0,0 +1,41 @@ +openarena-data (0.7.6-1) unstable; urgency=low + + [ Bruno "Fuddl" Kleinert ] + * New upstream release + * Expand copyright years in debian/copyright + * Update README.Debian: Description how the .orig.tar.gz was created for + Debian + + -- Bruno "Fuddl" Kleinert Thu, 24 Apr 2008 14:01:53 +0200 + +openarena-data (0.7.1-2) unstable; urgency=low + + [ Bruno "Fuddl" Kleinert ] + * Rename XS-Vcs-fields to Vcs-fields in the control file + * Add Homepage-field to control file + * Update to standards version 3.7.3.0. No changes + * Conflict against outdated engine package + * Update my email address where necessary + * Fix unresolvable recommended packages (Closes: #448921) + + -- Bruno "Fuddl" Kleinert Tue, 05 Feb 2008 14:25:17 +0100 + +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