--- crossfire-client-sounds-1.9.1.orig/debian/dirs +++ crossfire-client-sounds-1.9.1/debian/dirs @@ -0,0 +1 @@ +usr/share/games/crossfire/sounds --- crossfire-client-sounds-1.9.1.orig/debian/docs +++ crossfire-client-sounds-1.9.1/debian/docs @@ -0,0 +1 @@ +README --- crossfire-client-sounds-1.9.1.orig/debian/control +++ crossfire-client-sounds-1.9.1/debian/control @@ -1,23 +1,17 @@ Source: crossfire-client-sounds Section: games Priority: optional -Maintainer: Robert J. Tanner -Standards-Version: 3.6.1.1 -Build-Depends: debhelper (>= 4.1.16), cdbs (>= 0.4.21) +Maintainer: Kari Pahula +Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5) Package: crossfire-client-sounds Architecture: all -Conflicts: crossfire-sounds -Description: sound files for crossfire clients - Crossfire is "a multiplayer graphical arcade and adventure game made for - the X environment. - . - It has certain flavours from other games, especially Gauntlet (TM) - and Nethack/Moria. - . - Any number of players can move around in their own window, finding - and using items and battle monsters. They can choose to cooperate - or compete in the same 'world'." - . - Homepage: http://crossfire.real-time.com - +Recommends: rplay-client, crossfire-client +Description: sound files for playing crossfire + Crossfire is a multiplayer graphical arcade and adventure game made + for the X environment. It has certain flavours from other games, + especially Gauntlet (TM) and Nethack/Moria. Any number of players + can move around in their own window, finding and using items and + battle monsters. They can choose to cooperate or compete in the same + world. --- crossfire-client-sounds-1.9.1.orig/debian/changelog +++ crossfire-client-sounds-1.9.1/debian/changelog @@ -1,9 +1,9 @@ -crossfire-client-sounds (1.5.0-0.1) unstable; urgency=low +crossfire-client-sounds (1.9.1-1) unstable; urgency=low - * New upstream release. - * Migration to cdbs. + * New upstream release + * New maintainer - -- Robert J. Tanner Fri, 28 Jan 2005 20:37:44 -0600 + -- Kari Pahula Thu, 6 Jul 2006 02:38:36 +0300 crossfire-client-sounds (1.4.0-1) unstable; urgency=low --- crossfire-client-sounds-1.9.1.orig/debian/compat +++ crossfire-client-sounds-1.9.1/debian/compat @@ -0,0 +1 @@ +5 --- crossfire-client-sounds-1.9.1.orig/debian/rules +++ crossfire-client-sounds-1.9.1/debian/rules @@ -1,27 +1,55 @@ #!/usr/bin/make -f -# NAME -# debian/rules -- Debian build rules for crossfire-client-sounds -# -# DESCRIPTION -# This Makefile uses the CDBS makefiles to wrap the common package building -# steps necessary to make the crossfire-client-sounds binary packages. -# -# COPYRIGHT -# Copyright (c) 2004 Bob Tanner -# -# LICENSE -# 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, 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. See the GNU General Public License for -# more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., 59 -# Temple Place, Suite 330, Boston, MA 02111-1307 USA. -# -include /usr/share/cdbs/1/rules/debhelper.mk +# MAde with the aid of dh_make, by Craig Small +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. +# Some lines taken from debmake, by Cristoph Lameter. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp install-stamp + dh_clean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp. + cp *.raw `pwd`/debian/crossfire-client-sounds/usr/share/games/crossfire/sounds + + touch install-stamp + +# 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 +# dh_testversion + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- crossfire-client-sounds-1.9.1.orig/debian/copyright +++ crossfire-client-sounds-1.9.1/debian/copyright @@ -3,32 +3,26 @@ It was downloaded from http://crossfire.real-time.com/ ------ -Authors of the client: +Upstream Author: Mark Wedel -Mark Wedel (mwedel@sonic.net) - general client source and Xlib client -David Sundqvist (azzie@netpolicy.com) - GTK+ port -Raphael Quinet (Raphael.Quinet@eed.ericsson.se) - Configure scripts and graphics -Jacek Konieczny - New Sound System support. -Eric Anderson did a lot of initial work on the client. -Scott MacFiggen (smurf@CSUA.Berkeley.EDU) - SDL support - ------ - -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. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 59 Temple -Place - Suite 330, Boston, MA 02111-1307, USA. +Copyright: Copryight (C) 1994 Mark Wedel + Copyright (C) 1992 Frank Tore Johansen ------ +License: -or see /usr/share/common-licenses + 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. 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'.