r433 - packages/cube/cube-data/trunk/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Tue Apr 4 21:52:18 UTC 2006


Author: goneri-guest
Date: 2006-04-04 21:52:18 +0000 (Tue, 04 Apr 2006)
New Revision: 433

Modified:
   packages/cube/cube-data/trunk/debian/control
   packages/cube/cube-data/trunk/debian/cube-client-nonfree.sh
   packages/cube/cube-data/trunk/debian/rules
Log:
cube nonfreee binary in /usr/lib/cube
GPL header in the warpper script


Modified: packages/cube/cube-data/trunk/debian/control
===================================================================
--- packages/cube/cube-data/trunk/debian/control	2006-04-04 21:34:37 UTC (rev 432)
+++ packages/cube/cube-data/trunk/debian/control	2006-04-04 21:52:18 UTC (rev 433)
@@ -37,7 +37,7 @@
 
 Package: cube-client-nonfree
 Architecture: i386 
-Depends: ${shlibs:Depends}, ${misc:Depends}, cube-data
+Depends: ${shlibs:Depends}, ${misc:Depends}, cube-data, libsdl-image1.2, libsdl-mixer1.2
 Description: multiplayer and singleplayer first person shooter game
  To avoid problem with cheater, some cube server need a closed source cube
  client.

Modified: packages/cube/cube-data/trunk/debian/cube-client-nonfree.sh
===================================================================
--- packages/cube/cube-data/trunk/debian/cube-client-nonfree.sh	2006-04-04 21:34:37 UTC (rev 432)
+++ packages/cube/cube-data/trunk/debian/cube-client-nonfree.sh	2006-04-04 21:52:18 UTC (rev 433)
@@ -1,6 +1,29 @@
 #!/bin/sh
+#
+#  Wrapper script for cube-client-nonfree.
+#
+#  This file is part of cube Debian package.
+#
+#  Copyright (C) 2006 Gonéri Le Bouder
+#
+#  Author: Gonéri Le Bouder <goneri at rulezlan.org>
+#
+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
+#
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, write to the Free Software
+#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+
 DATADIR=/usr/share/cube/
 
 cd $DATADIR
-exec  /usr/games/cube-client-nonfree.bin $*
+exec  /usr/lib/cube/cube-client-nonfree.bin $*

Modified: packages/cube/cube-data/trunk/debian/rules
===================================================================
--- packages/cube/cube-data/trunk/debian/rules	2006-04-04 21:34:37 UTC (rev 432)
+++ packages/cube/cube-data/trunk/debian/rules	2006-04-04 21:52:18 UTC (rev 433)
@@ -72,9 +72,9 @@
 
 # cube-client-nonfree
 	dh_install -pcube-client-nonfree debian/cube-client-nonfree.sh usr/games
-	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 bin_unix/linux_client usr/lib/cube
+	mv debian/cube-client-nonfree/usr/lib/cube/linux_client \
+	 debian/cube-client-nonfree/usr/lib/cube/cube-client-nonfree.bin
 	mv debian/cube-client-nonfree/usr/games/cube-client-nonfree.sh \
 	 debian/cube-client-nonfree/usr/games/cube-client-nonfree
 	dh_install -pcube-client-nonfree debian/cube-client-nonfree.desktop usr/share/applications




More information about the Pkg-games-devel mailing list