--- neverball-1.5.4.orig/debian/compat
+++ neverball-1.5.4/debian/compat
@@ -0,0 +1 @@
+5
--- neverball-1.5.4.orig/debian/neverputt.menu
+++ neverball-1.5.4/debian/neverputt.menu
@@ -0,0 +1,3 @@
+?package(neverputt): needs="X11" section="Games/Action" \
+ title="Neverputt" command="/usr/games/neverputt" \
+ icon="/usr/share/pixmaps/neverputt.xpm"
--- neverball-1.5.4.orig/debian/neverball-data.install
+++ neverball-1.5.4/debian/neverball-data.install
@@ -0,0 +1,14 @@
+data/map-easy/*.sol usr/share/games/neverball/map-easy
+data/map-fwp/*.sol usr/share/games/neverball/map-fwp
+data/map-medium/*.sol usr/share/games/neverball/map-medium
+data/map-hard/*.sol usr/share/games/neverball/map-hard
+data/map-mym/*.sol usr/share/games/neverball/map-mym
+data/map-mym2/*.sol usr/share/games/neverball/map-mym2
+data/shot-easy/* usr/share/games/neverball/shot-easy
+data/shot-fwp/* usr/share/games/neverball/shot-fwp
+data/shot-medium/* usr/share/games/neverball/shot-medium
+data/shot-hard/* usr/share/games/neverball/shot-hard
+data/shot-mym/* usr/share/games/neverball/shot-mym
+data/shot-mym2/* usr/share/games/neverball/shot-mym2
+data/set-* usr/share/games/neverball
+data/sets.txt usr/share/games/neverball
--- neverball-1.5.4.orig/debian/neverball-common.install
+++ neverball-1.5.4/debian/neverball-common.install
@@ -0,0 +1,12 @@
+data/back/* usr/share/games/neverball/back
+data/ball/* usr/share/games/neverball/ball
+data/bgm/* usr/share/games/neverball/bgm
+data/gui/* usr/share/games/neverball/gui
+data/icon/* usr/share/games/neverball/icon
+data/item/* usr/share/games/neverball/item
+data/map-back/*.sol usr/share/games/neverball/map-back
+data/mtrl/* usr/share/games/neverball/mtrl
+data/obj/* usr/share/games/neverball/obj
+data/png/* usr/share/games/neverball/png
+data/snd/* usr/share/games/neverball/snd
+locale/* usr/share/locale
--- neverball-1.5.4.orig/debian/neverputt.manpages
+++ neverball-1.5.4/debian/neverputt.manpages
@@ -0,0 +1 @@
+dist/neverputt.6
--- neverball-1.5.4.orig/debian/rules
+++ neverball-1.5.4/debian/rules
@@ -0,0 +1,112 @@
+#!/usr/bin/make -f
+# Based on the sample rules file written by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/quilt/quilt.make
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ INSTALL_PROGRAM += -s
+endif
+
+build: build-arch build-indep
+
+build-arch: build-arch-stamp
+build-arch-stamp: patch
+ dh_testdir
+ # Set HOME to an existent directory as a workaround for #544835. Note that
+ # HOME isn't actually used, but some buildds set it to a non-existent
+ # directory, and PhysicsFS currently fails if the directory doesn't exist
+ # (see #553174).
+ $(MAKE) DATADIR=/usr/share/games/neverball LOCALEDIR=/usr/share/locale \
+ HOME=$(CURDIR) executables
+ # Rename icons for .desktop files.
+ cp dist/neverball_128.png dist/neverball.png
+ cp dist/neverputt_128.png dist/neverputt.png
+ touch $@
+
+build-indep: build-indep-stamp
+build-indep-stamp: patch
+ dh_testdir
+ # we build in binary-indep, as "dpkg-buildpackage -B" insist on
+ # calling the general build target
+ touch $@
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+ rm -f build-arch-stamp build-indep-stamp
+ [ ! -f Makefile ] || $(MAKE) clean
+ rm -f dist/neverball.png dist/neverputt.png
+ dh_clean
+
+install: install-arch
+
+install-arch:
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs -a
+ dh_install -a
+
+# Build architecture-independent files here.
+binary-indep: build-indep
+ dh_testdir -i
+ dh_testroot -i
+ # Set HOME to an existent directory as a workaround for #544835. Note that
+ # HOME isn't actually used, but some buildds set it to a non-existent
+ # directory, and PhysicsFS currently fails if the directory doesn't exist
+ # (see #553174).
+ $(MAKE) DATADIR=/usr/share/games/neverball LOCALEDIR=/usr/share/locale \
+ HOME=$(CURDIR) data
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs -i
+ dh_install -i
+ dh_installchangelogs -i CHANGES
+ dh_installdocs -i
+ dh_link -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-arch install-arch
+ dh_testdir -a
+ dh_testroot -a
+ dh_installchangelogs -a CHANGES
+ dh_installdocs -a -A README doc/AUTHORS doc/MANUAL debian/README.Debian
+ dh_installman -a
+ dh_installmenu -a
+ dh_strip -a --dbg-package=neverball-dbg
+ dh_compress -a
+ dh_fixperms -a
+ dh_installdeb -a
+ dh_shlibdeps -a
+ dh_gencontrol -a
+ dh_md5sums -a
+ dh_builddeb -a
+
+get-orig-source:
+ URL="https://s.snth.net/svn/neverball/trunk" && \
+ REV=$$(svn info $$URL | grep Revision: | cut -d\ -f2) && \
+ DIR="neverball-1.5.3+svn$$REV" && \
+ svn export $$URL $$DIR && \
+ tar czf neverball_1.5.3+svn$$REV.orig.tar.gz $$DIR && \
+ rm -rf $$DIR
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install get-orig-source
--- neverball-1.5.4.orig/debian/neverball-common.links
+++ neverball-1.5.4/debian/neverball-common.links
@@ -0,0 +1,2 @@
+usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf usr/share/games/neverball/ttf/DejaVuSans-Bold.ttf
+usr/share/fonts/truetype/wqy/wqy-zenhei.ttc usr/share/games/neverball/ttf/wqy-zenhei.ttc
--- neverball-1.5.4.orig/debian/neverball.menu
+++ neverball-1.5.4/debian/neverball.menu
@@ -0,0 +1,3 @@
+?package(neverball): needs="X11" section="Games/Action" \
+ title="Neverball" command="/usr/games/neverball" \
+ icon="/usr/share/pixmaps/neverball.xpm"
--- neverball-1.5.4.orig/debian/watch
+++ neverball-1.5.4/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://neverball.org/download.php neverball-(.*)\.tar\.gz
--- neverball-1.5.4.orig/debian/copyright
+++ neverball-1.5.4/debian/copyright
@@ -0,0 +1,66 @@
+This package was debianized by Tamas SZERB <toma@rulez.org> on
+Sun, 11 Apr 2004 19:45:29 +0200.
+
+It was downloaded from <http://icculus.org/neverball/>
+
+Upstream Authors:
+
+ Robert Kooima
+ Jean Privat
+ Pasi Kallinen
+ Mehdi Yousfi Monod
+ Michael Middleton
+ Florian Priester
+
+Copyright Holders:
+
+ Copyright © 2003-2007 Robert Kooima <robert.kooima@gmail.com>
+ Copyright © 2006 Jean Privat
+ Copyright © 2007,2009 Neverball contributors
+ Copyright © 2008 Jānis Rūcis <parasti@gmail.com>
+
+License:
+
+ NEVERBALL 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.
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Neverball also includes JPEG decompression routines (share/fs_jpg.c)
+with the following copyright and license:
+
+ Copyright © 1994-1996, Thomas G. Lane
+
+ Permission is hereby granted to use, copy, modify, and distribute this
+ software (or portions thereof) for any purpose, without fee, subject
+ to these conditions:
+ (1) If any part of the source code for this software is distributed,
+ then this README file must be included, with this copyright and
+ no-warranty notice unaltered; and any additions, deletions, or changes
+ to the original files must be clearly indicated in accompanying
+ documentation.
+ (2) If only executable code is distributed, then the accompanying
+ documentation must state that "this software is based in part on the
+ work of the Independent JPEG Group".
+ (3) Permission for use of this software is granted only if the user
+ accepts full responsibility for any undesirable consequences; the
+ authors accept NO LIABILITY for damages of any kind.
+
+The routines are almost the same as libjpeg62's jdatasrc.c, only minor
+changes have been made to use a custom data source based on PhysicsFS.
+Neverball's file type (fs_type) and read routine (fs_read), are used
+instead of FILE and JFREAD.
+
+The Debian packaging is licensed under the same license (GPL version 2 or
+later, see `/usr/share/common-licenses/GPL-2'), and is copyrighted by:
+
+ Copyright © 2004 Tamas SZERB <toma@rulez.org>
+ Copyright © 2007-2009 Jordà Polo <jorda@ettin.org>
--- neverball-1.5.4.orig/debian/README.source
+++ neverball-1.5.4/debian/README.source
@@ -0,0 +1,2 @@
+This package uses quilt for patch management, for more information see
+the file /usr/share/doc/quilt/README.source in the quilt package.
--- neverball-1.5.4.orig/debian/neverball.manpages
+++ neverball-1.5.4/debian/neverball.manpages
@@ -0,0 +1,2 @@
+dist/neverball.6
+dist/mapc.1
--- neverball-1.5.4.orig/debian/neverball.xpm
+++ neverball-1.5.4/debian/neverball.xpm
@@ -0,0 +1,265 @@
+/* XPM */
+static char * neverball_32_xpm[] = {
+"32 32 230 2",
+" c None",
+". c #242424",
+"+ c #292929",
+"@ c #272727",
+"# c #050505",
+"$ c #040404",
+"% c #2D2D2D",
+"& c #3E3E3E",
+"* c #484848",
+"= c #4F4F4F",
+"- c #545454",
+"; c #505050",
+"> c #121212",
+", c #111111",
+"' c #0F0F0F",
+") c #0B0B0B",
+"! c #080808",
+"~ c #323232",
+"{ c #454545",
+"] c #525252",
+"^ c #646464",
+"/ c #878787",
+"( c #A4A4A4",
+"_ c #BABABA",
+": c #C4C4C4",
+"< c #939393",
+"[ c #717171",
+"} c #1D1D1D",
+"| c #0C0C0C",
+"1 c #060606",
+"2 c #282828",
+"3 c #414141",
+"4 c #686868",
+"5 c #969696",
+"6 c #BFBFBF",
+"7 c #D0D0D0",
+"8 c #DDDDDD",
+"9 c #E8E8E8",
+"0 c #EEEEEE",
+"a c #E1E1E1",
+"b c #D5D5D5",
+"c c #C3C3C3",
+"d c #AFAFAF",
+"e c #959595",
+"f c #585858",
+"g c #202020",
+"h c #131313",
+"i c #0A0A0A",
+"j c #2F2F2F",
+"k c #474747",
+"l c #5B5B5B",
+"m c #767676",
+"n c #A7A7A7",
+"o c #BEBEBE",
+"p c #CECECE",
+"q c #DBDBDB",
+"r c #E7E7E7",
+"s c #F1F1F1",
+"t c #F9F9F9",
+"u c #F2F2F2",
+"v c #E0E0E0",
+"w c #CCCCCC",
+"x c #B7B7B7",
+"y c #A2A2A2",
+"z c #8B8B8B",
+"A c #6A6A6A",
+"B c #2A2A2A",
+"C c #181818",
+"D c #0D0D0D",
+"E c #303030",
+"F c #4A4A4A",
+"G c #606060",
+"H c #A0A0A0",
+"I c #C8C8C8",
+"J c #D7D7D7",
+"K c #E2E2E2",
+"L c #EAEAEA",
+"M c #F4F4F4",
+"N c #C7C7C7",
+"O c #B5B5B5",
+"P c #8D8D8D",
+"Q c #777777",
+"R c #252525",
+"S c #1A1A1A",
+"T c #2C2C2C",
+"U c #919191",
+"V c #AEAEAE",
+"W c #C1C1C1",
+"X c #DCDCDC",
+"Y c #E5E5E5",
+"Z c #EBEBEB",
+"` c #F0F0F0",
+" . c #EFEFEF",
+".. c #CBCBCB",
+"+. c #C5C5C5",
+"@. c #ABABAB",
+"#. c #9B9B9B",
+"$. c #888888",
+"%. c #747474",
+"&. c #5E5E5E",
+"*. c #383838",
+"=. c #0E0E0E",
+"-. c #434343",
+";. c #5D5D5D",
+">. c #898989",
+",. c #A1A1A1",
+"'. c #B8B8B8",
+"). c #C9C9C9",
+"!. c #EDEDED",
+"~. c #B4B4B4",
+"{. c #8E8E8E",
+"]. c #7E7E7E",
+"^. c #6D6D6D",
+"/. c #595959",
+"(. c #373737",
+"_. c #555555",
+":. c #6E6E6E",
+"<. c #858585",
+"[. c #9A9A9A",
+"}. c #ADADAD",
+"|. c #D1D1D1",
+"1. c #E6E6E6",
+"2. c #ECECEC",
+"3. c #F3F3F3",
+"4. c #909090",
+"5. c #7D7D7D",
+"6. c #707070",
+"7. c #616161",
+"8. c #3C3C3C",
+"9. c #343434",
+"0. c #2B2B2B",
+"a. c #141414",
+"b. c #070707",
+"c. c #949494",
+"d. c #A8A8A8",
+"e. c #D8D8D8",
+"f. c #E3E3E3",
+"g. c #F5F5F5",
+"h. c #F7F7F7",
+"i. c #7B7B7B",
+"j. c #444444",
+"k. c #393939",
+"l. c #313131",
+"m. c #1C1C1C",
+"n. c #353535",
+"o. c #565656",
+"p. c #727272",
+"q. c #D3D3D3",
+"r. c #DFDFDF",
+"s. c #FAFAFA",
+"t. c #5C5C5C",
+"u. c #494949",
+"v. c #424242",
+"w. c #404040",
+"x. c #363636",
+"y. c #222222",
+"z. c #E4E4E4",
+"A. c #FCFCFC",
+"B. c #A9A9A9",
+"C. c #8A8A8A",
+"D. c #636363",
+"E. c #3F3F3F",
+"F. c #191919",
+"G. c #4D4D4D",
+"H. c #6B6B6B",
+"I. c #868686",
+"J. c #8F8F8F",
+"K. c #7A7A7A",
+"L. c #5F5F5F",
+"M. c #828282",
+"N. c #FEFEFE",
+"O. c #FFFFFF",
+"P. c #D4D4D4",
+"Q. c #6F6F6F",
+"R. c #3D3D3D",
+"S. c #535353",
+"T. c #818181",
+"U. c #CFCFCF",
+"V. c #BDBDBD",
+"W. c #A6A6A6",
+"X. c #212121",
+"Y. c #2E2E2E",
+"Z. c #3B3B3B",
+"`. c #ACACAC",
+" + c #797979",
+".+ c #4C4C4C",
+"++ c #151515",
+"@+ c #232323",
+"#+ c #3A3A3A",
+"$+ c #262626",
+"%+ c #F8F8F8",
+"&+ c #C2C2C2",
+"*+ c #333333",
+"=+ c #D2D2D2",
+"-+ c #C0C0C0",
+";+ c #787878",
+">+ c #5A5A5A",
+",+ c #515151",
+"'+ c #4E4E4E",
+")+ c #DEDEDE",
+"!+ c #BCBCBC",
+"~+ c #1E1E1E",
+"{+ c #464646",
+"]+ c #D9D9D9",
+"^+ c #4B4B4B",
+"/+ c #656565",
+"(+ c #808080",
+"_+ c #989898",
+":+ c #757575",
+"<+ c #7F7F7F",
+"[+ c #838383",
+"}+ c #A5A5A5",
+"|+ c #7C7C7C",
+"1+ c #848484",
+"2+ c #929292",
+"3+ c #9E9E9E",
+"4+ c #CDCDCD",
+"5+ c #979797",
+"6+ c #B0B0B0",
+"7+ c #575757",
+"8+ c #666666",
+"9+ c #737373",
+"0+ c #DADADA",
+"a+ c #1B1B1B",
+"b+ c #CACACA",
+"c+ c #8C8C8C",
+"d+ c #999999",
+"e+ c #161616",
+"f+ c #171717",
+"g+ c #1F1F1F",
+" . + @ # $ $ ",
+" % & * = - ; > , ' ) ! # ",
+" ~ { ] ^ / ( _ : ( < [ * } > | 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 s t u v w x y z A B C D 1 ",
+" E F G m H x I J K L s M K J N O y P Q f R S ' 1 ",
+" T * G m U V W 7 X Y Z ` ...+._ @.#.$.%.&.*.. S =.# ",
+" -.;.%.>.,.'.).J a 9 !.` !.~.d n #.{.].^./.& % . C ) ",
+" (._.:.<.[.}.W |.8 1.2.` 3.!.[.5 4.$.5.6.7.= 8.9.0.g a.b. ",
+" B * ^ ].c.d._ ).e.f.Z u g.h.0 ].i.Q 6.4 &.] j.& k.l.2 m.D $ ",
+" n.o.p.z ,.~.+.q.r.L g.t s.s.L 7.t./.o.; u.j.v.w.8.x.% y.a.1 ",
+" j.7.5.5 @.6 I O #.}.e.z._ ^ ; A.s.s r.I B.C.D.{ E.k.l.@ F.i ",
+"T G.H.I.J.K.L.j.v.-.M.7 9 _ o.*.N.O.O.O.N.t s r P.y Q.R.B } =.$ ",
+"~ S.o.v.x.R.3 -.3 & l [.d T.l.E N.O.O.O.O.A.g.Z r.U.V.W.p.x., # ",
+"X.m.y.Y.*.& v.v.w.Z.x.-.k T a.2 N.O.O.O.O.N.h.0 K q.W `.c. +.+a.",
+"1 ++@+j k.E.v.v.w.#+~ B y.S h $+N.O.O.O.O.N.%+ .z.P.&+V 5 i.;.% ",
+"1 ++. E k.E.v.v.E.Z.(.*+Y.+ @+n.N.O.O.O.O.N.%+ .f.P.&+}.e K.;.% ",
+"1 a.@+j *.& v.-.j.{ -.3 R.#+x.* O.O.O.O.O.N.h.0 K =+-+@.< ;+>+0.",
+"# > X.Y.(.& v.* G.; ,+; '+.+F t.O.O.O.O.O.A.g.Z )+U.!+n J.%.o.R ",
+"# ' ~+0.n.R.{+= o.l L.G G L.L.:.O.O.O.O.N.t s 1.]+).x ,.$.^.= m.",
+" ) S 2 ~ E.^+o.&./+H.:.6.[ p.(+O.O.O.N.s.M Z v =+&+V _+(+^ j. ",
+" b.++@+l.w.'+>+^ ^.:+i.<+M.[+U N.N.A.t M 2.f.J ).'.}+{.:+/.% ",
+" 1 ' ~+j E.'+t.4 p.|+1+C.J.2+3+t %+g.s Z f.]+4+o `._+T.4 ^+S ",
+" ! F.0.8..+l 4 :+<+>.U 5+#.W.` .2.r v J 4+-+6+3+C.p.f ~ ",
+" b.> R x.k 7+8+9+(+z c.#.H B.z.K r.0+=+).o 6+H {. +7.{+++ ",
+" | a+Y.w.,+G Q.|+$.2+[.H d.b q.7 b+&+'.}.3+{.i./+G.@+ ",
+" , @+n.{+7+8+%.T.c+c.#.y c W V.x d }+d+C. +/+; 0. ",
+" e+@ k.F /.4 :+(+C.U 5+d `.d.,.d+J.M.9+7.G.0. ",
+" f+2 k.u.7+/+[ i.M.$.5 c.4.>.(+m 4 /.{+R ",
+" ++@+9.-.; t.8+:.%.|+ +%.:./+>+.+n.F. ",
+" a+2 *.-.G._.l &.t.7+; {+~ g+ ",
+" g + E l.9.*+% . "};
--- neverball-1.5.4.orig/debian/neverputt.install
+++ neverball-1.5.4/debian/neverputt.install
@@ -0,0 +1,4 @@
+neverputt usr/games
+debian/neverputt.xpm usr/share/pixmaps
+dist/neverputt.png usr/share/pixmaps
+dist/neverputt.desktop usr/share/applications
--- neverball-1.5.4.orig/debian/control
+++ neverball-1.5.4/debian/control
@@ -0,0 +1,93 @@
+Source: neverball
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
+Uploaders: Alexander Reichle-Schmehl <tolimar@debian.org>,
+ Jordà Polo <jorda@ettin.org>, Tamas SZERB <toma@rulez.org>
+Build-Depends: debhelper (>= 5), libsdl1.2-dev, libsdl-ttf2.0-dev,
+ libvorbis-dev, libpng12-dev, libjpeg-dev, libphysfs-dev, quilt
+Standards-Version: 3.9.2
+Homepage: http://neverball.org/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/neverball/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/neverball/?op=log
+
+Package: neverball
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ neverball-data (= ${source:Version})
+Suggests: neverputt
+Description: 3D floor-tilting game
+ In the grand tradition of Marble Madness and Super Monkey Ball, Neverball
+ has you guide a rolling ball through dangerous territory. Balance on narrow
+ bridges, navigate mazes, ride moving platforms, and dodge pushers and
+ shovers to get to the goal. Race against the clock to collect coins to earn
+ extra balls.
+
+Package: neverball-data
+Architecture: all
+Depends: neverball-common (= ${source:Version}), ${misc:Depends}
+Recommends: neverball
+Conflicts: neverdata, neverball (<< 1.4.0+svn2527-1)
+Replaces: neverdata
+Description: data files for Neverball
+ In the grand tradition of Marble Madness and Super Monkey Ball, Neverball
+ has you guide a rolling ball through dangerous territory. Balance on narrow
+ bridges, navigate mazes, ride moving platforms, and dodge pushers and
+ shovers to get to the goal. Race against the clock to collect coins to earn
+ extra balls.
+ .
+ This package contains the data files needed to play Neverball.
+
+Package: neverball-common
+Architecture: all
+Depends: ttf-dejavu-core, ${misc:Depends}
+Suggests: ttf-wqy-zenhei (>= 0.8.38-1)
+Conflicts: neverdata, neverball-data (<< 1.4.0+svn2527-1),
+ neverball (<< 1.4.0+svn2527-1), neverputt (<< 1.4.0+svn2527-1)
+Replaces: neverdata, neverball-data (<< 1.4.0+svn2527-1)
+Description: data files for Neverball and Neverputt
+ The engine of the floor-tilting game Neverball is also used by its spin-off,
+ a miniature golf game known as Neverputt.
+ .
+ This package contains the data files shared between Neverball and Neverputt.
+
+Package: neverputt
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ neverputt-data (= ${source:Version})
+Suggests: neverball
+Description: 3D miniature golf game
+ Neverputt is a hot-seat multi-player miniature golf game for 1 to 4 players.
+ The 18-hole course takes advantage of all the elements that challenge
+ Neverball players, including moving platforms and barriers, teleporters,
+ ramps, and drop-offs. A simple putting interface and golf scoring system
+ have been added.
+
+Package: neverputt-data
+Architecture: all
+Depends: neverball-common (= ${source:Version}), ${misc:Depends}
+Recommends: neverputt (>= 1.4.0+svn2527-1)
+Conflicts: neverdata, neverputt (<< 1.4.0+svn2527-1)
+Replaces: neverdata, neverputt (<< 1.4.0+svn2527-1)
+Description: data files for Neverputt
+ Neverputt is a hot-seat multi-player miniature golf game for 1 to 4 players.
+ The 18-hole course takes advantage of all the elements that challenge
+ Neverball players, including moving platforms and barriers, teleporters,
+ ramps, and drop-offs. A simple putting interface and golf scoring system
+ have been added.
+ .
+ This package contains the data files needed to play Neverputt.
+
+Package: neverball-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: neverball (= ${binary:Version}) | neverputt (= ${binary:Version}), ${misc:Depends}
+Description: debugging information for Neverball and Neverputt
+ In the grand tradition of Marble Madness and Super Monkey Ball, Neverball
+ has you guide a rolling ball through dangerous territory. Balance on narrow
+ bridges, navigate mazes, ride moving platforms, and dodge pushers and
+ shovers to get to the goal. Race against the clock to collect coins to earn
+ extra balls.
+ .
+ This package contains the debugging information for Neverball and Neverputt.
--- neverball-1.5.4.orig/debian/README.Debian
+++ neverball-1.5.4/debian/README.Debian
@@ -0,0 +1,13 @@
+Neverball for Debian
+====================
+
+Available packages
+------------------
+
+Neverball provides two games: neverball itself and neverputt. In Debian, the
+games are split in separate packages so that it is possible to install them
+independently.
+
+It should also be noted that the tool used to compile maps, `mapc', is
+included in the neverball package. So, if you want to create maps for
+neverputt, you'll also need to install neverball.
--- neverball-1.5.4.orig/debian/changelog
+++ neverball-1.5.4/debian/changelog
@@ -0,0 +1,292 @@
+neverball (1.5.4-5) unstable; urgency=medium
+
+ * libjpeg transition: Build-depend on libjpeg-dev instead of
+ libjpeg62-dev (Closes: #635088)
+ * Urgency set to medium due to RC bug fix
+
+ -- Alexander Reichle-Schmehl <tolimar@debian.org> Mon, 31 Oct 2011 14:53:56 +0100
+
+neverball (1.5.4-4) unstable; urgency=medium
+
+ * Fix FTBFS with binutils-gold (Closes: #556916)
+ Thanks to Felix Geyer for the patch!
+ * Bump standards version to 3.9.2 (no changes needed)
+ * Add ${misc:Depends} to neverball-common, neverball-data, neverball-dbg,
+ neverputt-data
+ * Add debian/README.source pointing to /usr/share/doc/quilt/README.source
+ * Set urgency to medium due to RC bug fix
+
+ -- Alexander Reichle-Schmehl <tolimar@debian.org> Mon, 09 May 2011 15:21:57 +0200
+
+neverball (1.5.4-3) unstable; urgency=low
+
+ * Don't build data files every time (Closes: #598614)
+ * Patch upstram Makefile to provide seppereta rules for data and executables
+ * Use them to build arch:all and arch:any packages
+
+ -- Alexander Reichle-Schmehl <tolimar@debian.org> Mon, 04 Oct 2010 08:22:25 +0000
+
+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 <jorda@ettin.org> 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 <jorda@ettin.org> 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 <jorda@ettin.org> 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 <jorda@ettin.org> 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 <tolimar@debian.org> 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 <jorda@ettin.org> 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 <jorda@ettin.org> 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 <toma@rulez.org> 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 <jorda@ettin.org> 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 <jorda@ettin.org> 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 <jorda@ettin.org> 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 <jorda@ettin.org> 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 <toma@rulez.org> 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 <toma@rulez.org> 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 <toma@rulez.org> 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 <toma@rulez.org> 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 <toma@rulez.org> 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 <toma@rulez.org> 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 <toma@rulez.org> 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 <toma@rulez.org> 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 <toma@rulez.org> Wed, 21 Apr 2004 11:50:14 +0200
+
+neverball (1.2.0-1) unstable; urgency=low
+
+ * Initial Release.
+ * With Max Gilead <gilead@yellow.dyndns.org> permission
+ this is the take over version of neverball. (closes: #205048)
+ * Own ITPed upload (closes: #231195)
+
+ -- Tamas SZERB <toma@rulez.org> Sun, 11 Apr 2004 19:45:29 +0200
--- neverball-1.5.4.orig/debian/neverputt.xpm
+++ neverball-1.5.4/debian/neverputt.xpm
@@ -0,0 +1,456 @@
+/* XPM */
+static char * neverputt_32_xpm[] = {
+"32 32 421 2",
+" c None",
+". c #52524E",
+"+ c #71716F",
+"@ c #5D5D5A",
+"# c #32322E",
+"$ c #444440",
+"% c #6A6A68",
+"& c #656663",
+"* c #3A3A36",
+"= c #3B3B36",
+"- c #5F605C",
+"; c #696A67",
+"> c #464641",
+", c #353531",
+"' c #53534F",
+") c #50514D",
+"! c #464642",
+"~ c #646562",
+"{ c #595956",
+"] c #373733",
+"^ c #320202",
+"/ c #380404",
+"( c #070404",
+"_ c #060303",
+": c #3D3D39",
+"< c #5C5C59",
+"[ c #5E5F5B",
+"} c #2D0505",
+"| c #3A0404",
+"1 c #470909",
+"2 c #510E0E",
+"3 c #5A1414",
+"4 c #621D1D",
+"5 c #1F1E1E",
+"6 c #161616",
+"7 c #101010",
+"8 c #0C0C0C",
+"9 c #090707",
+"0 c #393934",
+"a c #51524D",
+"b c #60605D",
+"c c #481716",
+"d c #672323",
+"e c #915959",
+"f c #B89090",
+"g c #D4B9B9",
+"h c #E0CBCB",
+"i c #CCCCCC",
+"j c #BCBCBC",
+"k c #939393",
+"l c #5E5E5E",
+"m c #272727",
+"n c #111111",
+"o c #0A0909",
+"p c #464742",
+"q c #4D4D48",
+"r c #624543",
+"s c #B78686",
+"t c #CDA5A5",
+"u c #DDBEBE",
+"v c #EAD6D6",
+"w c #F5EAEA",
+"x c #ECECEC",
+"y c #D9D9D9",
+"z c #C2C2C2",
+"A c #A9A9A9",
+"B c #8C8C8C",
+"C c #4C4C4C",
+"D c #1A1A1A",
+"E c #0F0E0E",
+"F c #080505",
+"G c #320403",
+"H c #3F3A36",
+"I c #575753",
+"J c #52534E",
+"K c #564946",
+"L c #C78E8E",
+"M c #D8A8A8",
+"N c #E5BFBF",
+"O c #EFD5D5",
+"P c #F6E7E7",
+"Q c #E8E8E8",
+"R c #D8D8D8",
+"S c #C3C3C3",
+"T c #ABABAB",
+"U c #787878",
+"V c #474747",
+"W c #1D1D1D",
+"X c #080606",
+"Y c #2C0101",
+"Z c #4B0B0B",
+"` c #492E2B",
+" . c #4D4E4A",
+".. c #555651",
+"+. c #42403C",
+"@. c #C78585",
+"#. c #DFA0A0",
+"$. c #E8B3B3",
+"%. c #EFC3C3",
+"&. c #F2CDCD",
+"*. c #CECECE",
+"=. c #C5C5C5",
+"-. c #B6B6B6",
+";. c #A3A3A3",
+">. c #8E8E8E",
+",. c #767676",
+"'. c #5B5B5B",
+"). c #2D2D2D",
+"!. c #1F1F1F",
+"~. c #070505",
+"{. c #440707",
+"]. c #631717",
+"^. c #652A29",
+"/. c #454541",
+"(. c #545551",
+"_. c #43443F",
+":. c #AA6B6A",
+"<. c #E49090",
+"[. c #EC9F9F",
+"}. c #F0AAAA",
+"|. c #F2B1B1",
+"1. c #B2B1B1",
+"2. c #ACACAC",
+"3. c #A1A1A1",
+"4. c #929292",
+"5. c #818181",
+"6. c #6D6D6D",
+"7. c #565656",
+"8. c #373737",
+"9. c #292929",
+"0. c #0E0D0D",
+"a. c #370303",
+"b. c #591212",
+"c. c #782222",
+"d. c #8D2F2E",
+"e. c #433F3A",
+"f. c #50504C",
+"g. c #474843",
+"h. c #855350",
+"i. c #EA7A7A",
+"j. c #F08686",
+"k. c #F48E8E",
+"l. c #F59292",
+"m. c #949292",
+"n. c #8F8F8F",
+"o. c #878787",
+"p. c #7C7C7C",
+"q. c #6F6F6F",
+"r. c #4A4A4A",
+"s. c #3A3A3A",
+"t. c #323232",
+"u. c #262626",
+"v. c #181818",
+"w. c #090808",
+"x. c #4A0A0A",
+"y. c #6B1C1C",
+"z. c #892A2A",
+"A. c #A23535",
+"B. c #613D39",
+"C. c #494A44",
+"D. c #4A4B46",
+"E. c #5D4541",
+"F. c #F27D7D",
+"G. c #F78484",
+"H. c #F97272",
+"I. c #FA7070",
+"J. c #717070",
+"K. c #6E6E6E",
+"L. c #686868",
+"M. c #616161",
+"N. c #575757",
+"O. c #4B4B4B",
+"P. c #424242",
+"Q. c #3E3E3E",
+"R. c #2E2E2E",
+"S. c #202020",
+"T. c #0F0F0F",
+"U. c #340202",
+"V. c #581212",
+"W. c #792323",
+"X. c #973030",
+"Y. c #B03939",
+"Z. c #8F3E3C",
+"`. c #42413C",
+" + c #DBB5B5",
+".+ c #E5C2C2",
+"++ c #B37B7B",
+"@+ c #8B4949",
+"#+ c #BB4848",
+"$+ c #B54848",
+"%+ c #A84545",
+"&+ c #934242",
+"*+ c #754040",
+"=+ c #574141",
+"-+ c #444242",
+";+ c #404040",
+">+ c #3B3B3B",
+",+ c #333333",
+"'+ c #171717",
+")+ c #3F0606",
+"!+ c #641818",
+"~+ c #852828",
+"{+ c #963434",
+"]+ c #863D3D",
+"^+ c #674140",
+"/+ c #40413C",
+"(+ c #ADADAB",
+"_+ c #DCDCDC",
+":+ c #808080",
+"<+ c #2B2828",
+"[+ c #FC2525",
+"}+ c #FD2727",
+"|+ c #FD2B2B",
+"1+ c #FC3232",
+"2+ c #F83939",
+"3+ c #EF3F3F",
+"4+ c #D54242",
+"5+ c #A54242",
+"6+ c #723E3E",
+"7+ c #423737",
+"8+ c #2B2C2C",
+"9+ c #1C1C1C",
+"0+ c #0B0A0A",
+"a+ c #480A0A",
+"b+ c #551D1D",
+"c+ c #472C2C",
+"d+ c #393737",
+"e+ c #3F3F3F",
+"f+ c #40403C",
+"g+ c #474842",
+"h+ c #6E6E6C",
+"i+ c #A0A0A0",
+"j+ c #4D4D4D",
+"k+ c #1D1919",
+"l+ c #FC1818",
+"m+ c #FD1C1C",
+"n+ c #FD2323",
+"o+ c #FD2C2C",
+"p+ c #FB3535",
+"q+ c #F43D3D",
+"r+ c #E84141",
+"s+ c #D94242",
+"t+ c #C64040",
+"u+ c #AC3939",
+"v+ c #762F2F",
+"w+ c #382020",
+"x+ c #0E0E0E",
+"y+ c #190D0D",
+"z+ c #393939",
+"A+ c #40403E",
+"B+ c #484944",
+"C+ c #626360",
+"D+ c #4C4C4A",
+"E+ c #120E0E",
+"F+ c #FC0E0E",
+"G+ c #FD1414",
+"H+ c #FD1D1D",
+"I+ c #FD3131",
+"J+ c #F73A3A",
+"K+ c #EC4040",
+"L+ c #DD4242",
+"M+ c #CA4040",
+"N+ c #B33A3A",
+"O+ c #461010",
+"P+ c #212121",
+"Q+ c #303030",
+"R+ c #6D6D6C",
+"S+ c #9A9A9A",
+"T+ c #717171",
+"U+ c #232323",
+"V+ c #1B1B1B",
+"W+ c #171313",
+"X+ c #FC1212",
+"Y+ c #FD1A1A",
+"Z+ c #FD2222",
+"`+ c #FD2929",
+" @ c #ED4040",
+".@ c #DE4242",
+"+@ c #CB4141",
+"@@ c #B43B3B",
+"#@ c #993131",
+"$@ c #561010",
+"%@ c #2F2F2F",
+"&@ c #414141",
+"*@ c #6B6B6B",
+"=@ c #9B9B9B",
+"-@ c #464646",
+";@ c #2D2A2A",
+">@ c #FC2929",
+",@ c #FD2F2F",
+"'@ c #FD3535",
+")@ c #FD3A3A",
+"!@ c #FD3E3E",
+"~@ c #F74040",
+"{@ c #EC4141",
+"]@ c #CA4141",
+"^@ c #B33B3B",
+"/@ c #983030",
+"(@ c #541010",
+"_@ c #444444",
+":@ c #6A6A6A",
+"<@ c #9D9D9D",
+"[@ c #757575",
+"}@ c #464343",
+"|@ c #FC4343",
+"1@ c #FD4646",
+"2@ c #FD4949",
+"3@ c #FD4C4C",
+"4@ c #FC4E4E",
+"5@ c #F54E4E",
+"6@ c #E94B4B",
+"7@ c #DA4545",
+"8@ c #AD3A3A",
+"9@ c #924242",
+"0@ c #835252",
+"a@ c #775757",
+"b@ c #6C6464",
+"c@ c #2B2B2B",
+"d@ c #545454",
+"e@ c #9C9C9C",
+"f@ c #999999",
+"g@ c #5F5C5C",
+"h@ c #FC5D5D",
+"i@ c #FD5D5D",
+"j@ c #FD5F5F",
+"k@ c #FD6060",
+"l@ c #F95F5F",
+"m@ c #F05C5C",
+"n@ c #E45656",
+"o@ c #C95656",
+"p@ c #AE7373",
+"q@ c #A49696",
+"r@ c #A6A6A6",
+"s@ c #A2A2A2",
+"t@ c #919191",
+"u@ c #898989",
+"v@ c #8A8A8A",
+"w@ c #CACACA",
+"x@ c #DADADA",
+"y@ c #B2B2B2",
+"z@ c #505050",
+"A@ c #343434",
+"B@ c #515151",
+"C@ c #5D5D5D",
+"D@ c #777777",
+"E@ c #A5A5A5",
+"F@ c #7E7C7C",
+"G@ c #FC7474",
+"H@ c #FD7474",
+"I@ c #FD7373",
+"J@ c #FA7272",
+"K@ c #EC6D6D",
+"L@ c #CE7979",
+"M@ c #B29191",
+"N@ c #A9A8A8",
+"O@ c #9F9F9F",
+"P@ c #858585",
+"Q@ c #525252",
+"R@ c #2C2C2C",
+"S@ c #CBCBCB",
+"T@ c #BBBBBB",
+"U@ c #AEAEAE",
+"V@ c #454545",
+"W@ c #555555",
+"X@ c #626262",
+"Y@ c #868686",
+"Z@ c #969696",
+"`@ c #9F9E9E",
+" # c #C49D9D",
+".# c #D19595",
+"+# c #CA9595",
+"@# c #BB9C9C",
+"## c #AEA9A9",
+"$# c #A8A8A8",
+"%# c #949494",
+"&# c #737373",
+"*# c #656565",
+"=# c #5A5A5A",
+"-# c #BFBFBF",
+";# c #5F5F5F",
+"># c #747474",
+",# c #7B7B7B",
+"'# c #7A7A7A",
+")# c #595959",
+"!# c #9E9E9E",
+"~# c #959595",
+"{# c #838383",
+"]# c #848484",
+"^# c #7F7F7F",
+"/# c #666666",
+"(# c #4E4E4E",
+"_# c #B1B1B1",
+":# c #3D3D3D",
+"<# c #676767",
+"[# c #727272",
+"}# c #7D7D7D",
+"|# c #8D8D8D",
+"1# c #A4A4A4",
+"2# c #8B8B8B",
+"3# c #636363",
+"4# c #585858",
+"5# c #4F4F4F",
+"6# c #989898",
+"7# c #979797",
+"8# c #909090",
+"9# c #888888",
+"0# c #535353",
+"a# c #383838",
+"b# c #282828",
+"c# c #828282",
+"d# c #696969",
+"e# c #5C5C5C",
+"f# c #606060",
+"g# c #484848",
+"h# c #131313",
+"i# c #353535",
+"j# c #313131",
+"k# c #252525",
+"l# c #3C3C3C",
+"m# c #363636",
+"n# c #242424",
+" . + @ # ",
+" $ % & * ",
+" = - ; > ",
+" , ' ; ) ",
+" ! ~ { ] ^ / ( _ ",
+" : < [ : } | 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 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 S T k U V W n X ",
+" Y Z ` ...+.@.#.$.%.&.*.=.-.;.>.,.'.).!.n ~. ",
+" {.].^./.(._.:.<.[.}.|.1.2.3.4.5.6.7.8.9.W 0. ",
+" a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.l r.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.8.R.S.T. ",
+" U.V.W.X.Y.Z._.D.`. +.+++@+#+$+%+&+*+=+-+;+>+,+m '+9 ",
+" )+!+~+{+]+^+/+C._.(+_+:+<+[+}+|+1+2+3+4+5+6+7+8+9+0+ ",
+" a+b+c+d+e+P.f+g+p h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+w+x+ ",
+" y+S.R.z+;+P.A+B+C+D+,+'+E+F+G+H+}+I+J+K+L+M+N+X.c.O+ ",
+" x+P+Q+s.;+P.;+R+S+T+U+V+W+X+Y+Z+`+I+2+ @.@+@@@#@W.$@ ",
+" x+P+%@s.;+P.&@*@=@n.-@%@;@>@,@'@)@!@~@{@L+]@^@/@c.(@ ",
+" 8 !.R.z+;+_@r.:@S+<@[@-@}@|@1@2@3@4@5@6@7@t+8@9@0@a@b@ ",
+" 0.9+c@8.;+O.d@q.e@;.f@:@g@h@i@j@k@l@m@n@o@p@q@r@s@t@u@v@ ",
+" w@x@y@z@A@_@B@C@D@i+E@i+S+F@G@H@I@J@K@L@M@N@O@P@*@Q@_@8.R@ ",
+" S@T@3.<@U@T+V@W@X@Y@3.s@i+Z@`@ #.#+#@###$#%#5.&#q.*#=#C e+%@V+",
+"-#e@;#>#,#'#4.v@)#*#3.!#!#=@k >.>.=@=@~#B {#]#^#U q./#=#(#;+Q+9+",
+"_#:#V =#<#[#}#|#;.1#_#S+S+Z@%#4.n.>.|#B 2#o.{#}#,.6.3#4#C Q.R.D ",
+"q.).e+5#l *@D@:+u@~#Z@6#7#7#7#Z@%#k t@8#B 9#{#p.&#L.l 0#-@a#b#6 ",
+" m ,+_@0#X@q.'#{#v@t@%#%#7#6#6#7#~#k 8#B 9#c#,#[#d#e#j+:#R.!.7 ",
+" R@m A@V N.3#q.U 5.o.v@>.4.k k 4.t@n.2#o.5.,#&#:@f#d@g#a#U+h# ",
+" 9.i#_@Q@C@L.T+D@p.c#P@o.o.o.Y@{#:+,#[@K./#e#B@V@a#9.W ",
+" R@%@s.V Q@'.X@d#K.[#>#[@,.>#[#K.d#3#'.Q@g#:#j#k#S. ",
+" j#8.e+V 5#d@4#'.C@C@e#)#W@z@r.P.z+%@m U+ ",
+" Q+A@a#z+>+l#:#l#z+m#t.).9.n# "};
--- neverball-1.5.4.orig/debian/neverputt-data.install
+++ neverball-1.5.4/debian/neverputt-data.install
@@ -0,0 +1,9 @@
+data/map-putt/*.sol usr/share/games/neverball/map-putt
+data/map-paxed/*.sol usr/share/games/neverball/map-paxed
+data/map-paxed2/*.sol usr/share/games/neverball/map-paxed2
+data/map-paxed3/*.sol usr/share/games/neverball/map-paxed3
+data/map-slippi/*.sol usr/share/games/neverball/map-slippi
+data/map-ckk/*.sol usr/share/games/neverball/map-ckk
+data/shot-putt/* usr/share/games/neverball/shot-putt
+data/holes-* usr/share/games/neverball
+data/courses.txt usr/share/games/neverball
--- neverball-1.5.4.orig/debian/neverball.install
+++ neverball-1.5.4/debian/neverball.install
@@ -0,0 +1,5 @@
+neverball usr/games
+mapc usr/games
+debian/neverball.xpm usr/share/pixmaps
+dist/neverball.png usr/share/pixmaps
+dist/neverball.desktop usr/share/applications
--- neverball-1.5.4.orig/debian/NEWS
+++ neverball-1.5.4/debian/NEWS
@@ -0,0 +1,10 @@
+neverball (1.5.0-1) unstable; urgency=low
+
+ * Incompatible configuration, score and replay files
+
+ This version of Neverball is part of the 1.5.x series, which isn't
+ compatible with 1.4.0, the previous stable release. Older scores, replays
+ and configuration files from 1.4.0 won't work with 1.5.x, and Neverball
+ will overwrite some of these files.
+
+ -- Jordà Polo <jorda@ettin.org> Sun, 08 Feb 2009 22:46:38 +0100
--- neverball-1.5.4.orig/debian/patches/fix-build-gold-linker
+++ neverball-1.5.4/debian/patches/fix-build-gold-linker
@@ -0,0 +1,19 @@
+--- a/Makefile 2009-09-20 12:06:00.000000000 +0200
++++ b/Makefile 2010-10-18 13:30:28.167540948 +0200
+@@ -131,14 +131,14 @@
+ OGL_LIBS := -framework OpenGL
+ endif
+
+-BASE_LIBS := -ljpeg $(PNG_LIBS) $(FS_LIBS)
++BASE_LIBS := -ljpeg $(PNG_LIBS) $(FS_LIBS) -lm
+
+ ifdef DARWIN
+ BASE_LIBS += -L/opt/local/lib
+ endif
+
+ ALL_LIBS := $(SDL_LIBS) $(BASE_LIBS) $(TILT_LIBS) $(INTL_LIBS) -lSDL_ttf \
+- -lvorbisfile $(OGL_LIBS)
++ -lvorbisfile $(OGL_LIBS) -lX11
+
+ #------------------------------------------------------------------------------
+
--- neverball-1.5.4.orig/debian/patches/sepperate-data-and-bin
+++ neverball-1.5.4/debian/patches/sepperate-data-and-bin
@@ -0,0 +1,13 @@
+--- a/Makefile
++++ b/Makefile
+@@ -311,6 +311,10 @@ DESKTOPS := $(basename $(wildcard dist/*
+
+ all : $(BALL_TARG) $(PUTT_TARG) $(MAPC_TARG) sols locales desktops
+
++data : sols locales
++
++executables: $(BALL_TARG) $(PUTT_TARG) $(MAPC_TARG) desktops
++
+ $(BALL_TARG) : $(BALL_OBJS)
+ $(CC) $(ALL_CFLAGS) -o $(BALL_TARG) $(BALL_OBJS) $(LDFLAGS) $(ALL_LIBS)
+
--- neverball-1.5.4.orig/debian/patches/series
+++ neverball-1.5.4/debian/patches/series
@@ -0,0 +1,2 @@
+sepperate-data-and-bin
+fix-build-gold-linker