debian/0000755000000000000000000000000012263074121007164 5ustar debian/watch0000644000000000000000000000015712155603125010222 0ustar version=3 opts="dversionmangle=s/\+dfsg(.?\d+)?$//" \ http://sf.net/prboom-plus/prboom-plus-([\d.]+)\.tar\.gz debian/changelog0000644000000000000000000000623612263073703011052 0ustar prboom-plus (2:2.5.1.4~svn4356+dfsg1-1) unstable; urgency=low [ Fabian Greffrath ] * New upstream SVN snapshot. * Disable silent rules. * Add icons in SVG, PNG and XPM format, add icon entry to menu file, add desktop file (Closes: #726856). * Do not disable support for helper dogs anymore, we are using the free "baby worm demon" variant based on sprites and sounds from Freedoom. [ Jonathan Dowland ] * Remove google adsense tracking stuff from history.html that we distribute. * Update my name in the control file -- Jonathan Dowland Tue, 07 Jan 2014 21:39:37 +0000 prboom-plus (2:2.5.1.4~svn4346+dfsg1-1) unstable; urgency=low * New upstream SVN snapshot. + Mouse look now is available in software mode. + Added a crosshair. Three different crosshair graphics are for choice: cross, angle and dot. Extra features are changing crosshair colors according to the player's health and/or on sight of a target. * Add Build-Depends for all libraries we depend on, do not rely on libsdl*-dev to pull them in. * Demote freedoom et al. to Recommends to avoid circular dependencies. * Fix the sound font file name for musescore-soundfont-gm and prefer that package over freepats for usage with the fluidsynth MIDI player. -- Fabian Greffrath Tue, 10 Sep 2013 12:08:21 +0200 prboom-plus (2:2.5.1.4~svn4306+dfsg1-1) unstable; urgency=low * Upstream SVN snapshot of the prboom-plus codebase + Support up to eight joystick buttons instead of just four, the fifth and sixth buttons are mapped to strafe left and right (Closes: #606231, #612429). [ Jon Dowland ] * Initial packaging, based on prboom (Closes: #559132, #690905). * add a format specifier to a sprintf call [ Fabian Greffrath ] * Add myself to Uploaders. * The "--disable-i386-asm" configure flag is gone. * Append to LDFLAGS instead of overriding them. * Simplify the override_dh_auto_configure rule. * Add libdumb1-dev, libfluidsynth-dev, libportmidi-dev and libsdl-image1.2-dev to Build-Depends. * Add a symlink for the man page as well. * Remove obsolete debian/prboom+.files file. * Remove debian/prboom+.manpages, prboom-plus.6 is already installed by the build system. * Fix up binary and package names in debian/prboom+.{menu,prerm,postinst}. * Avoid redundant installation of docs. * Mention PrBoom+ in the extended package description. * Move "boom-wad | game-data-packager | doom-wad" to Depends, since we must have an IWAD in order to start the game. * Change default MIDI player to the OPL2 emulator, so "freepats" can get demoted to Suggests. * Add debian/README.source. * Provide a dummy package for the transition from prboom to prboom-plus. * Split prboom-plus-game-server into a separate package, prboom-plus links against way more libraries (Closes: #528057). * Simplify maintainer scripts. * Suggest mkvtoolnix, vorbis-tools and x264 for video capturing and change default Ogg Vorbis encoder name to oggenc. * Shorten and (hopefully) clarify package descriptions. -- Fabian Greffrath Wed, 19 Jun 2013 10:01:34 +0200 debian/prboom-plus.desktop0000644000000000000000000000034412263070164013042 0ustar [Desktop Entry] Type=Application Name=PrBoom+ Comment=enhanced clone of the classic first-person shooter Doom Icon=prboom-plus TryExec=prboom-plus Exec=prboom-plus Categories=Game;ActionGame; Keywords=first;person;shooter;doom; debian/prboom-plus-game-server.install0000644000000000000000000000011612155603125015246 0ustar usr/games/prboom-plus-game-server usr/share/man/man6/prboom-plus-game-server* debian/README.source0000644000000000000000000000146412263070164011353 0ustar # This is how the Debian source tarball was created: VERSION=2.5.1.4~ SVNREV=4356 DFSG=1 svn export -r ${SVNREV} https://www.crowproductions.de/repos/prboom/branches/prboom-plus-24/prboom2/ prboom-plus-${VERSION}svn${SVNREV} pushd prboom-plus-${VERSION}svn${SVNREV} # Filter out non-free graphics and sound lumps BADLUMPS="$(sed -n '/^if NONFREE_GRAPHICS/,/^else\|^endif/p' data/Makefile.am | sed -e '/^if\|^else\|^endif\|^SPRITEP/d' | cut -d '=' -f 2)" for l in ${BADLUMPS} do rm data/$l done # Remove embedded library copies and tests rm -rf src/MUSIC/dll src/MUSIC/include src/MUSIC/lib src/PCRELIB tests popd mv prboom-plus-${VERSION}svn${SVNREV} prboom-plus-${VERSION}svn${SVNREV}+dfsg${DFSG} tar cJfv prboom-plus_${VERSION}svn${SVNREV}+dfsg${DFSG}.orig.tar.xz prboom-plus-${VERSION}svn${SVNREV}+dfsg${DFSG} debian/control0000644000000000000000000000573312263073672010611 0ustar Source: prboom-plus Section: games Priority: optional Maintainer: Debian Games Team Uploaders: Jonathan Dowland , Fabian Greffrath Build-Depends: debhelper (>= 9), dh-autoreconf, libdumb1-dev, libfluidsynth-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libmad0-dev, libpcre3-dev, libpng-dev, libportmidi-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev (>= 1.2.6), libsdl-net1.2-dev (>= 1.2.5), libsdl1.2-dev (>= 1.2.11), libvorbis-dev Standards-Version: 3.9.4 Homepage: http://prboom-plus.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/pkg-games/prboom-plus.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/prboom-plus.git Package: prboom Depends: prboom-plus, prboom-plus-game-server, ${misc:Depends} Architecture: all Priority: extra Section: oldlibs Description: dummy package for the transition from prboom to prboom-plus This package is a dummy transitional package. It can be safely removed. Package: prboom-plus Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: freedoom | game-data-packager | boom-wad | doom-wad Suggests: musescore-soundfont-gm | freepats, mkvtoolnix, vorbis-tools, x264 Provides: boom-engine, doom-engine Description: enhanced clone of the classic first-person shooter Doom PrBoom+ is an enhanced source port of the classic 3D first-person shooter game Doom, first released by id Software in 1993. It uses the Simple Direct Media layer (SDL) library and features an optional OpenGL renderer. It is based on PrBoom, MBF and LxDoom, which in turn are based on TeamTNT's Boom, a freely available port of Doom for DOS. . In addition to PrBoom's features, PrBoom+ offers uncapped framerate, variable gamespeed, re-record, walkcam, chasecam, full mouselook, FOV, and other features without loss of compatibility with the original Doom. . PrBoom+ requires game data to run. Free game data is available in the freedoom package. Commercial game data can be packaged using game-data-packager. PrBoom+ supports all flavors of Doom, including The Ultimate Doom, Doom 2 and Final Doom as well as Chex Quest and HACX. Package: prboom-plus-game-server Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: enhanced clone of the classic first-person shooter Doom (server) PrBoom+ is an enhanced source port of the classic 3D first-person shooter game Doom, first released by id Software in 1993. It uses the Simple Direct Media layer (SDL) library and features an optional OpenGL renderer. It is based on PrBoom, MBF and LxDoom, which in turn are based on TeamTNT's Boom, a freely available port of Doom for DOS. . In addition to PrBoom's features, PrBoom+ offers uncapped framerate, variable gamespeed, re-record, walkcam, chasecam, full mouselook, FOV, and other features without loss of compatibility with the original Doom. . This package contains the server for network games of PrBoom+. debian/prboom.preinst0000644000000000000000000000045512155603125012076 0ustar #! /bin/sh # preinst script for prboom set -e if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt-nl 2:2.5.1 then update-alternatives --remove doom /usr/games/prboom 2> /dev/null || true update-alternatives --remove boom /usr/games/prboom 2> /dev/null || true fi #DEBHELPER# exit 0 debian/gbp.conf0000644000000000000000000000003312160414633010601 0ustar [DEFAULT] compression = xz debian/prboom-plus.prerm0000644000000000000000000000037512155603125012521 0ustar #! /bin/sh # prerm script for prboom-plus set -e if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] then update-alternatives --remove doom /usr/games/prboom-plus update-alternatives --remove boom /usr/games/prboom-plus fi #DEBHELPER# exit 0 debian/copyright0000644000000000000000000002362012160414633011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PrBoom+ Upstream-Contact: http://sourceforge.net/projects/prboom-plus/ Source: https://www.crowproductions.de/repos/prboom/branches/prboom-plus-24/prboom2/ Files: * Copyright: © 1993-1996, Id Software, Inc. © 1993-2011, PrBoom developers © 1999-2006, Jess Haas, Nicolas Kalkhof, Colin Phipps, Florian Schulze © 1999, id Software, Chi Hoang, Lee Killough, Jim Flynn, Rand Phares, Ty Halderman © 1999, Thomas A. Fine © 2000-2004, Underbit Technologies, Inc © 2002-2010, The DOSBox Team © 2005-2006, Florian Schulze, Colin Phipps, Neil Stevens, Andrey Budko © 2005-2009, Simon Howard © 2006-2008, G Jackson, Jaakko Kerônen © 2006, Ben Ryves © 2006, Neil Stevens © 2009, Andrey Budko © 2011, Nicholai Main License: GPL-2+ Files: src/d_server.c src/gl_clipper.c src/gl_hqresize.c src/r_patch.c Copyright: © 1987-1994, The Regents of the University of California © 1999, id Software, Chi Hoang, Lee Killough, Jim Flynn, Rand Phares, Ty Halderman © 1999-2004, Jess Haas, Nicolas Kalkhof, Colin Phipps, Florian Schulze © 2003, Tim Stump © 2004-2006, Randy Heit © 2005-2006, Florian Schulze, Colin Phipps, Neil Stevens, Andrey Budko © 2008, Benjamin Berkels License: GPL-2+ and BSD-3-clause Files: src/e6y.c src/gl_vertex.c Copyright: © 1999, id Software, Chi Hoang, Lee Killough, Jim Flynn, Rand Phares, Ty Halderman © 1999-2000, Jess Haas, Nicolas Kalkhof, Colin Phipps, Florian Schulze © 2005-2006, Florian Schulze, Colin Phipps, Neil Stevens, Andrey Budko © 2004-2006, Christoph Oelckers License: GPL-2+, and BSD-3-clause or LGPL-2.1+ Files: src/gl_sky.c Copyright: © 2003, Tim Stump © 2005, Christoph Oelckers © 2009, Andrey Budko License: BSD-3-clause with disclosure exception ** Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions ** are met: ** ** 1. Redistributions of source code must retain the above copyright ** notice, this list of conditions and the following disclaimer. ** 2. Redistributions in binary form must reproduce the above copyright ** notice, this list of conditions and the following disclaimer in the ** documentation and/or other materials provided with the distribution. ** 3. The name of the author may not be used to endorse or promote products ** derived from this software without specific prior written permission. ** 4. Full disclosure of the entire project's source code, except for third ** party libraries is mandatory. (NOTE: This clause is non-negotiable!) ** ** THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR ** IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ** OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ** IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, ** INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT ** NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, ** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF ** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: src/md5.* Copyright: - License: public-domain * This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was * written by Colin Plumb in 1993, no copyright is claimed. * This code is in the public domain; do with it what you wish. * * Equivalent code is available from RSA Data Security, Inc. * This code has been tested against that, and is equivalent, * except that you don't need to include two pages of legalese * with every copy. * * To compute the message digest of a chunk of bytes, declare an * MD5Context structure, pass it to MD5Init, call MD5Update as * needed on buffers full of bytes, and then call MD5Final, which * will fill a supplied 16-byte array with the digest. * * Changed so as no longer to depend on Colin Plumb's `usual.h' header * definitions; now uses stuff from dpkg's config.h. * - Ian Jackson . * Still in the public domain. Files: src/qsort.h Copyright: © 1991-1999 Free Software Foundation, Inc License: LGPL-2.1+ Files: src/MAC/ConsoleController.h src/MAC/ConsoleController.m src/MAC/DrawerButton.h src/MAC/DrawerButton.m src/MAC/FileButtonController.h src/MAC/FileButtonController.m src/MAC/LauncherApp.h src/MAC/LauncherApp.m src/MAC/LauncherMain.m src/MAC/WadViewController.h src/MAC/WadViewController.m Copyright: - License: public-domain // This file is hereby placed in the Public Domain -- Neil Stevens Files: src/MAC/UKFileWatcher.h src/MAC/UKKQueue.h src/MAC/UKKQueue.m src/MAC/UKMainThreadProxy.h src/MAC/UKMainThreadProxy.m Copyright: © 2003-2005, M. Uli Kusterer License: GPL-2+ or BSD-3-clause Files: src/MAC/ANSIString.h src/MAC/ANSIString.m src/MAC/ResolutionDataSource.h src/MAC/ResolutionDataSource.m Copyright: © 2006, Neil Stevens License: Expat // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell // copies of the Software, and to permit persons to whom the Software is // furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN // AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // // Except as contained in this notice, the name(s) of the author(s) shall not be // used in advertising or otherwise to promote the sale, use or other dealings // in this Software without prior written authorization from the author(s). Files: debian/* Copyright: © 2000-2003, Arthur Korn © 2004-2006, Moritz Muehlenhoff © 2006-2013, Jon Dowland , Debian Games Team © 2012-2013, Fabian Greffrath , Debian Games Team License: GPL-2+ License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: GPL-2+ 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. Comment: On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Comment: On Debian systems, the full text of the GNU Lesser General Public License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. debian/patches/0000755000000000000000000000000012263072235010617 5ustar debian/patches/cap_soundcommand.patch0000644000000000000000000000162612220604101015141 0ustar Author: Fabian Greffrath Description: The Ogg Vorbis encoder in vorbis-tools is called "oggenc". --- a/src/m_misc.c +++ b/src/m_misc.c @@ -978,7 +978,7 @@ default_t defaults[] = // NSM {"Video capture encoding settings",{NULL},{0},UL,UL,def_none,ss_none}, - {"cap_soundcommand",{NULL, &cap_soundcommand},{0,"oggenc2 -r -R %s -q 5 - -o output.ogg"},UL,UL,def_str,ss_none}, + {"cap_soundcommand",{NULL, &cap_soundcommand},{0,"oggenc -r -R %s -q 5 - -o output.ogg"},UL,UL,def_str,ss_none}, {"cap_videocommand",{NULL, &cap_videocommand},{0,"x264 -o output.mp4 --crf 22 --muxer mp4 --demuxer raw --input-csp rgb --input-depth 8 --input-res %wx%h --fps 35 -"},UL,UL,def_str,ss_none}, {"cap_muxcommand",{NULL, &cap_muxcommand},{0,"mkvmerge -o %f output.mp4 output.ogg"},UL,UL,def_str,ss_none}, {"cap_tempfile1",{NULL, &cap_tempfile1},{0,"output.ogg"},UL,UL,def_str,ss_none}, debian/patches/remove_google_adsense.patch0000644000000000000000000000170712263071730016177 0ustar Description: remove google adsense from bundled HTML history A project history document is included in the source (in HTML). This includes javascript to insert Google adsense tracking into the document. Remove this tracking from the copy distributed in Debian. Author: Jonathan Dowland Last-Update: 2014-01-09 --- prboom-plus-2.5.1.4~svn4356+dfsg1.orig/doc/prboom-plus-history.html +++ prboom-plus-2.5.1.4~svn4356+dfsg1/doc/prboom-plus-history.html @@ -981,13 +981,5 @@ E4M8 - 0:33.94 (2:32) K: 39/106 I: 1/ [-]Smooth movement: blinking in the second level of the Cchest2.wad. [-]Smooth movement: lifts activated by lines of the generalized types were not interpolated. - - - - debian/patches/series0000644000000000000000000000013412263072235012032 0ustar snd_midiplayer.patch snd_soundfont.patch cap_soundcommand.patch remove_google_adsense.patch debian/patches/snd_midiplayer.patch0000644000000000000000000000137312220604101014631 0ustar Author: Fabian Greffrath Description: Change default MIDI player to the OPL2 emulator, so "freepats" can be demoted to a suggestion. --- a/src/m_misc.c +++ b/src/m_misc.c @@ -380,7 +380,7 @@ default_t defaults[] = #ifdef _WIN32 {"snd_midiplayer",{NULL, &snd_midiplayer},{0,"fluidsynth"},UL,UL,def_str,ss_none}, #else - {"snd_midiplayer",{NULL, &snd_midiplayer},{0,"sdl"},UL,UL,def_str,ss_none}, + {"snd_midiplayer",{NULL, &snd_midiplayer},{0,"opl2"},UL,UL,def_str,ss_none}, #endif {"snd_soundfont",{NULL, &snd_soundfont},{0,"TimGM6mb.sf2"},UL,UL,def_str,ss_none}, // soundfont name for synths that support it {"snd_mididev",{NULL, &snd_mididev},{0,""},UL,UL,def_str,ss_none}, // midi device to use for portmidiplayer debian/patches/snd_soundfont.patch0000644000000000000000000000131212220604101014502 0ustar Author: Fabian Greffrath Description: Fix the sound font file name for musescore-soundfont-gm. --- a/src/m_misc.c +++ b/src/m_misc.c @@ -382,7 +382,7 @@ default_t defaults[] = #else {"snd_midiplayer",{NULL, &snd_midiplayer},{0,"opl2"},UL,UL,def_str,ss_none}, #endif - {"snd_soundfont",{NULL, &snd_soundfont},{0,"TimGM6mb.sf2"},UL,UL,def_str,ss_none}, // soundfont name for synths that support it + {"snd_soundfont",{NULL, &snd_soundfont},{0,"/usr/share/sounds/sf2/TimGM6mb.sf2"},UL,UL,def_str,ss_none}, // soundfont name for synths that support it {"snd_mididev",{NULL, &snd_mididev},{0,""},UL,UL,def_str,ss_none}, // midi device to use for portmidiplayer #ifdef _WIN32 debian/prboom-plus.postinst0000644000000000000000000000075712155603125013263 0ustar #! /bin/sh # postinst script for prboom-plus set -e update-alternatives --install /usr/games/doom doom /usr/games/prboom-plus 50 \ --slave /usr/share/man/man6/doom.6.gz \ doom.6.gz /usr/share/man/man6/prboom-plus.6.gz update-alternatives --install /usr/games/boom boom /usr/games/prboom-plus 50 \ --slave /usr/share/man/man6/boom.6.gz \ boom.6.gz /usr/share/man/man6/prboom-plus.6.gz #DEBHELPER# exit 0 debian/prboom-plus.xpm0000644000000000000000000000771512263070164012206 0ustar /* XPM */ static char *prboom_plus[] = { /* columns rows colors chars-per-pixel */ "32 32 110 2 ", " c black", ". c #010000", "X c #020000", "o c #030000", "O c #040000", "+ c #050000", "@ c #060000", "# c #070000", "$ c #080000", "% c #0A0000", "& c #0B0000", "* c #0C0000", "= c #0D0000", "- c #0E0000", "; c #110000", ": c #130000", "> c #140000", ", c #160000", "< c #170000", "1 c #190000", "2 c #180001", "3 c #1B0001", "4 c #1C0000", "5 c #1C0001", "6 c #1E0000", "7 c #1E0001", "8 c #210000", "9 c #220000", "0 c #230001", "q c #240001", "w c #260001", "e c #270001", "r c #2B0001", "t c #2D0001", "y c #2E0001", "u c #310001", "i c #330001", "p c #340001", "a c #350001", "s c #360001", "d c #370001", "f c #380001", "g c #390001", "h c #3C0001", "j c #3D0001", "k c #3D0002", "l c #3F0002", "z c #400001", "x c #410001", "c c #430001", "v c #430002", "b c #450001", "n c #460001", "m c #470001", "M c #460002", "N c #4B0001", "B c #490002", "V c #4C0002", "C c #4D0002", "Z c #4E0002", "A c #4F0002", "S c #500002", "D c #510002", "F c #520002", "G c #530002", "H c #550002", "J c #560002", "K c #570002", "L c #580002", "P c #590002", "I c #5A0002", "U c #5B0002", "Y c #5C0002", "T c #5E0002", "R c #5F0002", "E c #600002", "W c #630002", "Q c #640002", "! c #650002", "~ c #660002", "^ c #670002", "/ c #680002", "( c #690002", ") c #6B0002", "_ c #6C0002", "` c #6D0002", "' c #6E0002", "] c #700002", "[ c #720003", "{ c #730003", "} c #740003", "| c #750003", " . c #760003", ".. c #780003", "X. c #790003", "o. c #7B0003", "O. c #7C0003", "+. c #7D0003", "@. c #820003", "#. c #870003", "$. c #DAAE00", "%. c #E0B900", "&. c #E4C000", "*. c #E7C500", "=. c #E9C900", "-. c #EED100", ";. c #F0D500", ":. c #F5DE00", ">. c #F6E000", ",. c None", /* pixels */ ",.,.,.,.,.,.,.,. ,.,.,.,.,.,.,.,.,.,.,. ,.,.,.,.,.,.,.,.,.,.,.", ",.,.,.,.,.,.,.,. ,.,.,.,.,.,.,.,.,.O 5 ,.,.,.,.,.,.,.,.,.,.", ",.,.,.,.,.,.,.,. u O ,.,.,.,.,.,.,.O d m , ,.,.,.,.,.,.,.,.,.", ",.,.,.,.,.,.,.,. m g ,.,.,.,.,. l A V N % ,.,.,.,.,.,.,.,.,.", ",.,.,.,.,.,.,.,. A A l O ,.,.,.O m L H G G l ,.,.,.,.,.,.,.,.", ",.,.,.,.,.,.,.,. H H I m O ,.O N T Y Y L H H ,.,.,.,.,.,.,.,.", ",.,.,. I T T ~ A O A ~ ~ ~ E E Y L ,.,.,.,.,.,.,.,.", ",.,.,.O t N S H I T E ~ ~ ) ) ' ` ` ) ) ~ E E ,.,.,.,.,.,.,.,.", ",.,.,.,., A H I T E ) ) [ [ [ . . .[ [ ) ~ ~ ,.,.,.,.,.,.,.,.", ",.,.,.,. S I T ~ ) ' [ .X.X.+.X.X.X.} [ ' ) ,.,.,.,.,.,.,.,.", ",.,.,.,.O g T E ) ' [ .+. O.} } ' ,.", ",.,.,.,.,.2 E ~ ) [ X.+.@. >.:.:.>. @.O.o.[ ) ~ E I S A 0 O ,.", ",.,.,.,.,.O E ) ' .+.@.#. ;.-.-.;. #.@.O.} [ ) E T H N O ,.,.", ",.,.,.,.O x ~ ) [ X. =.*.*.=. o.[ ) ~ T H u O ,.,.", ",.,.,.O t E ~ ' .X. >.;.=.&.%.%.&.=.;.>. o.} ' ~ T I % ,.,.,.", ",.,.O 5 I E ~ ' .X. :.-.*.%.$.$.%.*.-.:. O.} ' ~ E x O ,.,.,.", ",.,.= S I E ~ ' .+. :.-.*.%.$.$.%.*.-.:. +. .' ~ E , ,.,.,.,.", ",.O m S H T ~ ' .X. >.;.=.&.%.%.&.=.;.>. X. .' ~ S O ,.,.,.,.", " % 0 g H T ~ ' [ X. =.*.*.=. X.[ ) ~ 0 ,.,.,.,.", ",.,. O T E ) ' .+.@.#. ;.-.-.;. #.@.+. .' ) E ,.,.,.,.,.", ",.,.,.,. I T ~ ' [ X.+.@. >.:.:.>. @.+.X.[ ' ~ E 5 ,.,.,.,.,.", ",.,.,.,. I T E ~ ' [ .+. +.X.[ ' ) ~ I l O ,.,.,.,.", ",.,.,.,. S I E E ) ' [ .X.X.+.+.+.X. .[ ' ~ E T I H O ,.,.,.,.", ",.,.,.,. E ) ' ' [ . . .[ [ ' ) ) ~ T I S S 5 ,.,.,.,.", ",.,.,.,.,.,.,.,. T ~ ~ ) ) ' g O e H ) ) E T I H S N d ,.,.,.", ",.,.,.,.,.,.,.,. I I E E A = O ,.,. , l I I H A A m x % ,.,.,.", ",.,.,.,.,.,.,.,. S H H q O ,.,.,.,.,.,.O O t N N m l l 5 O ,.,.", ",.,.,.,.,.,.,.,. A d O O ,.,.,.,.,.,.,.,.,.O 2 d g g d ,.,.", ",.,.,.,.,.,.,.,. : O ,.,.,.,.,.,.,.,.,.,.,.,.,.,. = e d = ,.,.", ",.,.,.,.,.,.,.,. ,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.O O = O ,.", ",.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,. ,.", ",.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,.,." }; debian/prboom-plus.menu0000644000000000000000000000060212263070164012332 0ustar ?package(prboom-plus):\ needs="X11"\ section="Games/Action"\ hints="Doom,First person"\ title="PrBoom+"\ command="/usr/games/prboom-plus"\ icon="/usr/share/pixmaps/prboom-plus.xpm" ?package(prboom-plus):\ needs="vc"\ section="Games/Action"\ hints="Doom,First person"\ title="PrBoom+"\ command="/usr/games/prboom-plus"\ icon="/usr/share/pixmaps/prboom-plus.xpm" debian/source/0000755000000000000000000000000012263070164010467 5ustar debian/source/include-binaries0000644000000000000000000000002712263070164013626 0ustar debian/prboom-plus.png debian/source/format0000644000000000000000000000001412155603125011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212155603125010364 0ustar 9 debian/rules0000755000000000000000000000131612263070164010250 0ustar #!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-z,defs debian/prboom-plus.xpm: debian/prboom-plus.png convert $^ $@ debian/prboom-plus.png: ICONS/prboom-plus.svg inkscape --export-png=$@ $^ %: dh $@ --parallel --with autoreconf override_dh_auto_configure: dh_auto_configure -- \ --disable-cpu-opt \ --disable-nonfree-graphics \ --disable-silent-rules override_dh_auto_install: dh_auto_install -- \ docdir=/usr/share/doc/prboom-plus \ doc_DATA="AUTHORS README TODO" override_dh_builddeb: dh_builddeb -- -Zxz override_dh_install: dh_install -p prboom-plus -X prboom-plus-game-server dh_install -N prboom-plus override_dh_installchangelogs: dh_installchangelogs NEWS debian/prboom-plus.png0000644000000000000000000000243712263070164012162 0ustar PNG  IHDR szzsBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDATXߋUU?k}N*34h)i4 $4PDTDV F4F/FD!R!w{9瞹$,9߽kr;frr^.pQF^U)cT#ZP`j. N ݈G" C ZFjNH=MDN"0lDXζ,- 0D U Lm-yNwdLr;"P؇.c8SZ@!^v+" \􊏀"25YL9BsO8BJ)7[}@`y6A@)>.# 9wFj ;ePfs++DUUq}jBD8iWcaApqh A[m‰q)ܳ048F^SEkh%BhL@c=o%|+ex&PHYTW0H1 Ӌ! -"pNU:H™mAD$ώ/LCs7o0y5tJ@nks##Zyܪ9o̴#nU]&\U3AXc=0<.Xaֈۻy1j7ֱTUԿ\s5iऀ\@~FdUz6'Ϻsxj )| y9j@