neverball (1.5.4-2) unstable; urgency=low * debian/rules: Set HOME to an existing directory as a temporary workaround to correctly build the package on some buildds. (Closes: #544835) -- Jordà Polo Sat, 31 Oct 2009 19:41:22 +0100 neverball (1.5.4-1) unstable; urgency=low * New upstream release. * debian/patches/localemodir.patch: Remove patch; included upstream. * Remove quilt as patch manager, no longer needed. -- Jordà Polo Sun, 20 Sep 2009 13:28:03 +0200 neverball (1.5.2-1) unstable; urgency=low * New upstream release. + Fix typo in French translation. (Closes: #535912) * debian/control: + Standards-Version bumped to 3.8.3 (no changes required). + Suggest ttf-wqy-zenhei, used for the Chinese translation. + Add build-dependency on libphysfs-dev. * debian/copyright: Include copyright and license for the JPEG routines. * debian/patches: + data_path.patch: Remove patch; it is now possible to pass data and locale paths directly to the Makefile. + localemodir.patch: New patch; fixes unexpected behaviour when setting the LOCALEDIR variable. -- Jordà Polo Tue, 25 Aug 2009 08:47:37 +0200 neverball (1.5.1-1) unstable; urgency=low * New upstream release. * debian/control: + Standards-Version bumped to 3.8.1 (no changes required). + Change section of neverball-dbg to "debug". * debian/copyright: Refer to GPL-2, not GPL. -- Jordà Polo Wed, 08 Apr 2009 10:02:44 +0200 neverball (1.5.0-2) unstable; urgency=medium [ Jordà Polo ] * debian/control: libsdl-image and libsdl-mixer build dependencies are obsolete; use libvorbis-dev, libpng12-dev and libjpeg62-dev instead. [ Alexander Reichle-Schmehl ] * Fix debian/watch since download location changed * Adopt debian/control to my new name * create symlinks to ttf files in proper package (Fixes segfault for neverputt, there fore urgency set to medium) -- Alexander Reichle-Schmehl Wed, 25 Feb 2009 16:46:04 +0100 neverball (1.5.0-1) unstable; urgency=low * New upstream release. * debian/control: Update Homepage. * debian/copyright: + Remove translators from "Copyright Holders", as requested by upstream developers. + Update copyright years. * debian/NEWS: New file; explain compatibility issues (moved from README.Debian). * debian/watch: Update location of upstream's tarball. * Don't install Neverball's "misc" course as it isn't included in stable releases. -- Jordà Polo Mon, 09 Feb 2009 17:34:47 +0100 neverball (1.4.0+svn2527-1) experimental; urgency=low * Experimental package based on upstream's development version. (Closes: #330089, #456522) * debian/patches: + data_path.patch: Updated; redefine path to locales. + Remove obsolete patches (stereo_sound.patch and putt_scores.patch). * debian/*.install: Install translations and new neverball/neverputt levels. * debian/rules: + Change font link name to DejaVuSans-Bold.ttf. + Include new documentation files: AUTHORS and MANUAL. + Add get-orig-source target to generate an .orig tarball from upstream's SVN repository. + Remove chmod to fix permissions, there aren't executable data files anymore. * Updated copyright information. * Removed obsolete XPM icons; new icons are now included upstream. * debian/control: + Update Standards-Version to 3.8.0: added a brief debian/README.source. + Conflict with previous versions and restrict compatibility to current source version only. + Move dependency on neverball-common from "binary" packages to -data packages. * Provide debug package. (Closes: #484872) * Split neverputt into neverputt and neverputt-data. * Remove .desktop files and manpages from the package, they are now available upstream. * debian/README.Debian: Explain compatibility issues. -- Jordà Polo Mon, 22 Sep 2008 00:55:53 +0200 neverball (1.4.0-6) unstable; urgency=low * The issue with not having any text in the menu is already fixed by the ttf-bitstream-vera bug (#461276) so I close this bug (Closes: #295130) -- Tamas SZERB Sat, 15 Mar 2008 16:12:46 +0100 neverball (1.4.0-5) unstable; urgency=low * Install mapc in /usr/games instead of /usr/bin. * debian/patches/putt_scores.patch: New patch; fix Neverputt hard-coded limits for score counts. (Closes: #457207) -- Jordà Polo Mon, 03 Mar 2008 21:23:14 +0100 neverball (1.4.0-4) unstable; urgency=low * debian/rules: Fix brace expansion bashism. (Closes: #459114) * debian/control: + Remove XS- from Vcs fields. + Remove Homepage from package descriptions. + Standards-Version bumped to 3.7.3 (no changes required). * Removed Encoding key from desktop files since it is deprecated. * Switch from ttf-bitstream-vera to ttf-dejavu-core. (Closes: #441691, #461276) -- Jordà Polo Sun, 20 Jan 2008 23:56:04 +0100 neverball (1.4.0-3) unstable; urgency=low * debian/rules: Fix permissions of neverputt data files. * debian/patches/stereo_sound.patch: Set sound channels to stereo. (Closes: #389749, #410489) * Added desktop files for neverball and neverputt. (Closes: #439538) * debian/control: + Added Homepage field. + neverball and neverputt now suggest each other. * Added a README.Debian to explain the neverball/neverputt split. * Include information about environment variables in manpages. -- Jordà Polo Mon, 17 Sep 2007 17:54:14 +0200 neverball (1.4.0-2) unstable; urgency=low * debian/control: + New maintainer: Debian Games Team. (Closes: #387471) + Standards-Version dumped to 3.7.2; no changes needed. + Added a new build dependency on quilt (>= 0.40). + Added XS-Vcs-Svn and XS-Vcs-Browser fields. + Added homepage URL to description. + Split neverball and neverputt, and include the neverball-common package, which contains the files shared between both games. + Added Alexander Schmehl, Jordà Polo and Tamas SZERB as uploaders. * debian/rules: + Targets and comments cleanup. + Do not ignore `make clean'. + Fix permissions of various data files that are marked as executable. * Map source files (.map) aren't installed anymore. * Use quilt as patch manager. * debian/watch: Added a watchfile. * debian/README.Debian: Removed, doesn't provide any info. (Closes: #354395) * debian/neverball.menu: + Section changed to «Games/Action» due to new menu policy. + Added neverball and neverputt icons. (Closes: #275649) * Link font file from ttf-bitstream-vera package and do not install the duplicated TTF. * debian/compat: Debhelper compatibility dumped to 5; no changes needed. * debian/copyright: + Updated authors and license, which is actually GPLv2 or later and not GPLv2 only. + Explicitly state the license and copyright of the Debian packaging. * Updated manpages, including game controls and references to more info. -- Jordà Polo Sun, 12 Aug 2007 11:34:59 +0200 neverball (1.4.0-1) unstable; urgency=low * new stable upstream release * fixed UI (closes: #269167) -- Tamas SZERB Fri, 17 Sep 2004 00:01:27 +0200 neverball (1.3.7-1) unstable; urgency=low * a patched 1.3.6 to 1.3.7 to fix the Putt 16 invisible wall. (closes: #261857) -- Tamas SZERB Mon, 6 Sep 2004 22:07:46 +0200 neverball (1.3.6-1) unstable; urgency=low * new stable upstream release * Fixed mapc normal optimization bug. Resolves the "Level 6" crash. -- Tamas SZERB Sun, 25 Jul 2004 21:49:17 +0200 neverball (1.3.4-1) unstable; urgency=low * Removed unnecessary autopause when pointer is not grabbed * Fixed GUI not hilighting widget under cursor when mouse isn't moved * Fixed config file written only when changed * Architecture: any -> Architecture: all for neverdata package because now SOLs (level files) and replay files have no endianness problem, they are platform independents. * dependency corrections (closes: #259271) for the sake of data files -- Tamas SZERB Fri, 16 Jul 2004 02:27:58 +0200 neverball (1.3.3-1) unstable; urgency=low * new stable release * OpelGL ABI fixes (closes: #253660); avoid the glActiveTexture and glMultiTexCoord2f areas. * byte-order independent rewritten replay routines -- Tamas SZERB Tue, 13 Jul 2004 16:44:30 +0200 neverball (1.3.1-1) unstable; urgency=low * new stable release * new perspective, new game rule: catch the stars to open the door to the new level! * the menu subsystem is improved (closes: #252181) -- Tamas SZERB Tue, 02 Jul 2004 12:00:21 +0200 neverball (1.2.0-4) unstable; urgency=low * new sourceball is out. (closes: #246519) * debian patches goes into debian/*.diff -- Tamas SZERB Sat, 1 May 2004 19:52:49 +0200 neverball (1.2.0-3) unstable; urgency=low * ugly underlining in description fixed (closes: #245299) * the upstream author asked to apply a little pach in ball/game.c -- Tamas SZERB Mon, 26 Apr 2004 21:03:49 +0200 neverball (1.2.0-2) unstable; urgency=low * Architecture: all -> Architecture: any in control files according the email w/ the upstream maintainer, so I respect his opinion, means the data files will be arch dependant, thus we'll eliminate the endianness problem, but this implies more CPU and space. (closes: #244780) * rebuild against the libsdl-ttf2.0[-dev] because the libsdl-ttf1.2 is now deprecated (closes: #245063), and put this into the control file as build dependency (closes: #244598). -- Tamas SZERB Wed, 21 Apr 2004 11:50:14 +0200 neverball (1.2.0-1) unstable; urgency=low * Initial Release. * With Max Gilead permission this is the take over version of neverball. (closes: #205048) * Own ITPed upload (closes: #231195) -- Tamas SZERB Sun, 11 Apr 2004 19:45:29 +0200