debian/0000755000000000000000000000000012233506517007172 5ustar debian/source/0000755000000000000000000000000011676133476010504 5ustar debian/source/format0000644000000000000000000000001411421643247011700 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000706511207576052011136 0ustar This package was debianized by Miriam Ruiz on Tue, 28 Aug 2007 17:24:16 +0000. This package was previously maintained by Raphael Goulais It was downloaded from http://pingus.seul.org Upstream Authors: Ingo Ruhnke and others (see the AUTHORS file) Copyright: Copyright (C) 1999-2007 Ingo Ruhnke Copyright (C) 1997-2005 The ClanLib Team Copyright (C) 2004-2005 Matthias Braun Copyright (C) 1998-2002 Toni Ronkko Copyright (C) 2007 Jimmy Salmon License: This package 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 package 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'. src/win32/uce_dirent.* 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 TONI RONKKO 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. src/command_line_generic.* src/command_line.* src/math/matrix.* src/math/origin.* src/math/rect.* src/math/size.* This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. The Debian packaging is Copyright (C) 2007, Miriam Ruiz and is licensed under the same license as the program, see above. debian/changelog0000644000000000000000000003354012233506334011046 0ustar pingus (0.7.6-1.1build2) trusty; urgency=low * No change rebuild against Boost 1.54. -- Dmitrijs Ledkovs Mon, 28 Oct 2013 16:12:12 +0000 pingus (0.7.6-1.1build1) saucy; urgency=low * No change rebuild for Boost 1.53 transition. -- Dmitrijs Ledkovs Fri, 24 May 2013 13:37:35 +0100 pingus (0.7.6-1.1) unstable; urgency=low * Non-maintainer upload. * 20_gcc_4.7: Fix build failure with GCC 4.7. Closes: #673389. - src/pingus/pingus_main.cpp, src/pingus/screens/pingus_menu.cpp: Add whitespace between string literals and macros. -- Matej Vela Sat, 19 May 2012 11:21:44 +0100 pingus (0.7.6-1) unstable; urgency=low * New upstream release. -- Bertrand Marc Mon, 26 Dec 2011 16:35:39 +0100 pingus (0.7.5-1) unstable; urgency=low * New upstream release (Closes: #633384, #493021). * Remove debian/patches/*: included or not necessary any more. * No more configure target. * debian/rules: Changelog is called NEWS. * Use new bin and data organisation in debian/rules and install file. * debian/rules: + add build-arch and build-indep targets to make lintian happy. + update clean target from upstream Makefile. * Update debian/watch, thanks to Patrice Duroux (Closes: #647141). * debian/control: update Vcs-browser url, thanks to Patrice Duroux. * pingus.desktop: add german generic name, thanks to Ronny Standtke (Closes: #641825). -- Bertrand Marc Tue, 01 Nov 2011 15:31:06 +0100 pingus (0.7.3-1) unstable; urgency=low * New upstream release. * Switch to dpkg-source 3.0 (quilt) format. * Refresh patches. * Disable 20_fix_FTBFS_with_gcc-4.3, seems included. * Remove 40_fix_FTBFS_with_gcc-4.4, unnecessary. * Bump Standards Version to 3.9.2. * update patches/60_bashisms to avoid echo -e (Closes: #535879). * Patch french translation (Closes: #563395) thanks to Tanguy Ortolo. * Added myself to the Uploaders. * Adjust lintian override "missing-dep-for-interpreter guile" since lintian change its error message. * debian/rules: fix FTBS on kfreebsd. * Fix German translation (Closes: #612453). Thanks to Helge Kreutzmann. -- Bertrand Marc Sat, 25 Jun 2011 18:02:06 +0200 pingus (0.7.2-4) unstable; urgency=low [ Barry deFreese ] * 40_fix_FTBFS_with_gcc-4.4 - Build with gcc-4.4. (Closes: #525741). + Thanks to Martin Michlmayr for the fix!. * 50_boost_signals_mt - Use multi-threaded boost. (Closes: #530474). * 60_bashisms - Replace echo -e with printf. (Closes: #530162). * Minor debian/copyright syntax clean-up. * Bump Standards Version to 3.8.1. -- Miriam Ruiz Thu, 28 May 2009 23:07:47 +0200 pingus (0.7.2-3) unstable; urgency=low [ Peter De Wachter ] * Fix watch file. [ Cyril Brulebois ] * Fix patch name: - Rename 10_fix_data_directory into 10_fix_data_directory. * Update translation: - Dutch, thanks to Bas Wijnen (Closes: #493584). + Add patch: 30_update_nl_translation - Spanish, thanks to Javier Fernández-Sanguino Peña (Closes: #482121). + Add patch: 30_update_es_translation * Clean up debian/rules: - No need to define CFLAGS, dpkg-buildpackage does it… - Use dpatch.make include, and tweak targets accordingly. * Make it possible to resume an interrupted build: use “scons configure” in configure, and “scons” in build. * Update my mail address. -- Cyril Brulebois Wed, 25 Mar 2009 13:55:25 +0100 pingus (0.7.2-2) unstable; urgency=low * Fix FTBFS with gcc-4.3 by adding the missing include in src/input/evdev_device.cpp (Closes: #462238): + debian/patches/20_fix_FTBFS_with_gcc-4.3. * Rename former patch so that the filename reflects the order in which the patches are applied: - debian/patches/data_dir.patch + debian/patches/10_fix_data_directory. * Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed. * Add a dh_desktop call in the arch-dep part of debian/rules. * Adjust the “missing-dep-for-interpreter guile” override since lintian now lists an alternative for that dependency. -- Cyril Brulebois Thu, 28 Feb 2008 19:44:25 +0100 pingus (0.7.2-1) unstable; urgency=low [Marco Rodrigues] * XInput support enabled by default. Thanks to Bas Wijnen * Add libxi-dev to Build-Depends * Add Homepage field to debian/control * Add the installation of the level sets by adding “-name "*.levelset"” to the find+cp command in debian/rules. [Miriam Ruiz] * New Upstream Release * Removed Marco from Uploaders [Cyril Brulebois] * Renamed “XS-Vcs-*” to “Vcs-*”, now officially supported by dpkg. * Removed the Homepage from the long descriptions. * Updated watch file to only match pingus-$version (digits and dots), and not pingus-sound-$version. * Added myself to the Uploaders. -- Cyril Brulebois Mon, 05 Nov 2007 06:46:49 +0100 pingus (0.7.1-1) unstable; urgency=low [Marco Rodrigues] * New upstream version. - faster sprite drawing, so more overall fps - level editor rewritten from scratch - level loading from command line fixed - numerous other command line parsing bugs fixed - separate images for gfx and colmap are used again - input subsystem rewritten from scratch, supports now gamepads, usbmice, wiimote (some of those might unfinished and not enabled by default) * Add libboost-signals-dev to debian/control. [Miriam Ruiz] * Changed priority to optional in debian/control. -- Marco Rodrigues Wed, 23 Sep 2007 14:49:15 +0200 pingus (0.7.0-2) unstable; urgency=low [Miriam Ruiz] * Fixed debian/copyright properly. * Added XS-Vcs-Svn and XS-Vcs-Browser to debian/control. [Marco Rodrigues] * Closed a lot of already fixed bugs at Pingus Debian BTS. -- Miriam Ruiz Sat, 03 Sep 2007 22:57:30 +0000 pingus (0.7.0-1) unstable; urgency=low [Miriam Ruiz] * New upstream version (Closes: #439463) * New maintainer: Debian Games Team (Closes: #440322) [Marco Rodrigues] * Added .desktop (Closes: #375769) -- Miriam Ruiz Fri, 31 Aug 2007 22:54:30 +0000 pingus (0.6.0-8.4) unstable; urgency=low * NMU as part of the GCC 4.1 transition. * patches/51_gcc41.dpatch: Include cassert. (Closes: #356455). -- Martin Michlmayr Thu, 25 May 2006 22:51:25 +0200 pingus (0.6.0-8.3) unstable; urgency=low * Non-maintainer upload. * Rebuild against the new version of libclanlib (C++ c2a transition). * debian/rules: Strip off the binary NMU version suffix for the versioned pingus-data dependency. This will prevent breakage when binary NMUs occur. -- Roger Leigh Mon, 26 Dec 2005 23:09:14 +0000 pingus (0.6.0-8.2) unstable; urgency=low * Non-maintainer upload. * Added patch to prevent installation of /usr/share/locale/locale.alias. Patch from Moritz Breit and Ubuntu. (Closes: #327718) -- Petter Reinholdtsen Fri, 23 Sep 2005 22:30:53 +0200 pingus (0.6.0-8.1) unstable; urgency=low * Non-maintainer upload to move package to new C++ ABI. (Closes: #324839) * Fix build problem with GCC 4.0. Patch from Andreas Jochens. (Closes: #287923) * Fix meny icon path. Patch from Mark Purcell. (Closes: #275651) * Moved various debian patches into debian/patches/60_misc.dpatch. * Update german translation. Patch from Jens Seidel. (Closes: #313937) -- Petter Reinholdtsen Fri, 9 Sep 2005 19:58:01 +0200 pingus (0.6.0-8) unstable; urgency=low * Applied patch from Andreas Jochens (Closes: #263992) -- Raphael Goulais Mon, 09 Aug 2004 10:26:00 +0200 pingus (0.6.0-7) unstable; urgency=low * Applied patch from Thime Neubauer on rules (Closes #237799) * Updated menu file to remove lintian warnings * Updated build-depends to reflect the clanlib NMU problem -- Raphael Goulais Thu, 29 Apr 2004 16:56:00 +0200 pingus (0.6.0-6) unstable; urgency=low * Corrected more typo, thanks Jason Dorje Short (Closes: #226169) * Applied patch from Thimo Neubauer for Alpha (Closes: #237800) -- Raphael Goulais Wed, 18 Feb 2004 22:44:00 +0100 pingus (0.6.0-5) unstable; urgency=low * The "This is not an NMU" upload. Fix the mail in the changelog * Ack the false NMU, and really close bugs (Closes: #222152, #231335) -- Raphael Goulais Tue, 17 Feb 2004 15:09:00 +0100 pingus (0.6.0-4) unstable; urgency=low * New Maintainer (Closes: #231335) * Backported modifications to use dpatch * Bug fix: another small spelling correction (Closes #222152) * Really fixed bug 218970 (closed in previous upload) -- Raphael Goulais (Rafou) Fri, 06 Feb 2004 05:03:00 +0100 pingus (0.6.0-3) unstable; urgency=low * New Maintainer * Bug fix: "pingus-data: Small spelling correction", thanks to Chris AtLee (Closes: #218970). * Standards 3.6.1 * Remove useless INSTALL_PROGRAMM setting from rules-file. dh_strip does the neccessary things. * Kick the config.{sub|guess} crap out of the rules file. Ask Upstream to update his files and if they arent do that manually for the package. * Add --disable-rpath to configure call -- Joerg Jaspert Mon, 17 Nov 2003 22:40:38 +0100 pingus (0.6.0-2) unstable; urgency=low * GCC 3.3 and 64 bit fixes (patch courtesy of John Lightsey, closes: #189969) -- Simon Richter Sun, 15 Jun 2003 18:13:17 +0200 pingus (0.6.0-1) unstable; urgency=low * Took over maintainership (Closes: #158510) * New upstream release. -- Simon Richter Wed, 16 Apr 2003 23:06:19 +0200 pingus (0.5.0pre3-1) unstable; urgency=low * The "All you pingus are belong to blendi" release * Really added libxml2-dev to Build-Depends Closes: #141196 * The Superman bug is gone Closes: 137888 -- Martin Butterweck Wed, 10 Apr 2002 16:33:35 +0200 pingus (0.5.0pre3-0.2) unstable; urgency=high * NMU. * Recompile for new ClanLib release. (Closes: #141367) * Add libxml2-dev to Build-Depends. (Closes: #141196) * Your version of pingus is ancient; this error is due to API changes in the libraries pingus depends on. Fixed in testing and unstable - the only archives which have pingus anyway. (Closes: #139526) * Fix spelling errors in Description:. (Closes: #140797) * Actually, rewrite the Description: entirely. * Make sure to set a "superman" string to the Superman PinguActionFactoryImpl. I'll check manually if this fixes #137888. * Remove the emacs local variables from debian/changelog. * Add myself to the Uploaders: field in debian/control. This makes it not really an NMU anymore. I'll have to remember to subscribe to this package. * Certain CL_Input::sig_* have changed to be functions now. Fixes stolen from CVS snapshot. * Add a config.status target to debian/rules, and run configure in that. * See if this Uploaders: field really works; acknowledge previous NMU's bugfixes. (Closes: #61540, #62200, #72343, #74210, #76009, #78558, #88569, #102502) (Closes: #117570, #133346, #134285) -- Filip Van Raemdonck Fri, 5 Apr 2002 22:11:44 +0200 pingus (0.5.0pre3-0.1) unstable; urgency=low * NMU * New upstream version closes: #117570 closes: #134285 closes: #133346 closes: #72343 closes: #78739 * Standards-Version: 3.5.6 * Added URL: http://pingus.seul.org to debian/control * Architecture: any closes: #102502 * Split package into architecture dependend binary part and architecture independend data part * removed INSTALL from /usr/share/doc/pingus -- Andreas Tille Fri, 8 Mar 2002 13:13:08 +0100 pingus (0.3.1-1.1) unstable; urgency=low * NMU for bug squashing party. * Version is correct again. Closes: #61540. * Added Build-Depends. * Recompile to flush outdated dependencies. Closes: #74210, #62200, #88569, #76009, #78558. * lintian: + Remove empty CREDITS, duplicated COPYING. + Let dh_installchangelogs do its thing. -- Robert Bihlmeyer Sat, 14 Apr 2001 01:07:21 +0200 pingus (0.3.1) unstable; urgency=medium * New upstream version compiled aginst clanlib 0.4.3 and hermes 1.3.1 * Closes: #60943, #60945, #59473 -- Vaidhyanathan G Mayilrangam Sun, 26 Mar 2000 09:55:14 -0500 pingus (0.3.0-1) unstable; urgency=medium * New upstream version * Closes: #53795 * Does not work in 8 bit mode. Closes: #51726 -- Vaidhyanathan G Mayilrangam Tue, 4 Jan 2000 16:54:31 -0500 pingus (0.2.3-1) unstable; urgency=medium * New upstream version -- Daniel Patterson Sat, 6 Nov 1999 04:17:14 +1000 pingus (0.2.1-1) unstable; urgency=low * New upstream version -- Daniel Patterson Thu, 9 Aug 1999 21:10:43 +1000 pingus (0.1.1-3) unstable; urgency=medium * Rebuilt against clanlib 0.1.16 because font datafile format has changed. -- Daniel Patterson Sun, 1 Aug 1999 07:28:45 +1000 pingus (0.1.1-2) unstable; urgency=low * Fixed depend on clanlib-display-x11 which doesn't exist (should be clanlib0-display-x11) -- Daniel Patterson Sat, 31 Jul 1999 22:48:01 +1000 pingus (0.1.1-1) unstable; urgency=low * New upstream version * Added extra depend for dselect to be able to provide a nice default -- Daniel Patterson Wed, 7 Jul 1999 12:05:12 +1000 pingus (0.1.0-2) unstable; urgency=low * Fixed maintainer field * Put some decent content in the manpage -- Daniel Patterson Sat, 26 Jun 1999 09:43:00 +1000 pingus (0.1.0-1) unstable; urgency=low * Initial Release. -- Daniel Patterson Wed, 23 Jun 1999 17:41:16 +1000 debian/pingus.xpm0000644000000000000000000003074611653775565011257 0ustar /* XPM */ static char * pingus_xpm[] = { "32 32 659 2", " c None", ". c #161616", "+ c #171717", "@ c #181818", "# c #181817", "$ c #191817", "% c #191717", "& c #171616", "* c #1A1A1A", "= c #151515", "- c #434343", "; c #656666", "> c #808485", ", c #8C9194", "' c #8B979A", ") c #879BA0", "! c #85A1A9", "~ c #80A5B1", "{ c #7EABBA", "] c #77ABBC", "^ c #72AABD", "/ c #73ABBD", "( c #79AEBE", "_ c #7DAAB9", ": c #80A4B1", "< c #83A0AB", "[ c #869BA3", "} c #88979C", "| c #8B9396", "1 c #808587", "2 c #65686A", "3 c #434444", "4 c #191919", "5 c #242424", "6 c #5B5B5B", "7 c #A4A6A6", "8 c #A5A8A8", "9 c #A5AAAB", "0 c #A3AEB2", "a c #A0B5BC", "b c #9CBCC7", "c c #96C3D3", "d c #89C1D4", "e c #739AA6", "f c #6B797E", "g c #696868", "h c #696D6D", "i c #6A7B81", "j c #76A4B3", "k c #88C4D7", "l c #92C5D6", "m c #98BFCB", "n c #9DB8C1", "o c #9FB2B7", "p c #A2ADB0", "q c #A4AAAB", "r c #A2A7A7", "s c #898989", "t c #9FA0A0", "u c #9EA0A0", "v c #A0A4A5", "w c #A0A8AB", "x c #9FAFB3", "y c #99B7BF", "z c #94BFCC", "A c #87C2D5", "B c #6D7A7E", "C c #727473", "D c #C8C8C7", "E c #DDDDDD", "F c #D9D9D9", "G c #C2C2C2", "H c #777575", "I c #6D7679", "J c #81C2D6", "K c #8DC3D5", "L c #93BBC9", "M c #98B4BE", "N c #9BADB3", "O c #9CA7AB", "P c #9BA2A5", "Q c #9EA1A1", "R c #888989", "S c #535353", "T c #9A9A9A", "U c #999A9A", "V c #9C9E9E", "W c #9CA2A3", "X c #9DA7AB", "Y c #99ADB4", "Z c #94B7C2", "` c #8CC0D2", " . c #73919B", ".. c #7B7978", "+. c #F6F6F6", "@. c #FFFFFF", "#. c #898A8A", "$. c #6F7A7F", "%. c #83C6DD", "&. c #8AC1D2", "*. c #8FB8C5", "=. c #95B0B9", "-. c #96A9AE", ";. c #98A2A5", ">. c #979D9F", ",. c #999A9C", "'. c #525353", "). c #404040", "!. c #969696", "~. c #959798", "{. c #989A9B", "]. c #989EA0", "^. c #99A6A9", "/. c #94ADB5", "(. c #8EB7C3", "_. c #83BCCF", ":. c #6B7376", "<. c #BEBFBF", "[. c #FEFEFE", "}. c #9B9B9B", "|. c #8C8C8C", "1. c #DCDCDC", "2. c #666B6C", "3. c #79C3DB", "4. c #82C7DE", "5. c #88BDCE", "6. c #8CB3BF", "7. c #90A9B3", "8. c #93A2A8", "9. c #949C9E", "0. c #93989A", "a. c #949698", "b. c #40403F", "c. c #5C5C5C", "d. c #919191", "e. c #929394", "f. c #949799", "g. c #959C9E", "h. c #93A2A7", "i. c #8FABB4", "j. c #89B6C6", "k. c #7FB7CB", "l. c #666C6E", "m. c #E9E9E9", "n. c #F9F9F9", "o. c #808080", "p. c #6C6C6C", "q. c #AAAAAA", "r. c #656565", "s. c #6E909C", "t. c #7BAEBE", "u. c #85B3C4", "v. c #8BACB6", "w. c #8EA1A9", "x. c #8F9A9D", "y. c #8F9496", "z. c #8F9293", "A. c #8C8D8D", "B. c #8E9090", "C. c #909294", "D. c #90999A", "E. c #8F9FA4", "F. c #8AA9B3", "G. c #84B6C5", "H. c #7CBBD0", "I. c #687073", "J. c #E5E5E5", "K. c #747474", "L. c #D1D1D1", "M. c #A09F9E", "N. c #6B6C6C", "O. c #738388", "P. c #85AAB6", "Q. c #89A1A8", "R. c #8A989D", "S. c #8A9193", "T. c #8A8D8E", "U. c #707070", "V. c #878787", "W. c #8A8C8D", "X. c #8B9092", "Y. c #8B9499", "Z. c #899DA3", "`. c #86A7B3", " + c #81B5C7", ".+ c #79C1D8", "++ c #6B787C", "@+ c #B7B7B7", "#+ c #CBCBCB", "$+ c #757575", "%+ c #F8F8F7", "&+ c #FDFDFD", "*+ c #F3F3F3", "=+ c #999898", "-+ c #6D7173", ";+ c #80A3B0", ">+ c #859EA6", ",+ c #879499", "'+ c #878E90", ")+ c #858989", "!+ c #6F7072", "~+ c #6E6E6E", "{+ c #818282", "]+ c #838585", "^+ c #858889", "/+ c #858C8F", "(+ c #869397", "_+ c #849DA4", ":+ c #80A8B5", "<+ c #7CB7C9", "[+ c #76C5DF", "}+ c #718890", "|+ c #8C8B8B", "1+ c #888787", "2+ c #858382", "3+ c #767271", "4+ c #6C7578", "5+ c #78A2AF", "6+ c #7FA5B1", "7+ c #819AA1", "8+ c #829095", "9+ c #83888B", "0+ c #818484", "a+ c #6C6E6E", "b+ c #585A5A", "c+ c #7D7F7F", "d+ c #7E8183", "e+ c #7F8A8E", "f+ c #7F939A", "g+ c #7D9EA8", "h+ c #7BAABB", "i+ c #77B9CE", "j+ c #73C4DF", "k+ c #6D7B80", "l+ c #8F8E8E", "m+ c #6D797D", "n+ c #6E8B94", "o+ c #6F9BA9", "p+ c #72B3C9", "q+ c #77BED5", "r+ c #79ADBE", "s+ c #7C9FAB", "t+ c #7D949B", "u+ c #7E8B8F", "v+ c #7E8486", "w+ c #7D8182", "x+ c #474849", "y+ c #686B6C", "z+ c #7A8081", "A+ c #798489", "B+ c #798C92", "C+ c #7997A1", "D+ c #78A3B1", "E+ c #76B1C4", "F+ c #73C2DC", "G+ c #709DAC", "H+ c #6B6B6A", "I+ c #F5F5F5", "J+ c #A9A8A8", "K+ c #6E93A0", "L+ c #6FDCFF", "M+ c #71CDEC", "N+ c #72C2DD", "O+ c #75B6CC", "P+ c #76A9B9", "Q+ c #799AA6", "R+ c #798F96", "S+ c #79858A", "T+ c #7A8082", "U+ c #686C6C", "V+ c #474848", "W+ c #424546", "X+ c #4E5558", "Y+ c #6A7679", "Z+ c #75878D", "`+ c #74909A", " @ c #749DAA", ".@ c #73AABD", "+@ c #72BAD1", "@@ c #70A8BB", "#@ c #6D6766", "$@ c #E2E3E3", "%@ c #716D6C", "&@ c #7195A0", "*@ c #70C6E2", "=@ c #70C3DE", "-@ c #72B5CB", ";@ c #74A7B8", ">@ c #749AA5", ",@ c #758C94", "'@ c #768386", ")@ c #6A7174", "!@ c #4E5355", "~@ c #424444", "{@ c #3E4344", "]@ c #485356", "^@ c #4A5E64", "/@ c #5E7B85", "(@ c #7197A4", "_@ c #70A5B8", ":@ c #70BBD3", "<@ c #7099A7", "[@ c #626262", "}@ c #CFCFCF", "|@ c #EBEBEB", "1@ c #888786", "2@ c #6C7477", "3@ c #76ADC0", "4@ c #6FBBD4", "5@ c #71AABD", "6@ c #719AA8", "7@ c #728D96", "8@ c #5E7177", "9@ c #4A5559", "0@ c #484D4D", "a@ c #3E4040", "b@ c #3A4041", "c@ c #435156", "d@ c #445F69", "e@ c #45707E", "f@ c #538DA1", "g@ c #6BAABE", "h@ c #6D848B", "i@ c #736F6E", "j@ c #F0F0F0", "k@ c #B2B2B2", "l@ c #6F6F6F", "m@ c #A3A3A3", "n@ c #D6D6D6", "o@ c #9F9F9F", "p@ c #757271", "q@ c #6F878F", "r@ c #6EAABC", "s@ c #699DAD", "t@ c #537986", "u@ c #445E66", "v@ c #445156", "w@ c #43484A", "x@ c #3A3B3D", "y@ c #343D40", "z@ c #3C5056", "A@ c #3F606C", "B@ c #427688", "C@ c #4A8498", "D@ c #475053", "E@ c #757574", "F@ c #ECECEC", "G@ c #FBFBFB", "H@ c #717171", "I@ c #9D9D9D", "J@ c #C3C3C3", "K@ c #B0B0B0", "L@ c #EFEFEF", "M@ c #8E8D8D", "N@ c #535758", "O@ c #497887", "P@ c #417384", "Q@ c #405E67", "R@ c #3D4E53", "S@ c #3C4345", "T@ c #343537", "U@ c #2F393C", "V@ c #374C53", "W@ c #3A606B", "X@ c #417484", "Y@ c #474A4B", "Z@ c #787878", "`@ c #E7E7E7", " # c #909090", ".# c #616161", "+# c #ACABAB", "@# c #C5C5C4", "## c #535151", "$# c #48555A", "%# c #3E7689", "&# c #3A5B66", "*# c #38494F", "=# c #353E40", "-# c #2E3133", ";# c #2A3336", "># c #31474E", ",# c #355965", "'# c #3E6B7A", ")# c #474646", "!# c #656363", "~# c #656261", "{# c #585756", "]# c #525252", "^# c #515151", "/# c #3C3D3D", "(# c #455D66", "_# c #47646E", ":# c #407D92", "<# c #3A7285", "[# c #365964", "}# c #32444B", "|# c #2E393B", "1# c #292C2D", "2# c #242D30", "3# c #2B3F46", "4# c #30525D", "5# c #346A7C", "6# c #3F7080", "7# c #466671", "8# c #465F68", "9# c #478397", "0# c #45585F", "a# c #CECECE", "b# c #4C4C4C", "c# c #6F6C6C", "d# c #45859B", "e# c #40AED3", "f# c #3C8FA9", "g# c #367083", "h# c #305561", "i# c #2C4147", "j# c #293235", "k# c #232829", "l# c #1F2728", "m# c #24353C", "n# c #294952", "o# c #2F5F70", "p# c #357B92", "q# c #3B96B4", "r# c #40ADD2", "s# c #44BDE5", "t# c #455A62", "u# c #929292", "v# c #FCFCFC", "w# c #B5B5B5", "x# c #8D8D8D", "y# c #B8B7B7", "z# c #455E67", "A# c #3FB0D4", "B# c #3A8FAC", "C# c #337085", "D# c #2C5562", "E# c #263E45", "F# c #222E31", "G# c #1E2325", "H# c #1B2123", "I# c #1E2D32", "J# c #223F48", "K# c #295867", "L# c #317489", "M# c #3890AD", "N# c #3EABCF", "O# c #43B9DF", "P# c #42555B", "Q# c #F8F8F8", "R# c #F7F7F7", "S# c #B3B3B3", "T# c #848484", "U# c #FAFAFA", "V# c #D5D5D5", "W# c #484140", "X# c #40B5DC", "Y# c #3895B3", "Z# c #32768D", "`# c #2A5868", " $ c #233E47", ".$ c #1E2C31", "+$ c #1B2023", "@$ c #223E46", "#$ c #285665", "$$ c #2F7288", "%$ c #438DA5", "&$ c #476068", "*$ c #467786", "=$ c #404A4E", "-$ c #BEBEBE", ";$ c #EEEEEE", ">$ c #5F5F5F", ",$ c #EDEDED", "'$ c #47616A", ")$ c #4192AC", "!$ c #31819B", "~$ c #2B6173", "{$ c #244652", "]$ c #1F3239", "^$ c #1B2325", "/$ c #1E2C30", "($ c #307B93", "_$ c #4B5355", ":$ c #605F5F", "<$ c #605E5D", "[$ c #E6E6E6", "}$ c #DFDFDF", "|$ c #B4B4B4", "1$ c #3B3B3B", "2$ c #7C7C7C", "3$ c #666566", "4$ c #49413F", "5$ c #437383", "6$ c #2E6C80", "7$ c #264E5B", "8$ c #20383F", "9$ c #1D2629", "0$ c #295A6A", "a$ c #32819B", "b$ c #454545", "c$ c #BCBCBC", "d$ c #3C3C3C", "e$ c #E4E4E4", "f$ c #DEDEDE", "g$ c #D8D8D8", "h$ c #585858", "i$ c #A0A0A0", "j$ c #474747", "k$ c #ACACAC", "l$ c #B3B4B4", "m$ c #424445", "n$ c #336B7E", "o$ c #285362", "p$ c #213B44", "q$ c #1C282B", "r$ c #223E47", "s$ c #2A5A6A", "t$ c #307B94", "u$ c #466E7B", "v$ c #7D7C7B", "w$ c #5E5E5E", "x$ c #999999", "y$ c #DADADA", "z$ c #D4D4D4", "A$ c #D7D7D7", "B$ c #DBDBDB", "C$ c #7F7F7F", "D$ c #6A6A6A", "E$ c #E2E2E2", "F$ c #AFAFAF", "G$ c #434546", "H$ c #346B7E", "I$ c #1B2021", "J$ c #1D2A2F", "K$ c #223C45", "L$ c #2F778E", "M$ c #4A707C", "N$ c #474645", "O$ c #C8C8C8", "P$ c #CCCCCC", "Q$ c #B8B8B8", "R$ c #CDCDCD", "S$ c #C5C5C5", "T$ c #B9B9B9", "U$ c #D0D0D0", "V$ c #4A4746", "W$ c #416773", "X$ c #2E6D81", "Y$ c #264F5C", "Z$ c #1D272A", "`$ c #191918", " % c #1B1F21", ".% c #20373E", "+% c #264E5C", "@% c #2D6D83", "#% c #475A61", "$% c #434242", "%% c #C4C4C4", "&% c #C1C1C1", "*% c #C0C0C0", "=% c #C6C6C6", "-% c #727272", ";% c #797979", ">% c #5A5A5A", ",% c #3F4040", "'% c #446671", ")% c #30809A", "!% c #2A6071", "~% c #254752", "{% c #1C2326", "]% c #191818", "^% c #191D1E", "/% c #1C2528", "(% c #1F3137", "_% c #24444F", ":% c #2A5C6E", "<% c #32788E", "[% c #436F7E", "}% c #494341", "|% c #A9A9A9", "1% c #B6B6B6", "2% c #494949", "3% c #6D6D6D", "4% c #436975", "5% c #34839C", "6% c #2E6A7E", "7% c #26505E", "8% c #1D2B30", "9% c #191D1C", "0% c #1A2022", "a% c #1D2A2E", "b% c #213840", "c% c #264C59", "d% c #2C6376", "e% c #307D96", "f% c #3F8196", "g% c #45565B", "h% c #414445", "i% c #5F5E5D", "j% c #7F7F7E", "k% c #888888", "l% c #8E8E8E", "m% c #858584", "n% c #61605F", "o% c #464443", "p% c #484E50", "q% c #495D64", "r% c #464849", "s% c #424242", "t% c #455155", "u% c #3C7C92", "v% c #32839D", "w% c #23404B", "x% c #1E3035", "y% c #1C2427", "z% c #191F21", "A% c #1A1B1C", "B% c #1A1F21", "C% c #1B2528", "D% c #1E3238", "E% c #244853", "F% c #2C6174", "G% c #30758C", "H% c #35849E", "I% c #3B849C", "J% c #446D7A", "K% c #455F67", "L% c #47575B", "M% c #464A4C", "N% c #475357", "O% c #43717F", "P% c #3E88A1", "Q% c #3D92AD", "R% c #3A96B4", "S% c #3A859E", "T% c #3B7E95", "U% c #357C94", "V% c #30748B", "W% c #27505E", "X% c #213A42", "Y% c #1D292D", "Z% c #1A2124", "`% c #1A1D1F", " & c #20363C", ".& c #274F5B", "+& c #2D6678", "@& c #2E6F85", "#& c #2F768E", "$& c #2F7A93", "%& c #30768D", "&& c #307186", "*& c #2D687C", "=& c #2C6475", "-& c #2A5D6E", ";& c #285664", ">& c #23414B", ",& c #1D2B31", "'& c #191716", " . + . @ @ # # $ % % $ % % % $ # # @ @ . & . ", " * = - ; > , ' ) ! ~ { ] ^ / ( _ : < [ } | 1 2 3 = * ", " 4 5 6 7 8 9 0 a b c d e f g h i j k l m n o p q r 6 5 4 ", " * 5 s t u v w x y z A B C D E F G H I J K L M N O P Q R 5 * ", " . S T U V W X Y Z ` ...+.@.@.@.@.+.#.$.%.&.*.=.-.;.>.,.'.. ", "+ ).!.!.~.{.].^./.(._.:.<.@.[.@.[.}.|.1.2.3.4.5.6.7.8.9.0.a.b.+ ", "+ c.d.d.e.f.g.h.i.j.k.l.m.@.@.@.n.o.p.q.r.:.s.t.u.v.w.x.y.z.c.+ ", "+ p.|.A.B.C.D.E.F.G.H.I.1.@.@.@.@.J.K.d.F L.M.N.O.P.Q.R.S.T.p.+ ", "@ U.V.R W.X.Y.Z.`. +.+++@+@.@.@.@.#+$+%+@.&+*+=+-+;+>+,+'+)+!+@ ", "@ ~+{+]+^+/+(+_+:+<+[+}+|+@.@.@.@.G U.t 1+2+3+4+5+6+7+8+9+0+a+@ ", "4 b+c+d+1 e+f+g+h+i+j+k+}.@.@.@.@.@.l+m+n+o+p+q+r+s+t+u+v+w+b+4 ", "4 x+y+z+A+B+C+D+E+F+G+H+I+@.@.@.[.@.J+K+L+M+N+O+P+Q+R+S+T+U+V+4 ", "4 W+X+Y+Z+`+ @.@+@@@#@1.@.[.@.@.@.@.$@%@&@*@=@-@;@>@,@'@)@!@~@4 ", "4 {@]@^@/@(@_@:@<@[@}@@.[.@.@.@.@.@.@.|@1@2@3@4@5@6@7@8@9@0@a@4 ", "4 b@c@d@e@f@g@h@i@F @.[.@.@.[.@.j@k@l@m@n@o@p@q@r@s@t@u@v@w@x@4 ", "4 y@z@A@B@C@D@E@F@@.@.@.@.[.@.G@H@I@F J@r.K@L@M@N@O@P@Q@R@S@T@4 ", "4 U@V@W@X@Y@Z@@.G@L@}@o@`@@.[. #d.@.@.@.m..#+#@###$#%#&#*#=#-#4 ", "4 ;#>#,#'#)#!#p.~#{#]#q.+.@.F@^#F@@.@.[.@.J@/#(#_#:#<#[#}#|#1#4 ", "4 2#3#4#5#6#7#8#9#0#l+@.@.@.a#b#@.@.@.@.@.@.c#d#e#f#g#h#i#j#k#4 ", "4 l#m#n#o#p#q#r#s#t#u#@.v#[.w#x#@.v#v#v#v#@.y#z#A#B#C#D#E#F#G#4 ", "4 H#I#J#K#L#M#N#O#P#q.Q#I+R#S#T#U#I+I+I++.R#V#W#X#Y#Z#`# $.$+$4 ", "4 +$.$@$#$$$%$&$*$=$-$j@;$;$@+>$+.,$;$;$L@*+G )#'$)$!$~${$]$^$4 ", "4 +$/$@$K#($_$:$<$).V#`@[$J.}@).}$[$J.[$m.|$1$2$3$4$5$6$7$8$9$4 ", "4 +$/$J#0$a$b$c$c$d$e$}$f$E g$h$i$}$f$f$}@j$k$J.J.l$m$n$o$p$q$4 ", "4 +$/$r$s$t$u$v$w$x$y$n@V#z$A$~+.#n@V#B$C$D$E$B$f$F$G$H$o$p$q$4 ", "4 I$J$K$#$L$M$N$c.O$a#P$P$#+#+k$- Q$R$S$- T$U$z$T$V$W$X$Y$8$Z$4 ", "`$ %q$.%+%@%#%$%F$O$%%G &%*%*%=%-%]#k$;%>%%%O$K@,%'%)%!%~%]${%]%", " ^%/%(%_%:%<%[%}%; |%c$@+1%w#w#w#2$2%b#[@c$3%}%4%5%6%7%p$8%H# ", " 9%0%a%b%c%d%e%f%g%h%i%j%k%l%m%n%o%p%q%r%s%t%u%v%6%o$w%x%y%z% ", " A%B%C%D%E%F%G%H%I%J%K%L%M%N%O%P%Q%R%S%T%U%V%d%W%X%Y%Z%`% ", " 4 4 4 H# &.&0$+&@&#&$&e%($%&&&6$*&=&-&;&c%>&,&`%4 4 ", " 4 4 `$]%$ % '&'&'&'&'&'&'&'&% % % $ ]%]%4 4 "}; debian/control0000644000000000000000000000316612147657420010607 0ustar Source: pingus Section: games Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Games Team Uploaders: Miriam Ruiz , Cyril Brulebois , Bertrand Marc Build-Depends: debhelper (>= 5), scons, libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libphysfs-dev, libboost-signals-dev Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pingus/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/pingus/ Homepage: http://pingus.seul.org/ Package: pingus Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pingus-data (= ${source:Version}) Description: Free Lemmings(TM) clone Pingus is a free clone of the popular Lemmings game. . Your goal is to guide a horde of penguins through a world full of obstacles and penguin traps to safety. Although penguins (unlike lemmings) are rather smart, they sometimes lack the necessary overview and now rely on you to save them. . This package contains the main program. Package: pingus-data Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: pingus Description: Data files for pingus, a free Lemmings(TM) clone Pingus is a free clone of the popular Lemmings game. . Your goal is to guide a horde of penguins through a world full of obstacles and penguin traps to safety. Although penguins (unlike lemmings) are rather smart, they sometimes lack the necessary overview and now rely on you to save them. . This package contains the data files. debian/options.cache0000644000000000000000000000010610665064322011647 0ustar CC = 'gcc' CXX = 'g++' CCFLAGS = ' :CFLAGS: ' CXXFLAGS = ' :CFLAGS: ' debian/menu0000644000000000000000000000026011653775565010077 0ustar ?package(pingus):needs="X11" \ section="Games/Strategy" \ title="Pingus - Enhanced Lemmings clone" \ command="/usr/games/pingus" \ icon="/usr/share/pixmaps/pingus.xpm" debian/rules0000755000000000000000000000443311654001166010252 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS) ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd) SCONS_OPTS:=with_linuxevdev=no with_linuxusbmouse=no endif configure: configure-stamp configure-stamp: dh_testdir cat debian/options.cache | sed -e 's/:CFLAGS:/$(CFLAGS)/g' > options.cache touch $@ build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir scons $(SCONS_OPTS) touch $@ clean: clean-patched dh_testdir dh_testroot dh_clean clean-patched: dh_testdir dh_testroot scons -c rm -f build-stamp configure-stamp rm -f config.log options.cache .sconsign.dblite rm -rf .sconf_temp build/ install: build dh_testdir dh_testroot dh_clean -k -a dh_installdirs # Build architecture-independent files here. binary-indep: dh_testdir dh_testroot dh_clean -k -i dh_installchangelogs -i NEWS dh_installdocs -i --exclude=pingus.6 mkdir -p "$(CURDIR)/debian/pingus-data/usr/share/games/pingus/" find data/ \ -type f -a \( \ -name "*.png" -o \ -name "*.jpg" -o \ -name "*.wav" -o \ -name "*.scm" -o \ -name "*.font" -o \ -name "*.story" -o \ -name "*.credits" -o \ -name "*.prefab" -o \ -name "*.it" -o \ -name "*.ogg" -o \ -name "*.s3m" -o \ -name "*.po" -o \ -name "*.worldmap" -o \ -name "*.res" -o \ -name "*.pingus" -o \ -name "*.levelset" -o \ -name "*.sprite" \ \) -exec cp --parents -v {} "$(CURDIR)/debian/pingus-data/usr/share/games/pingus/" \; dh_install -i dh_compress -i dh_fixperms -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs -a NEWS dh_installdocs -a --exclude=man/* --exclude=html/* dh_installexamples -a dh_install -a dh_installmenu -a dh_installman -a doc/man/pingus.6 dh_link -a dh_strip -a dh_compress -a dh_fixperms -a # dh_makeshlibs -a dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/watch0000644000000000000000000000051111653751706010227 0ustar # Watch control file for uscan # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 opts=\ downloadurlmangle=s|.*[?]name=(.*?)&.*|http://pingus.googlecode.com/files/$1|,\ filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \ http://code.google.com/p/pingus/downloads/detail[?]name=pingus-([0-9.]+).tar.bz2&.* debian/bin/0000755000000000000000000000000011676133476007754 5ustar debian/bin/pingus0000755000000000000000000000012611654036463011200 0ustar #!/bin/sh exec /usr/lib/games/pingus/pingus --datadir /usr/share/games/pingus/data $@ debian/patches/0000755000000000000000000000000011755673047010634 5ustar debian/patches/10_fix_data_directory0000644000000000000000000000114211645374224014711 0ustar # Copyright (C) 2007 Miriam Ruiz # Licensed under the GPL, see /usr/share/common-licenses/GPL --- a/src/pingus/pingus_main.cpp +++ b/src/pingus/pingus_main.cpp @@ -600,7 +600,7 @@ } char* exe_path = br_find_exe_dir("."); - path_manager.add_path(exe_path + std::string("/../share/pingus/data/")); + path_manager.add_path(exe_path + std::string("/../share/games/pingus/data/")); path_manager.add_path(exe_path + std::string("/data")); path_manager.add_path("data"); // assume game is run from source dir, without any magic free(exe_path); debian/patches/20_gcc_4.70000644000000000000000000000252511755673047012210 0ustar Description: Fix build failure with GCC 4.7 - src/pingus/pingus_main.cpp, src/pingus/screens/pingus_menu.cpp: Add whitespace between string literals and macros. Bug-Debian: http://bugs.debian.org/673389 Author: Matej Vela Last-Update: 2012-05-19 --- a/src/pingus/pingus_main.cpp +++ b/src/pingus/pingus_main.cpp @@ -465,7 +465,7 @@ void PingusMain::print_greeting_message() { - std::string greeting = "Welcome to Pingus "VERSION; + std::string greeting = "Welcome to Pingus " VERSION; greeting += "!"; std::cout << greeting << std::endl; for (unsigned int i = 0; i < greeting.length(); ++i) --- a/src/pingus/screens/pingus_menu.cpp +++ b/src/pingus/screens/pingus_menu.cpp @@ -153,7 +153,7 @@ gc.get_height()/2 - 280)); gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140), - "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke \n" + "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke \n" "See the file AUTHORS for a complete list of contributors.\n" "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n" "welcome to redistribute it under certain conditions; see the file COPYING for details.\n"); debian/patches/series0000644000000000000000000000004211755673047012045 0ustar #10_fix_data_directory 20_gcc_4.7 debian/docs0000644000000000000000000000003211653744736010054 0ustar README TODO AUTHORS doc/* debian/compat0000644000000000000000000000000210665064322010370 0ustar 5 debian/pingus.install0000644000000000000000000000027611665515044012077 0ustar build/pingus usr/lib/games/pingus/ debian/bin/pingus /usr/games data/images/icons/*.png usr/share/pixmaps/ debian/pingus.xpm usr/share/pixmaps/ debian/pingus.desktop usr/share/applications/ debian/pingus-data.install0000644000000000000000000000007210666054425013001 0ustar debian/overrides/pingus-data usr/share/lintian/overrides/ debian/pingus.desktop0000644000000000000000000000040011653754533012074 0ustar [Desktop Entry] Name=Pingus GenericName=Free Lemmings(TM) clone GenericName[de]=Freier Lemmings(TM)-Klon Comment=Guide a horde of penguins through various obstacles Exec=pingus Icon=pingus-icon Terminal=false Type=Application Categories=Game;StrategyGame; debian/overrides/0000755000000000000000000000000011676133476011206 5ustar debian/overrides/pingus-data0000644000000000000000000000020511564010654013326 0ustar pingus-data binary: missing-dep-for-interpreter guile => guile | guile-1.6 | guile-1.8 (usr/share/games/pingus/data/gen-scrfile.scm)