debian/0000755000000000000000000000000011740632145007171 5ustar debian/source/0000755000000000000000000000000011406207630010465 5ustar debian/source/format0000644000000000000000000000001311406204372011672 0ustar 3.0 (quilt)debian/compat0000644000000000000000000000000211406210262010356 0ustar 7 debian/rules0000755000000000000000000000121211740602527010246 0ustar #!/usr/bin/make -f DEB_BUILD_PARALLEL=yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/autoreconf.mk DEB_CONFIGURE_EXTRA_FLAGS := --bindir=/usr/games --datadir=/usr/share/games --with-sound-dir=/usr/share/games/crossfire/sounds binary-install/crossfire-client:: install -pm 0644 gtk-v2/README debian/crossfire-client/usr/share/doc/crossfire-client/README.gtk-v2 install -pm 0644 gtk-v2/README-dev debian/crossfire-client/usr/share/doc/crossfire-client/README-dev.gtk-v2 install -pm 0644 gtk-v2/TODO debian/crossfire-client/usr/share/doc/crossfire-client/TODO.gtk-v2 debian/install0000644000000000000000000000006711544133356010567 0ustar gtk-v2/crossfire-client.desktop usr/share/applications debian/patches/0000755000000000000000000000000011634143452010620 5ustar debian/patches/opengl_X110000644000000000000000000000100711544132460012453 0ustar Index: crossfire-client-1.60.0/configure.ac =================================================================== --- crossfire-client-1.60.0.orig/configure.ac 2011-03-28 19:19:52.000000000 +0300 +++ crossfire-client-1.60.0/configure.ac 2011-03-28 19:19:56.000000000 +0300 @@ -230,7 +230,7 @@ if eval "test x$win32 = xyes" ; then OPENGL_LIBS="-lopengl32 -lglu32 -lglut" else - OPENGL_LIBS="-lGL -lGLU -lglut" + OPENGL_LIBS="-lGL -lGLU -lglut -lX11" fi AC_SUBST(OPENGL_LIBS) fi debian/patches/series0000644000000000000000000000003111740630644012031 0ustar configure_lua opengl_X11 debian/patches/configure_lua0000644000000000000000000000201311523537525013366 0ustar Index: crossfire-client-1.60.0/configure.ac =================================================================== --- crossfire-client-1.60.0.orig/configure.ac 2011-02-06 17:33:26.000000000 +0200 +++ crossfire-client-1.60.0/configure.ac 2011-02-06 17:33:39.000000000 +0200 @@ -195,12 +195,13 @@ AC_SEARCH_LIBS(pthread_create, [pthread, pthreadgc, pthreadgc1, pthreadgc2], [AC_DEFINE(HAVE_LIBPTHREAD, 1, [Define to 1 if you have the 'pthread' library.])]) -PKG_CHECK_MODULES(LUA, lua >= 5.0.0, [lua_scripting=yes], [lua_scripting=no]) +PKG_CHECK_MODULES(LUA, lua5.1, [lua_scripting=yes], [lua_scripting=no]) if eval "test x$lua_scripting = xyes" ; then - LUA_LIBS=`$PKG_CONFIG --libs lua` + LIBS=`$PKG_CONFIG --libs lua5.1` + CFLAGS=`$PKG_CONFIG --cflags lua5.1` fi -PKG_CHECK_MODULES(LUA, lua >= 5.1.0, [HAVE_LUA_5_1=yes], [HAVE_LUA_5_1=no]) +PKG_CHECK_MODULES(LUA, lua5.1, [HAVE_LUA_5_1=yes], [HAVE_LUA_5_1=no]) if eval "test x$HAVE_LUA_5_1 = xyes" ; then AC_DEFINE(HAVE_LUA_5_1, 1, [Define to use Lua 5.1]) fi debian/patches/curl_types_h_6383800000644000000000000000000000064411634143452014102 0ustar Index: crossfire-client-1.60.0/common/metaserver.c =================================================================== --- crossfire-client-1.60.0.orig/common/metaserver.c 2011-01-28 08:17:56.000000000 +0200 +++ crossfire-client-1.60.0/common/metaserver.c 2011-09-14 18:24:23.620305298 +0300 @@ -49,7 +49,6 @@ #ifdef HAVE_CURL_CURL_H #include -#include #include #endif debian/control0000644000000000000000000000231011740604135010566 0ustar Source: crossfire-client Section: games Priority: optional Maintainer: Kari Pahula Build-Depends: libpng3-dev, libsdl1.2-dev, libsdl-image1.2-dev, debhelper (>= 7), cdbs (>=0.4.21), libasound2-dev (>= 1.0.4) [linux-any], libgtk2.0-dev, libcurl4-gnutls-dev, dh-autoreconf, mesa-common-dev, freeglut3-dev, libglade2-dev, liblua5.1-0-dev | liblua5.1-dev Standards-Version: 3.9.3 Homepage: http://crossfire.real-time.com/ Package: crossfire-client Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: rplay-server, crossfire-server, crossfire-doc Recommends: crossfire-client-images, crossfire-client-sounds, rplay-client Replaces: crossfire-client-gtk2 Breaks: crossfire-client-gtk2 (<< 1.50.0) Description: Client for the multiplayer roguelike 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'. . To play the game you'll need to have access to a local or remote server. debian/crossfire-client.menu0000644000000000000000000000021011406435330013317 0ustar ?package(crossfire-client):needs="X11" section="Games/Adventure"\ title="Crossfire client" command="/usr/games/crossfire-client-gtk2" debian/README.debian0000644000000000000000000000106211406203460011262 0ustar crossfire-client for DEBIAN ---------------------- Configuration files are stored in /etc/crossfire. They are def_keys and sounds. The only "global default" file is def_keys. sounds is included incase the user wants to over ride the default sounds (compiled in). Individual users can over ride the defaults by creating the directory ~/.crossfire and putting the override files into it. So far, the override files are keys (a copy of def_keys) and sounds (an example is in /etc/crossfire). Darren Benham , Sat, 10 Oct 1998 21:56:54 -0700 debian/cfsndserv.pod0000644000000000000000000000410711406203460011665 0ustar =head1 NAME cfsndserv - crossfire client sound server =head1 DESCRIPTION B adjusts and mixes sounds before playing them =head1 USAGE B none - started automatically by crossfire client =head1 CONFIGURATION OPTIONS ~/.crossfire/sndconfig can contain the following options: =over 2 =item stereo 1 means stereo sound, 0 - mono =item bits bitrate of generated sound - 8 or 16 =item signed if we should sent signed data to the soundcard. 1 means yes. =item frequency speed of playing data. This should be 11025, or sound pitch will change =item buffers how many buffers to allocate =item buflen how big the buffers should be. buffers*buflen shouldn't be smaller than the longest sound to be played. =item simultaneously home many sound can be played at the same time. When this setting is bigger, each sound volume will decrease. =back =head1 HOW DOES IT WORK? The sound server gets information about sounds to be played on standard input. The information is a line: All those numbers are hex. The file ~/.crossfire/sounds contains description of sound numbers and types. For example: 3 0 5 0 Means that normal sound SOUND_FUMBLE spell should be played as it's source was5 units to the right of player. Sounds are mixed in special buffers, which are in fact one buffer, which should be big enough for the biggest sound to be played. The buffers, if contain anything, are sent one by one to the sound device. Each buffer is cleaned after playing. Sounds data is multiplied by some ratio (<1) evaluated from it's position and volume and added to the buffers, starting from the next after the one being played. So bigger buffer means bigger delay, before th sound is actually played, but the smaller buffer is, the bigger is possibility, we won't succeed filling the next buffer, before last is played. =head1 SEE ALSO L http://crossfire.real-time.com =head1 AUTHOR Jaakko Niemi put this page together for Debian packages by cutting and pasting from README file of crossfire-client. =cut debian/cfsndserv.60000644000000000000000000001402211406203460011245 0ustar .\" Automatically generated by Pod::Man v1.3, Pod::Parser v1.13 .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. | will give a .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to .\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C' .\" expand to `' in nroff, nothing in troff, for use with C<>. .tr \(*W-|\(bv\*(Tr .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .\" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .hy 0 .if n .na .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "CFSNDSERV 6" .TH CFSNDSERV 6 "2002-02-23" "cfsndserv" "cfsndserv" .UC .SH "NAME" cfsndserv \- crossfire client sound server .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fBgetzone\fR adjusts and mixes sounds before playing them .SH "USAGE" .IX Header "USAGE" \&\fBgetzone\fR none \- started automatically by crossfire client .SH "CONFIGURATION OPTIONS" .IX Header "CONFIGURATION OPTIONS" ~/.crossfire/sndconfig can contain the following options: .IP "stereo" 2 .IX Item "stereo" 1 means stereo sound, 0 \- mono .IP "bits" 2 .IX Item "bits" bitrate of generated sound \- 8 or 16 .IP "signed" 2 .IX Item "signed" if we should sent signed data to the soundcard. 1 means yes. .IP "frequency" 2 .IX Item "frequency" speed of playing data. This should be 11025, or sound pitch will change .IP "buffers" 2 .IX Item "buffers" how many buffers to allocate .IP "buflen" 2 .IX Item "buflen" how big the buffers should be. buffers*buflen shouldn't be smaller than the longest sound to be played. .IP "simultaneously" 2 .IX Item "simultaneously" home many sound can be played at the same time. When this setting is bigger, each sound volume will decrease. .SH "HOW DOES IT WORK?" .IX Header "HOW DOES IT WORK?" The sound server gets information about sounds to be played on standard input. .PP The information is a line: All those numbers are hex. The file ~/.crossfire/sounds contains description of sound numbers and types. For example: .PP 3 0 5 0 .PP Means that normal sound \s-1SOUND_FUMBLE\s0 spell should be played as it's source was5 units to the right of player. .PP Sounds are mixed in special buffers, which are in fact one buffer, which should be big enough for the biggest sound to be played. .PP The buffers, if contain anything, are sent one by one to the sound device. Each buffer is cleaned after playing. .PP Sounds data is multiplied by some ratio (<1) evaluated from it's position and volume and added to the buffers, starting from the next after the one being played. .PP So bigger buffer means bigger delay, before th sound is actually played, but the smaller buffer is, the bigger is possibility, we won't succeed filling the next buffer, before last is played. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fIcrossfire\fR\|(1) .PP http://crossfire.real\-time.com .SH "AUTHOR" .IX Header "AUTHOR" .Vb 2 \& Jaakko Niemi put this page together for Debian packages by cutting \& and pasting from README file of crossfire-client. .Ve debian/changelog0000644000000000000000000002401511740602665011051 0ustar crossfire-client (1.70.0-1) unstable; urgency=low * New upstream release * Standards-Version 3.9.3 (no changes necessary). * Use dh-autoreconf. -- Kari Pahula Mon, 09 Apr 2012 18:52:20 +0300 crossfire-client (1.60.0-3) unstable; urgency=low * Standards-Version: 3.9.2 (no changes necessary) * Don't try to include removed curl/types.h (Closes: #638380) * Don't list individual arches to exclude but use libasound2-dev (>= 1.0.4) [linux-any] as a build dep (Closes: #634686) -- Kari Pahula Wed, 14 Sep 2011 18:28:35 +0300 crossfire-client (1.60.0-2) unstable; urgency=low * Readd -lX11 to linker flags (Closes: #618049) * Install crossfire-client.desktop to /usr/share/applications/ -- Kari Pahula Mon, 28 Mar 2011 19:27:33 +0300 crossfire-client (1.60.0-1) unstable; urgency=low * New upstream release * Standards-Version 3.9.1 (no changes necessary). * Patch configure.ac to enable lua scripting. * Removed crossfire-client-{x11,gtk,gkt2} packages. -- Kari Pahula Sun, 06 Feb 2011 17:27:21 +0200 crossfire-client (1.50.0-2) unstable; urgency=low * Install cfsndserv*, not cfsndserv_alsa9 to make kfreebsd land happy. -- Kari Pahula Thu, 17 Jun 2010 21:55:04 +0300 crossfire-client (1.50.0-1) unstable; urgency=low * New upstream release + GTK+ v1 and X11 clients removed. * Turn crossfire-client-{x11,gtk,gtk2} into metapackages pulling in crossfire-client, which package now has the only remaining client, the gtk2 one. * Don't quote as much in descriptions. (Closes: #549239) * Standards-Version 3.8.4, source/format 3.0 (quilt) and debhelper compat 7. * Added LIBS=-lX11 to configure's args to make binutils-gold happy. (Closes: #554292) * Build depend on automake, run autoreconf at build time. -- Kari Pahula Thu, 17 Jun 2010 18:04:07 +0300 crossfire-client (1.12.0-2) unstable; urgency=low * Added missing build dependency: libglade2-dev -- Kari Pahula Wed, 05 Aug 2009 22:12:55 +0300 crossfire-client (1.12.0-1) unstable; urgency=low * New upstream release -- Kari Pahula Wed, 05 Aug 2009 14:36:12 +0300 crossfire-client (1.11.0-2) unstable; urgency=low * Built the original GTK+ client against GTK+ 2.0. (Closes: #510778) * Bumped Standards-Version to 3.8.0, no changes necessary. -- Kari Pahula Sun, 15 Feb 2009 14:57:47 +0200 crossfire-client (1.11.0-1) unstable; urgency=low * New upstream release * Use OpenGL support with the GTK+ and GTK+ 2 clients. * Cleaned the diff.gz by removing a couple of generated files from under sound-src in debian/rules clean. -- Kari Pahula Wed, 13 Feb 2008 10:13:52 +0200 crossfire-client (1.10.0-1) unstable; urgency=low * New upstream release * Install the README, README-dev and TODO files specific to the GTK2 client to the corresponding package. -- Kari Pahula Fri, 13 Apr 2007 21:15:44 +0300 crossfire-client (1.9.1-2) unstable; urgency=low * Clarified the descriptions and dependencies to make the crossfire-client package act as a metapackage to install one of the GUI clients. (Closes: #403233) -- Kari Pahula Fri, 15 Dec 2006 20:28:59 +0200 crossfire-client (1.9.1-1) unstable; urgency=low * New upstream release * asound [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] (Closes: #375398) * Patched gcfclient2 to make Configure menu option not segfault when no existing configuration file is present -- Kari Pahula Thu, 6 Jul 2006 05:28:42 +0300 crossfire-client (1.9.0-1) unstable; urgency=low * New upstream release -- Kari Pahula Tue, 7 Mar 2006 17:35:10 +0200 crossfire-client (1.8.0-2) unstable; urgency=low * Removed unneeded and obsolete build-dep xlibs-dev. * Backported fix for split windows mode from CVS (Closes: #341768) -- Kari Pahula Sat, 17 Dec 2005 08:49:34 +0200 crossfire-client (1.8.0-1) unstable; urgency=low * New upstream release (closes: #298438) * New maintainer * Set datadir to /usr/share/games and sounddir to /usr/share/games/crossfire/sounds. -- Kari Pahula Sat, 20 Aug 2005 23:46:35 +0300 crossfire-client (1.7.0-3) unstable; urgency=low * Add build-dep to libsdl-image1.2-dev (closes: #276823) * We use cdbs now (closes: #263072) * Full upstream 1.7.0-2.3 changelog: - Small changes to debian/rules to aclocal && automake -ac so we regen the files on each platform/architecture - Added rules to build the soundef.h file before the actual sound server, see http://www.gnu.org/software/automake/manual/html_mono/automake.html#Built%20sources%20example for details - Moved images to recommends (thanks Todd Mitchell) By Robert J. Tanner Tue, 21 Sep 2004 00:11:42 -0500 * Full upstream 1.7.0-2.2 changelog: - NMU - Major clean up of Makefiles - Switch debian/rules to cdbs - Build package from automake rework CVS branch By Robert J. Tanner Mon, 6 Sep 2004 16:23:47 -0500 * Full upstream changelog for 1.7.0-1.1 for completeness sake: - NMU - New upstream release (closed: #260328) - Updated the copyright file, FSF postal address was wrong - Make clients depends on crossfire-client-images By Robert J. Tanner * Upstream converted debian/rules to use cdbs (closes: #263072) -- Jaakko Niemi Tue, 19 Oct 2004 20:50:59 +0300 crossfire-client (1.7.0-2.2) experimental; urgency=low * NMU * Major clean up of Makefiles * Switch debian/rules to cdbs * Build package from automake rework CVS branch -- Robert J. Tanner Mon, 6 Sep 2004 16:23:47 -0500 crossfire-client (1.7.0-2) unstable; urgency=low * New upstream release (closes: #260328) based on upstream packaging work. -2 version to make packages installed from upstream repository upgraded to this version. * Updated the copyright file, FSF postal address was wrong * Make clients suggest crossfire-client-images -- Jaakko Niemi Mon, 2 Aug 2004 01:02:44 +0300 crossfire-client (1.6.0-2) unstable; urgency=low * update config.{guess,sub} and slap self (closes: 218684) * small patch to x11/png.c to fix segfault (closes: #218015, #218674) -- Jaakko Niemi Sat, 15 Nov 2003 22:42:35 +0200 crossfire-client (1.6.0-1) unstable; urgency=low * New upstream release -- Jaakko Niemi Fri, 31 Oct 2003 18:17:55 +0200 crossfire-client (1.5.0-1) unstable; urgency=low * New upstream release * Remove dependency to xlib6g-dev (closes: #170177) * Add /usr/doc symlink cleanup to postinsts (closes: #161858, #161859) -- Jaakko Niemi Sun, 9 Mar 2003 23:44:06 +0200 crossfire-client (1.4.0-2) unstable; urgency=low * add missing libsdl1.2-dev builddep (closes: #167462) -- Jaakko Niemi Sat, 2 Nov 2002 19:46:17 +0200 crossfire-client (1.4.0-1) unstable; urgency=low * New upstream release * Compile against newer png libs (closes: #166422) -- Jaakko Niemi Sat, 26 Oct 2002 23:28:37 +0300 crossfire-client (1.3.0-1) unstable; urgency=low * New upstream version * Build-depend on libpng3-dev (closes: #156621) * punt /usr/doc stuff -- Jaakko Niemi Fri, 16 Aug 2002 00:08:59 +0300 crossfire-client (1.2.0-1) unstable; urgency=low * New upstream version. -- Jaakko Niemi Wed, 17 Apr 2002 20:43:54 +0300 crossfire-client (1.1.0-3) unstable; urgency=low * copy new config{sub,guess} to the right tree this time (closes: #135098) * enabled new soundsystem * added cfsndserv to crossfire-client * added manpage for cfsndserv -- Jaakko Niemi Sat, 23 Feb 2002 22:17:43 +0200 crossfire-client (1.1.0-2) unstable; urgency=low * fix build-deps and refresh config{sub,guess} (thanks, lamont) -- Jaakko Niemi Fri, 15 Feb 2002 23:53:24 +0200 crossfire-client (1.1.0-1) unstable; urgency=low * New maintainer * build-deps exist, we don't care about potato (closes: #70339) * new upstream version (closes: #103631) * verified that client does not crash if there is no server on localhost (closes: #32089) -- Jaakko Niemi Mon, 11 Feb 2002 01:44:42 +0200 crossfire-client (0.95.4-2.1) unstable; urgency=low * Non-maintainer upload. * Don't create dirs under /usr/doc. (closes: #91416, #91418, #91420) * Create postinst and prerm to handle symlinks in /usr/doc. * Delete debian/info.ex. * Updated standards version to 3.5.2 and added build dependencies. -- Ivo Timmermans Sun, 15 Apr 2001 18:45:14 +0200 crossfire-client (0.95.4-2) unstable; urgency=low * Changed sound paths so that sound works (closes: #44383) -- Darren Benham Mon, 29 May 2000 09:49:43 -0700 crossfire-client (0.95.4-1) unstable; urgency=low * New upstream version -- Darren Benham Thu, 5 Aug 1999 14:40:57 -0700 crossfire-client (0.95.3-1) unstable; urgency=low * New upstream version * For a test server, try benham.net -- Darren Benham Wed, 21 Apr 1999 21:17:53 -0700 crossfire-client (0.95.2-1) unstable; urgency=low * New upstream version * New rules (Fixes #32087 #32170) * Compiled gtk client aginast 1.2 (Fixes #35392) * Changed depends (Fixes #32170 #32667) -- Darren Benham Thu, 25 Mar 1999 19:22:59 -0800 crossfire-client (0.95.1-2) unstable; urgency=low * upgraded lintian -- fixed the errors the showed. -- Darren Benham Sun, 17 Jan 1999 00:08:02 -0800 crossfire-client (0.95.1-1) unstable; urgency=low * New Version (closes #31459) -- Darren Benham Thu, 7 Jan 1999 20:13:08 -0800 crossfire-client (0.94.3-1) unstable; urgency=low * Initial Release. -- Darren Benham Sat, 10 Oct 1998 21:56:54 -0700 debian/copyright0000644000000000000000000000255011740632124011123 0ustar This package was debianized by Darren Benham gecko@debian.org on Sat, 10 Oct 1998 21:56:54 -0700. It was downloaded from http://crossfire.real-time.com/ Copyright 1992-2012 Crossfire Development team ----- Authors of the client: Mark Wedel (mwedel@sonic.net) - general client source, gtk, gtkv2, Xlib client, opengl for gtkv2 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ----- or see /usr/share/common-licenses debian/crossfire-client.manpages0000644000000000000000000000002311523531722014152 0ustar debian/cfsndserv.6