r427 - in packages/cube: cube/trunk/debian cube-data/trunk/debian
Gonéri Le Bouder
goneri-guest at costa.debian.org
Tue Apr 4 20:16:29 UTC 2006
Author: goneri-guest
Date: 2006-04-04 20:16:28 +0000 (Tue, 04 Apr 2006)
New Revision: 427
Added:
packages/cube/cube-data/trunk/debian/cube.xpm
packages/cube/cube/trunk/debian/cube-client.desktop
packages/cube/cube/trunk/debian/cube-client.menu
Removed:
packages/cube/cube-data/trunk/debian/cube-server-nonfree
Modified:
packages/cube/cube-data/trunk/debian/control
packages/cube/cube-data/trunk/debian/cube-client-nonfree.menu
packages/cube/cube-data/trunk/debian/rules
packages/cube/cube/trunk/debian/control
packages/cube/cube/trunk/debian/rules
Log:
xpm file
menu files for club-client
Modified: packages/cube/cube/trunk/debian/control
===================================================================
--- packages/cube/cube/trunk/debian/control 2006-04-04 19:50:17 UTC (rev 426)
+++ packages/cube/cube/trunk/debian/control 2006-04-04 20:16:28 UTC (rev 427)
@@ -6,20 +6,63 @@
Build-Depends: debhelper (>= 5.0.0), dpatch
Standards-Version: 3.6.2
-Package: cube
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, cube-client, cube-server
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
Package: cube-client
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, cube-data
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: multiplayer and singleplayer first person shooter game
+ Cube is an open source multiplayer and singleplayer first person shooter game
+ built on an entirely new and very unconventional engine. Cube is a
+ landscape-style engine that pretends to be an indoor FPS engine, which combines
+ very high precision dynamic occlusion culling with a form of geometric
+ mipmapping on the whole world for dynamic LOD for configurable fps & graphic
+ detail on most machines. Uses OpenGL & SDL.
+ .
+ Allows in-engine editing of geometry in full 3D (you fly around the map,
+ point / drag stuff to select it / modify it), which can even be done
+ simultaneously with others in multiplayer (a first!). Has simplistic but
+ effective fine grain vertex lighting that looks like lightmapping and can
+ do dynamic lights & shadows. Doesn't need any kind of map precompilation,
+ even lighting is done on the fly. Has very simplistic quad-tree world
+ structure that can do slopes (heightfields with caps) and slants, water,
+ does decent collision detection & physics, has client/server networking that
+ goes a long way in giving a lag-free game experience, and features a
+ Doom/Quake-style singleplayer (2 game modes, savegames) and multiplayer
+ (12 game modes, master server / server browser, demo recording) game with
+ some uncompromising brutal oldskool gameplay.
+ .
+ Most of the engine design is targeted at reaching feature richness through
+ simplicity of structure and brute force, rather than finely tuned complexity.
+ .
+ http://www.cubeengine.com/
Package: cube-server
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, cube-data
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: multiplayer and singleplayer first person shooter game
+ Cube is an open source multiplayer and singleplayer first person shooter game
+ built on an entirely new and very unconventional engine. Cube is a
+ landscape-style engine that pretends to be an indoor FPS engine, which combines
+ very high precision dynamic occlusion culling with a form of geometric
+ mipmapping on the whole world for dynamic LOD for configurable fps & graphic
+ detail on most machines. Uses OpenGL & SDL.
+ .
+ Allows in-engine editing of geometry in full 3D (you fly around the map,
+ point / drag stuff to select it / modify it), which can even be done
+ simultaneously with others in multiplayer (a first!). Has simplistic but
+ effective fine grain vertex lighting that looks like lightmapping and can
+ do dynamic lights & shadows. Doesn't need any kind of map precompilation,
+ even lighting is done on the fly. Has very simplistic quad-tree world
+ structure that can do slopes (heightfields with caps) and slants, water,
+ does decent collision detection & physics, has client/server networking that
+ goes a long way in giving a lag-free game experience, and features a
+ Doom/Quake-style singleplayer (2 game modes, savegames) and multiplayer
+ (12 game modes, master server / server browser, demo recording) game with
+ some uncompromising brutal oldskool gameplay.
+ .
+ Most of the engine design is targeted at reaching feature richness through
+ simplicity of structure and brute force, rather than finely tuned complexity.
+ .
+ http://www.cubeengine.com/
+
+
Added: packages/cube/cube/trunk/debian/cube-client.desktop
===================================================================
--- packages/cube/cube/trunk/debian/cube-client.desktop 2006-04-04 19:50:17 UTC (rev 426)
+++ packages/cube/cube/trunk/debian/cube-client.desktop 2006-04-04 20:16:28 UTC (rev 427)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Cube
+Comment=first person shooter game
+Exec=/usr/games/cube-client
+Icon=cube
+Terminal=false
+Type=Application
+Categories=Application;Game;ArcadeGame
Added: packages/cube/cube/trunk/debian/cube-client.menu
===================================================================
--- packages/cube/cube/trunk/debian/cube-client.menu 2006-04-04 19:50:17 UTC (rev 426)
+++ packages/cube/cube/trunk/debian/cube-client.menu 2006-04-04 20:16:28 UTC (rev 427)
@@ -0,0 +1,4 @@
+?package(cube-client):needs="X11" section="Games/Arcade" \
+ title="Cube" command="/usr/games/cube-client" \
+ longtitle="first person shooter game" \
+ icon="cube.xpm"
Modified: packages/cube/cube/trunk/debian/rules
===================================================================
--- packages/cube/cube/trunk/debian/rules 2006-04-04 19:50:17 UTC (rev 426)
+++ packages/cube/cube/trunk/debian/rules 2006-04-04 20:16:28 UTC (rev 427)
@@ -32,7 +32,6 @@
endif
# Add here commands to configure the package.
-# dos2unix src/* # FIXME Is it useful?
cd enet && sh configure
touch configure-stamp
@@ -68,11 +67,18 @@
dh_installdirs
# Add here commands to install the package into debian/cube.
-# $(MAKE) install DESTDIR=$(CURDIR)/debian/cube
- dh_install src/cube_client usr/games/cube_client
- dh_install src/cube_server usr/games/cube_server
+# client
+ dh_install -pcube-client src/cube_client usr/games/cube_client
+ mv debian/cube-client/usr/games/cube_client \
+ debian/cube-client/usr/games/cube-client
+ dh_install -pcube-client debian/cube-client.desktop usr/share/applications
+# server
+ dh_install -pcube-server src/cube_server usr/games/cube_server
+ mv debian/cube-server/usr/games/cube_server \
+ debian/cube-server/usr/games/cube-server
+
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
@@ -85,7 +91,7 @@
dh_installdocs
dh_installexamples
# dh_install
-# dh_installmenu
+ dh_installmenu
# dh_installdebconf
# dh_installlogrotate
# dh_installemacsen
Modified: packages/cube/cube-data/trunk/debian/control
===================================================================
--- packages/cube/cube-data/trunk/debian/control 2006-04-04 19:50:17 UTC (rev 426)
+++ packages/cube/cube-data/trunk/debian/control 2006-04-04 20:16:28 UTC (rev 427)
@@ -8,19 +8,37 @@
Package: cube-data
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Depends: ${shlibs:Depends}, ${misc:Depends}, cube-client | cube-client-nonfree | cube-server
+Description: data for Cube, a first person shooter
+ Cube is an open source multiplayer and singleplayer first person shooter game
+ built on an entirely new and very unconventional engine. Cube is a
+ landscape-style engine that pretends to be an indoor FPS engine, which combines
+ very high precision dynamic occlusion culling with a form of geometric
+ mipmapping on the whole world for dynamic LOD for configurable fps & graphic
+ detail on most machines. Uses OpenGL & SDL.
+ .
+ Allows in-engine editing of geometry in full 3D (you fly around the map,
+ point / drag stuff to select it / modify it), which can even be done
+ simultaneously with others in multiplayer (a first!). Has simplistic but
+ effective fine grain vertex lighting that looks like lightmapping and can
+ do dynamic lights & shadows. Doesn't need any kind of map precompilation,
+ even lighting is done on the fly. Has very simplistic quad-tree world
+ structure that can do slopes (heightfields with caps) and slants, water,
+ does decent collision detection & physics, has client/server networking that
+ goes a long way in giving a lag-free game experience, and features a
+ Doom/Quake-style singleplayer (2 game modes, savegames) and multiplayer
+ (12 game modes, master server / server browser, demo recording) game with
+ some uncompromising brutal oldskool gameplay.
+ .
+ Most of the engine design is targeted at reaching feature richness through
+ simplicity of structure and brute force, rather than finely tuned complexity.
+ .
+ http://www.cubeengine.com/
Package: cube-client-nonfree
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, cube-data
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Description: multiplayer and singleplayer first person shooter game
+ To avoid problem with cheater, some cube server need a closed source cube
+ client.
-Package: cube-server-nonfree
-Architecture: amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}, cube-data
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
-
Modified: packages/cube/cube-data/trunk/debian/cube-client-nonfree.menu
===================================================================
--- packages/cube/cube-data/trunk/debian/cube-client-nonfree.menu 2006-04-04 19:50:17 UTC (rev 426)
+++ packages/cube/cube-data/trunk/debian/cube-client-nonfree.menu 2006-04-04 20:16:28 UTC (rev 427)
@@ -1,4 +1,4 @@
?package(cube-client-nonfree):needs="X11" section="Games/Arcade" \
- title="enemylines3" command="/usr/games/cube-client-nonfree" \
+ title="Cube (non free)" command="/usr/games/cube-client-nonfree" \
longtitle="first person shooter game" \
- icon="enemylines3.xpm"
+ icon="cube.xpm"
Deleted: packages/cube/cube-data/trunk/debian/cube-server-nonfree
===================================================================
--- packages/cube/cube-data/trunk/debian/cube-server-nonfree 2006-04-04 19:50:17 UTC (rev 426)
+++ packages/cube/cube-data/trunk/debian/cube-server-nonfree 2006-04-04 20:16:28 UTC (rev 427)
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-DATADIR=/usr/share/cube/
-
-cd $DATADIR
-exec /usr/games/cube-server-nonfree.bin $*
Added: packages/cube/cube-data/trunk/debian/cube.xpm
===================================================================
--- packages/cube/cube-data/trunk/debian/cube.xpm 2006-04-04 19:50:17 UTC (rev 426)
+++ packages/cube/cube-data/trunk/debian/cube.xpm 2006-04-04 20:16:28 UTC (rev 427)
@@ -0,0 +1,918 @@
+/* XPM */
+static char * cube_xpm[] = {
+"32 32 883 2",
+" c #04050B",
+". c #04040F",
+"+ c #04050C",
+"@ c #04050A",
+"# c #04040E",
+"$ c #04040D",
+"% c #05040A",
+"& c #04040A",
+"* c #050311",
+"= c #0F0B19",
+"- c #363233",
+"; c #3A3325",
+"> c #434120",
+", c #5B4B26",
+"' c #746032",
+") c #88713E",
+"! c #705C2C",
+"~ c #604C1E",
+"{ c #544419",
+"] c #4B3D1C",
+"^ c #6B5B2E",
+"/ c #75662F",
+"( c #897B41",
+"_ c #06070D",
+": c #040311",
+"< c #05040D",
+"[ c #05040B",
+"} c #05030F",
+"| c #040410",
+"1 c #0A0815",
+"2 c #363537",
+"3 c #3C3529",
+"4 c #3F3516",
+"5 c #5A4822",
+"6 c #66572B",
+"7 c #665528",
+"8 c #614C20",
+"9 c #493C17",
+"0 c #3F3312",
+"a c #473D1A",
+"b c #6A5D32",
+"c c #6D5E2A",
+"d c #82762B",
+"e c #070612",
+"f c #060610",
+"g c #040411",
+"h c #18151F",
+"i c #343132",
+"j c #3B393A",
+"k c #3E3A30",
+"l c #3C3416",
+"m c #4C401D",
+"n c #54431D",
+"o c #57451B",
+"p c #51411A",
+"q c #4A3B18",
+"r c #3E3315",
+"s c #4C421F",
+"t c #64562C",
+"u c #66582C",
+"v c #70672E",
+"w c #060513",
+"x c #060512",
+"y c #040310",
+"z c #14141D",
+"A c #353538",
+"B c #3F3E3E",
+"C c #3E3B3B",
+"D c #3D3A39",
+"E c #393635",
+"F c #3C3118",
+"G c #433819",
+"H c #443714",
+"I c #4D3B18",
+"J c #50411D",
+"K c #3A3016",
+"L c #373018",
+"M c #594F25",
+"N c #5D512A",
+"O c #56582B",
+"P c #44592E",
+"Q c #050412",
+"R c #0F0F14",
+"S c #2B2A2B",
+"T c #3B3839",
+"U c #3D3D3D",
+"V c #3F3D3E",
+"W c #3F3B3C",
+"X c #2D2B2E",
+"Y c #3C3B3B",
+"Z c #383017",
+"` c #3C3315",
+" . c #463A18",
+".. c #3F3518",
+"+. c #463C20",
+"@. c #464328",
+"#. c #504824",
+"$. c #605730",
+"%. c #584E29",
+"&. c #46552D",
+"*. c #5A5A2F",
+"=. c #0C1016",
+"-. c #0C0C14",
+";. c #222225",
+">. c #333132",
+",. c #353231",
+"'. c #363435",
+"). c #343435",
+"!. c #26252C",
+"~. c #0C0B16",
+"{. c #070613",
+"]. c #3B3738",
+"^. c #383320",
+"/. c #342E15",
+"(. c #3B3419",
+"_. c #3A331A",
+":. c #5C4E2A",
+"<. c #6A5E32",
+"[. c #796B34",
+"}. c #5E562F",
+"|. c #534B21",
+"1. c #555529",
+"2. c #4A5129",
+"3. c #17221C",
+"4. c #090816",
+"5. c #171620",
+"6. c #0D0D19",
+"7. c #29242A",
+"8. c #333030",
+"9. c #333333",
+"0. c #343233",
+"a. c #2F2D2F",
+"b. c #1C1B22",
+"c. c #090815",
+"d. c #2E2E2F",
+"e. c #413D28",
+"f. c #4C4422",
+"g. c #564E29",
+"h. c #5E5027",
+"i. c #86743E",
+"j. c #796F3F",
+"k. c #8D7E44",
+"l. c #6D6032",
+"m. c #544C24",
+"n. c #5B511C",
+"o. c #55502B",
+"p. c #224521",
+"q. c #050613",
+"r. c #060614",
+"s. c #24222A",
+"t. c #4C494A",
+"u. c #555254",
+"v. c #4C4C4D",
+"w. c #3F3C3D",
+"x. c #373332",
+"y. c #2B2B2F",
+"z. c #17151E",
+"A. c #070713",
+"B. c #212024",
+"C. c #433D2B",
+"D. c #5C562C",
+"E. c #5E5830",
+"F. c #6E6034",
+"G. c #7C6F3E",
+"H. c #66592B",
+"I. c #958443",
+"J. c #7F733B",
+"K. c #5E522B",
+"L. c #595429",
+"M. c #535032",
+"N. c #1A251E",
+"O. c #23391F",
+"P. c #050513",
+"Q. c #060515",
+"R. c #15141F",
+"S. c #5A5757",
+"T. c #918E8D",
+"U. c #A09D9D",
+"V. c #4F4E4C",
+"W. c #3C3A3E",
+"X. c #1B1B24",
+"Y. c #0E0D1B",
+"Z. c #181820",
+"`. c #3A372C",
+" + c #534D28",
+".+ c #6E5F33",
+"++ c #7A6734",
+"@+ c #635324",
+"#+ c #51431E",
+"$+ c #8A7939",
+"%+ c #918342",
+"&+ c #57572D",
+"*+ c #4C5836",
+"=+ c #535234",
+"-+ c #3E5823",
+";+ c #1A251F",
+">+ c #0D0F1D",
+",+ c #10101F",
+"'+ c #22222A",
+")+ c #413D3F",
+"!+ c #555152",
+"~+ c #7E7C7B",
+"{+ c #B0ACAB",
+"]+ c #535153",
+"^+ c #26232C",
+"/+ c #1B1927",
+"(+ c #171624",
+"_+ c #191826",
+":+ c #191721",
+"<+ c #161624",
+"[+ c #191624",
+"}+ c #161223",
+"|+ c #17141D",
+"1+ c #1C1A20",
+"2+ c #3E3A33",
+"3+ c #453919",
+"4+ c #53431C",
+"5+ c #57461B",
+"6+ c #433717",
+"7+ c #433B1C",
+"8+ c #7A6A34",
+"9+ c #9F8F4C",
+"0+ c #6F6535",
+"a+ c #565333",
+"b+ c #535233",
+"c+ c #42692F",
+"d+ c #346527",
+"e+ c #29391D",
+"f+ c #222123",
+"g+ c #2C2C2C",
+"h+ c #333233",
+"i+ c #2D2B30",
+"j+ c #21202A",
+"k+ c #28262D",
+"l+ c #1D1A23",
+"m+ c #1A1923",
+"n+ c #191727",
+"o+ c #181727",
+"p+ c #181728",
+"q+ c #1A1828",
+"r+ c #1D1827",
+"s+ c #161824",
+"t+ c #191B1F",
+"u+ c #1C1720",
+"v+ c #231C24",
+"w+ c #241C24",
+"x+ c #3A3633",
+"y+ c #362D14",
+"z+ c #403517",
+"A+ c #453A1F",
+"B+ c #4E4A2B",
+"C+ c #55512B",
+"D+ c #655829",
+"E+ c #988541",
+"F+ c #81763D",
+"G+ c #595533",
+"H+ c #474827",
+"I+ c #282C1C",
+"J+ c #293218",
+"K+ c #415D0B",
+"L+ c #323F18",
+"M+ c #272B20",
+"N+ c #191A23",
+"O+ c #171720",
+"P+ c #131525",
+"Q+ c #131524",
+"R+ c #151623",
+"S+ c #161622",
+"T+ c #0D1513",
+"U+ c #14171F",
+"V+ c #1A1724",
+"W+ c #1A1823",
+"X+ c #1F1A27",
+"Y+ c #1B181C",
+"Z+ c #151816",
+"`+ c #1C1C21",
+" @ c #2D2B2F",
+".@ c #353033",
+"+@ c #383536",
+"@@ c #4E4725",
+"#@ c #5A532B",
+"$@ c #736536",
+"%@ c #676135",
+"&@ c #5D5A32",
+"*@ c #5B5024",
+"=@ c #877A38",
+"-@ c #938943",
+";@ c #5E5829",
+">@ c #474623",
+",@ c #352B0F",
+"'@ c #34400B",
+")@ c #3C540C",
+"!@ c #3F530A",
+"~@ c #3D570A",
+"{@ c #34490F",
+"]@ c #283516",
+"^@ c #212C1D",
+"/@ c #141723",
+"(@ c #141624",
+"_@ c #0F1617",
+":@ c #09150D",
+"<@ c #1F1D25",
+"[@ c #29282E",
+"}@ c #28272D",
+"|@ c #272627",
+"1@ c #312D2E",
+"2@ c #2F2C33",
+"3@ c #272629",
+"4@ c #302D31",
+"5@ c #453C23",
+"6@ c #635228",
+"7@ c #615124",
+"8@ c #44401E",
+"9@ c #635E2E",
+"0@ c #564E25",
+"a@ c #786E3B",
+"b@ c #6C7341",
+"c@ c #455A34",
+"d@ c #44462A",
+"e@ c #3D4E0C",
+"f@ c #41580B",
+"g@ c #2D2B0E",
+"h@ c #261B0E",
+"i@ c #3A331E",
+"j@ c #343E13",
+"k@ c #2E3C16",
+"l@ c #141524",
+"m@ c #181723",
+"n@ c #202127",
+"o@ c #3D3E40",
+"p@ c #7F7A7C",
+"q@ c #716C6E",
+"r@ c #3A373B",
+"s@ c #27242D",
+"t@ c #1D1C26",
+"u@ c #201B23",
+"v@ c #181624",
+"w@ c #171622",
+"x@ c #1C1E23",
+"y@ c #3E3522",
+"z@ c #493F1E",
+"A@ c #5F532E",
+"B@ c #59542F",
+"C@ c #4E512B",
+"D@ c #353A20",
+"E@ c #615931",
+"F@ c #8B8149",
+"G@ c #787144",
+"H@ c #55512E",
+"I@ c #142218",
+"J@ c #212617",
+"K@ c #29200E",
+"L@ c #352A12",
+"M@ c #413516",
+"N@ c #322913",
+"O@ c #242113",
+"P@ c #22221E",
+"Q@ c #1F2028",
+"R@ c #202125",
+"S@ c #2D2E2B",
+"T@ c #313535",
+"U@ c #303538",
+"V@ c #28312F",
+"W@ c #141C1A",
+"X@ c #18171C",
+"Y@ c #1B1925",
+"Z@ c #181924",
+"`@ c #171820",
+" # c #151818",
+".# c #1C1F21",
+"+# c #202322",
+"@# c #3E3927",
+"## c #594D26",
+"$# c #564922",
+"%# c #4F4E2A",
+"&# c #505128",
+"*# c #363A23",
+"=# c #414223",
+"-# c #7E7840",
+";# c #727142",
+"># c #60582F",
+",# c #040A0C",
+"'# c #081411",
+")# c #251C0C",
+"!# c #6F5F31",
+"~# c #3B3115",
+"{# c #32321C",
+"]# c #2C351F",
+"^# c #283925",
+"/# c #3C5338",
+"(# c #455B3B",
+"_# c #2B3F25",
+":# c #2C4636",
+"<# c #1A2F27",
+"[# c #142823",
+"}# c #0B1C1B",
+"|# c #2A2B2F",
+"1# c #4C4C50",
+"2# c #353539",
+"3# c #252527",
+"4# c #212420",
+"5# c #1B211D",
+"6# c #1B2023",
+"7# c #313024",
+"8# c #544A24",
+"9# c #5E5129",
+"0# c #5B5A2F",
+"a# c #4A4F2E",
+"b# c #3C4326",
+"c# c #32361E",
+"d# c #6A693B",
+"e# c #998E4D",
+"f# c #676530",
+"g# c #1B281F",
+"h# c #152016",
+"i# c #3A2F16",
+"j# c #766832",
+"k# c #4F5533",
+"l# c #465E41",
+"m# c #4C5E45",
+"n# c #384A33",
+"o# c #394F36",
+"p# c #3C543B",
+"q# c #364E36",
+"r# c #223925",
+"s# c #0D1A17",
+"t# c #010308",
+"u# c #0A1214",
+"v# c #1D221F",
+"w# c #313239",
+"x# c #181B1F",
+"y# c #1D1E1F",
+"z# c #292620",
+"A# c #2A251A",
+"B# c #26211A",
+"C# c #342F1D",
+"D# c #483D1E",
+"E# c #443F20",
+"F# c #5D582C",
+"G# c #595A33",
+"H# c #3B4529",
+"I# c #393920",
+"J# c #5B5228",
+"K# c #807A42",
+"L# c #6C6A3A",
+"M# c #19281F",
+"N# c #1D2115",
+"O# c #1F1E10",
+"P# c #405D39",
+"Q# c #2F5031",
+"R# c #395334",
+"S# c #627A55",
+"T# c #69825C",
+"U# c #3A4E38",
+"V# c #1E2C1F",
+"W# c #273A26",
+"X# c #041214",
+"Y# c #14241C",
+"Z# c #2E3019",
+"`# c #2D3410",
+" $ c #38351C",
+".$ c #3B3017",
+"+$ c #3A3218",
+"@$ c #4A4120",
+"#$ c #50421D",
+"$$ c #3C351A",
+"%$ c #3A321A",
+"&$ c #4E411F",
+"*$ c #433F1E",
+"=$ c #555029",
+"-$ c #5E5D34",
+";$ c #3A4025",
+">$ c #464525",
+",$ c #8A793E",
+"'$ c #988746",
+")$ c #111E16",
+"!$ c #1B1B11",
+"~$ c #2F3423",
+"{$ c #414A34",
+"]$ c #454B2E",
+"^$ c #607F5A",
+"/$ c #597853",
+"($ c #4B6A44",
+"_$ c #2F482F",
+":$ c #293525",
+"<$ c #182319",
+"[$ c #17251D",
+"}$ c #11201C",
+"|$ c #2B2C17",
+"1$ c #292611",
+"2$ c #2E3113",
+"3$ c #33341D",
+"4$ c #6E602F",
+"5$ c #584D28",
+"6$ c #655A2C",
+"7$ c #796A31",
+"8$ c #534924",
+"9$ c #363017",
+"0$ c #4B411E",
+"a$ c #453E1D",
+"b$ c #3B3E22",
+"c$ c #595B32",
+"d$ c #3A4527",
+"e$ c #3A3D24",
+"f$ c #4A4526",
+"g$ c #7C6B36",
+"h$ c #656E34",
+"i$ c #182117",
+"j$ c #1D190D",
+"k$ c #54512E",
+"l$ c #504A26",
+"m$ c #524C2A",
+"n$ c #6B6E3F",
+"o$ c #314229",
+"p$ c #263123",
+"q$ c #343728",
+"r$ c #383A25",
+"s$ c #292F25",
+"t$ c #14231B",
+"u$ c #0E211A",
+"v$ c #1F2E25",
+"w$ c #111111",
+"x$ c #141816",
+"y$ c #1D3027",
+"z$ c #283A29",
+"A$ c #455337",
+"B$ c #515229",
+"C$ c #777139",
+"D$ c #564F2B",
+"E$ c #363019",
+"F$ c #453E21",
+"G$ c #494324",
+"H$ c #38391F",
+"I$ c #6F6738",
+"J$ c #3D4E2E",
+"K$ c #3A4224",
+"L$ c #625425",
+"M$ c #988742",
+"N$ c #837437",
+"O$ c #241B0B",
+"P$ c #86763B",
+"Q$ c #564D28",
+"R$ c #595027",
+"S$ c #9F8F49",
+"T$ c #7A723F",
+"U$ c #4F4D2D",
+"V$ c #524D37",
+"W$ c #6C6840",
+"X$ c #393F2B",
+"Y$ c #222D21",
+"Z$ c #22291F",
+"`$ c #282E20",
+" % c #22211B",
+".% c #050505",
+"+% c #0C0E0B",
+"@% c #203129",
+"#% c #425940",
+"$% c #24331D",
+"%% c #595B2E",
+"&% c #5D542C",
+"*% c #3A351C",
+"=% c #403A1B",
+"-% c #4C4423",
+";% c #3C3C1F",
+">% c #60572C",
+",% c #4C5730",
+"'% c #454326",
+")% c #463F24",
+"!% c #635A34",
+"~% c #5A513C",
+"{% c #1D1409",
+"]% c #4F4932",
+"^% c #312D1D",
+"/% c #49412D",
+"(% c #716A44",
+"_% c #494A30",
+":% c #34311D",
+"<% c #383527",
+"[% c #5D5932",
+"}% c #4C4329",
+"|% c #4A3F27",
+"1% c #3C2E21",
+"2% c #544F32",
+"3% c #3C3A24",
+"4% c #171816",
+"5% c #040404",
+"6% c #060606",
+"7% c #1B2017",
+"8% c #233629",
+"9% c #2C3926",
+"0% c #443E22",
+"a% c #2D2A18",
+"b% c #2A2615",
+"c% c #35301A",
+"d% c #2C2B19",
+"e% c #3A3723",
+"f% c #3C432D",
+"g% c #252C20",
+"h% c #252623",
+"i% c #212021",
+"j% c #6C6239",
+"k% c #282010",
+"l% c #544F30",
+"m% c #433E20",
+"n% c #6C6736",
+"o% c #7B7F3C",
+"p% c #54652D",
+"q% c #344924",
+"r% c #485935",
+"s% c #394A37",
+"t% c #526147",
+"u% c #464A4E",
+"v% c #3C411F",
+"w% c #4C5434",
+"x% c #3A3B21",
+"y% c #1F1F19",
+"z% c #141615",
+"A% c #030303",
+"B% c #070907",
+"C% c #020404",
+"D% c #1B2217",
+"E% c #444328",
+"F% c #474D2B",
+"G% c #404622",
+"H% c #2F3016",
+"I% c #2B2D17",
+"J% c #31301B",
+"K% c #474424",
+"L% c #3F4527",
+"M% c #393D25",
+"N% c #3A3C22",
+"O% c #3F3C23",
+"P% c #625930",
+"Q% c #2F2713",
+"R% c #58592F",
+"S% c #38401C",
+"T% c #4B5228",
+"U% c #6A713F",
+"V% c #4D7422",
+"W% c #447323",
+"X% c #40562E",
+"Y% c #395947",
+"Z% c #385231",
+"`% c #4E6D30",
+" & c #30501C",
+".& c #3C462C",
+"+& c #38412C",
+"@& c #252620",
+"#& c #212121",
+"$& c #131414",
+"%& c #090A0A",
+"&& c #1A2015",
+"*& c #3A3E2C",
+"=& c #383620",
+"-& c #3C402B",
+";& c #457227",
+">& c #4E5C31",
+",& c #5D5F2F",
+"'& c #51502D",
+")& c #3A4023",
+"!& c #363821",
+"~& c #434424",
+"{& c #242214",
+"]& c #1F1D0C",
+"^& c #2B401F",
+"/& c #2C441D",
+"(& c #2E4221",
+"_& c #314721",
+":& c #2F4223",
+"<& c #335E23",
+"[& c #3C6922",
+"}& c #43741F",
+"|& c #36681F",
+"1& c #437521",
+"2& c #315B22",
+"3& c #3B5F1F",
+"4& c #3C611E",
+"5& c #365124",
+"6& c #1F1F1F",
+"7& c #242323",
+"8& c #111110",
+"9& c #020202",
+"0& c #0A0A0A",
+"a& c #352B1D",
+"b& c #3D3023",
+"c& c #3F5134",
+"d& c #456A2A",
+"e& c #455835",
+"f& c #4B4D34",
+"g& c #504E2B",
+"h& c #726837",
+"i& c #5A5029",
+"j& c #283211",
+"k& c #242E0F",
+"l& c #395E23",
+"m& c #496732",
+"n& c #556B41",
+"o& c #5B6E4A",
+"p& c #5A6E4E",
+"q& c #426D1E",
+"r& c #527329",
+"s& c #376223",
+"t& c #3F5133",
+"u& c #306A20",
+"v& c #376A29",
+"w& c #3A6026",
+"x& c #305418",
+"y& c #405B24",
+"z& c #313026",
+"A& c #1E1E1D",
+"B& c #232321",
+"C& c #0F0F0F",
+"D& c #090909",
+"E& c #070504",
+"F& c #2A1D11",
+"G& c #3E3B3D",
+"H& c #495F38",
+"I& c #4E6A33",
+"J& c #4D6339",
+"K& c #606056",
+"L& c #696345",
+"M& c #544F29",
+"N& c #36571F",
+"O& c #406326",
+"P& c #466A2C",
+"Q& c #4B6633",
+"R& c #435636",
+"S& c #465A36",
+"T& c #3F5831",
+"U& c #557D29",
+"V& c #3E6524",
+"W& c #35681F",
+"X& c #335C1D",
+"Y& c #326F1F",
+"Z& c #31482B",
+"`& c #363E32",
+" * c #383F2D",
+".* c #6C6347",
+"+* c #695643",
+"@* c #202020",
+"#* c #1E1E1E",
+"$* c #212421",
+"%* c #101010",
+"&* c #080808",
+"** c #0E0E0E",
+"=* c #141112",
+"-* c #3E3C3C",
+";* c #476435",
+">* c #486C2F",
+",* c #435F2E",
+"'* c #37492E",
+")* c #34312B",
+"!* c #38442A",
+"~* c #37392B",
+"{* c #32312E",
+"]* c #32392D",
+"^* c #36492B",
+"/* c #3A5E27",
+"(* c #396422",
+"_* c #33601E",
+":* c #356020",
+"<* c #37681E",
+"[* c #306119",
+"}* c #396822",
+"|* c #3D6422",
+"1* c #406225",
+"2* c #43612B",
+"3* c #877154",
+"4* c #A48A6E",
+"5* c #312C29",
+"6* c #070707",
+"7* c #494E45",
+"8* c #69944B",
+"9* c #7AA156",
+"0* c #5F8C37",
+"a* c #5C7D3B",
+"b* c #30302F",
+"c* c #324027",
+"d* c #374E20",
+"e* c #335223",
+"f* c #34592B",
+"g* c #365921",
+"h* c #335B19",
+"i* c #38611F",
+"j* c #375D21",
+"k* c #36631D",
+"l* c #316220",
+"m* c #375926",
+"n* c #39531E",
+"o* c #395623",
+"p* c #354B29",
+"q* c #9F8467",
+"r* c #B29A7C",
+"s* c #78654F",
+"t* c #232323",
+"u* c #1D1E1E",
+"v* c #212322",
+"w* c #252525",
+"x* c #494C45",
+"y* c #747B67",
+"z* c #596245",
+"A* c #47592D",
+"B* c #2E2A2B",
+"C* c #2E2A29",
+"D* c #18537C",
+"E* c #156898",
+"F* c #305537",
+"G* c #6E855F",
+"H* c #526C3B",
+"I* c #4E6C39",
+"J* c #36581F",
+"K* c #365F1C",
+"L* c #335D1D",
+"M* c #3A5922",
+"N* c #5F4019",
+"O* c #6D3D1B",
+"P* c #372F2A",
+"Q* c #A28F79",
+"R* c #AE9273",
+"S* c #9E7F62",
+"T* c #352F29",
+"U* c #242424",
+"V* c #1B1B1B",
+"W* c #0D0D0D",
+"X* c #232524",
+"Y* c #404040",
+"Z* c #2D2D2D",
+"`* c #60635B",
+" = c #586150",
+".= c #2A2827",
+"+= c #282828",
+"@= c #0B63AD",
+"#= c #0774CE",
+"$= c #283642",
+"%= c #686A62",
+"&= c #516245",
+"*= c #526640",
+"== c #374D1A",
+"-= c #364D1A",
+";= c #364F1A",
+">= c #355021",
+",= c #87441A",
+"'= c #A84A19",
+")= c #3A2B25",
+"!= c #8D7F70",
+"~= c #A1805F",
+"{= c #957657",
+"]= c #66533F",
+"^= c #1D1D1D",
+"/= c #272727",
+"(= c #171918",
+"_= c #0F1110",
+":= c #040605",
+"<= c #282A29",
+"[= c #3A3C3B",
+"}= c #3E403F",
+"|= c #505050",
+"1= c #4E623F",
+"2= c #313131",
+"3= c #1E4262",
+"4= c #18436B",
+"5= c #282C32",
+"6= c #595758",
+"7= c #4E4C4D",
+"8= c #4A4A49",
+"9= c #303528",
+"0= c #334524",
+"a= c #384E26",
+"b= c #2E3029",
+"c= c #52412B",
+"d= c #5B4127",
+"e= c #2F2926",
+"f= c #7A6B5A",
+"g= c #967552",
+"h= c #977859",
+"i= c #8D7054",
+"j= c #2E2A25",
+"k= c #292929",
+"l= c #1C1C1C",
+"m= c #181818",
+"n= c #2A2A2A",
+"o= c #383A39",
+"p= c #373737",
+" . + @ @ # $ % % @ @ @ @ & # * = - ; > , ' ) ! ~ { ] ^ / ( ",
+"_ @ @ @ # : : < [ } # @ @ # | : : 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 # g . @ : : : y # @ @ # z A B C D E F G H I J K L M N O P ",
+"w w w Q Q . y : : : # @ @ R S T U V W X Y Z ` ...+. at .#.$.%.&.*.",
+"w w =.w w Q Q Q : : : -.;.>.,.'.).!.~.{.].^./.(._.:.<.[.}.|.1.2.",
+"w 3.=.w w w w 4.5.6.7.8.9.0.a.b.c.w w w d.e.f.g.h.i.j.k.l.m.n.o.",
+"w p.q.w w r.s.t.u.v.w.x.y.z.A.w w w w w B.C.D.E.F.G.H.I.J.K.L.M.",
+"N.O.P.Q.w R.S.T.U.V.W.X.Y.4.w w x w w w Z.`. +.+++ at +#+$+%+&+*+=+",
+"-+;+>+,+'+)+!+~+{+]+^+/+/+(+_+:+<+[+}+|+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+U+V+W+X+Y+Z+`+ @. at +@@@#@$@%@&@*@=@-@;@>@",
+",@'@)@!@~@{@]@^@/@P+(@_@:@<@[@}@|@1@'.2 at 3@4 at 5@6 at 7@8 at 9@0 at a@b at c@d@",
+"e at f@g at h@i at j@k at l@(@P+m at n@o at p@q at r@s at t@u at v@w at x@y at z@A at B@C at D@E at F@G at H@",
+"I at J@K at L@M at N@O at P@Q at R@S at T@U at V@W at X@Y at Z@`@ #.#+#@###$#%#&#*#=#-#;#>#",
+",#'#)#!#~#{#]#^#/#(#_#:#<#[#}#|#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#C+P#Q#R#S#T#U#V#W#X#Y#Z#`# $.$+$@$#$$$%$&$*$=$-$;$>$N ,$'$",
+")$!$~${$]$^$/$($_$:$<$[$}$|$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$H$L$M$",
+"N$O$P$Q$R$S$T$U$V$W$X$Y$Z$`$ %.%+%@%#%$%%%&%*%=%-%;%>%,%b#'%)%!%",
+"~%{%]%^%/%(%_%:%<%[%}%|%1%2%3%4%5%6%7%8%9%0%a%b%c%d%e%f%9%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%U%V%W%X%Y%Z%`% &.&+&@&#&$&A%%&.%&&*&=&-&;&>&,&'&)&!&~&",
+"{&]&^&/&(&_&:&<&[&}&|&1&2&3&4&5&6&7&8&9&0&.%w$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&A%D&0&E&F&G&H&I&J&K&L&M&",
+"N&O&P&Q&R&S&T&U&V&W&X&Y&Z&`& *.*+*@*#*$*%*A%&***5%=*-*;*>*,*'*)*",
+"!*~*{*]*^*/*(*_*:*<*[*}*|*1*2*3*4*5*#*@*#&C&A%6%C&6*0&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*#*%*5%.%w$0&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*#*w*V*W*5%5%**X*Y*Z*`* =",
+".=+=@=#=$=%=&=*===-=;=>=,='=)=!=~={=]=w*t*^=/=(=_=:=5%<=[=}=|=1=",
+"2=9.3=4=5=6=7=8=9=0=a=b=c=d=e=f=g=h=i=j=k=@*l=+=m=%*.%m=n=o=p=w*"};
Modified: packages/cube/cube-data/trunk/debian/rules
===================================================================
--- packages/cube/cube-data/trunk/debian/rules 2006-04-04 19:50:17 UTC (rev 426)
+++ packages/cube/cube-data/trunk/debian/rules 2006-04-04 20:16:28 UTC (rev 427)
@@ -66,6 +66,7 @@
dh_install -pcube-data packages usr/share/cube
dh_install -pcube-data docs usr/share/doc/cube
dh_install -pcube-data readme.html usr/share/doc/cube/docs
+ dh_install -pcube-data debian/cube.xpm usr/share/pixmaps
dh_install -pcube-data autoexec.cfg usr/share/doc/cube
find debian/cube-data -name '*.txt' -exec rm -f {} \;
@@ -74,11 +75,12 @@
dh_install -pcube-client-nonfree bin_unix/linux_client usr/games
mv debian/cube-client-nonfree/usr/games/linux_client \
debian/cube-client-nonfree/usr/games/cube-client-nonfree.bin
+ dh_install -pcube-client-nonfree debian/cube-client-nonfree.desktop usr/share/applications
# cube-server-nonfree
- dh_install -pcube-server-nonfree debian/cube-server-nonfree usr/games
- dh_install -pcube-server-nonfree bin_unix/linux_server usr/games
- mv debian/cube-server-nonfree/usr/games/linux_server \
+# dh_install -pcube-server-nonfree debian/cube-server-nonfree usr/games
+# dh_install -pcube-server-nonfree bin_unix/linux_server usr/games
+# mv debian/cube-server-nonfree/usr/games/linux_server \
debian/cube-server-nonfree/usr/games/cube-server-nonfree.bin
# Build architecture-independent files here.
@@ -93,7 +95,7 @@
dh_installdocs
dh_installexamples
# dh_install
-# dh_installmenu
+ dh_installmenu
# dh_installdebconf
# dh_installlogrotate
# dh_installemacsen
More information about the Pkg-games-devel
mailing list