r2102 - packages/trunk/openarena/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Tue Dec 12 00:57:13 CET 2006


Author: fuddl-guest
Date: 2006-12-12 00:57:13 +0100 (Tue, 12 Dec 2006)
New Revision: 2102

Removed:
   packages/trunk/openarena/debian/openarena-data.dirs
   packages/trunk/openarena/debian/openarena-server.dirs
   packages/trunk/openarena/debian/openarena.dirs
Modified:
   packages/trunk/openarena/debian/changelog
   packages/trunk/openarena/debian/openarena-server.6
   packages/trunk/openarena/debian/openarena.6
   packages/trunk/openarena/debian/rules
Log:
fixed some glitches

Modified: packages/trunk/openarena/debian/changelog
===================================================================
--- packages/trunk/openarena/debian/changelog	2006-12-11 23:35:16 UTC (rev 2101)
+++ packages/trunk/openarena/debian/changelog	2006-12-11 23:57:13 UTC (rev 2102)
@@ -2,5 +2,4 @@
 
   * Initial release (Closes: #380100)
 
- -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Wed, 06 Dec 2006 15:38:12 +0100
-
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Wed,  6 Dec 2006 15:38:12 +0100

Deleted: packages/trunk/openarena/debian/openarena-data.dirs
===================================================================
--- packages/trunk/openarena/debian/openarena-data.dirs	2006-12-11 23:35:16 UTC (rev 2101)
+++ packages/trunk/openarena/debian/openarena-data.dirs	2006-12-11 23:57:13 UTC (rev 2102)
@@ -1 +0,0 @@
-usr/share/games/openarena/baseq3

Modified: packages/trunk/openarena/debian/openarena-server.6
===================================================================
--- packages/trunk/openarena/debian/openarena-server.6	2006-12-11 23:35:16 UTC (rev 2101)
+++ packages/trunk/openarena/debian/openarena-server.6	2006-12-11 23:57:13 UTC (rev 2102)
@@ -9,9 +9,6 @@
 .B openarena-server
 command.
 .PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
-.\" respectively.
 \fBopenarena-server\fP is the dedicated server for the Ego-Shooter Open Arena.
 .SH OPTIONS
 .PP

Deleted: packages/trunk/openarena/debian/openarena-server.dirs
===================================================================
--- packages/trunk/openarena/debian/openarena-server.dirs	2006-12-11 23:35:16 UTC (rev 2101)
+++ packages/trunk/openarena/debian/openarena-server.dirs	2006-12-11 23:57:13 UTC (rev 2102)
@@ -1,3 +0,0 @@
-usr/games
-usr/lib/games/openarena
-usr/share/applications

Modified: packages/trunk/openarena/debian/openarena.6
===================================================================
--- packages/trunk/openarena/debian/openarena.6	2006-12-11 23:35:16 UTC (rev 2101)
+++ packages/trunk/openarena/debian/openarena.6	2006-12-11 23:57:13 UTC (rev 2102)
@@ -9,9 +9,6 @@
 .B openarena
 command.
 .PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
-.\" respectively.
 \fBopenarena\fP is the client for the Ego-Shooter Open Arena.
 .SH OPTIONS
 .PP

Deleted: packages/trunk/openarena/debian/openarena.dirs
===================================================================
--- packages/trunk/openarena/debian/openarena.dirs	2006-12-11 23:35:16 UTC (rev 2101)
+++ packages/trunk/openarena/debian/openarena.dirs	2006-12-11 23:57:13 UTC (rev 2102)
@@ -1,4 +0,0 @@
-usr/games
-usr/lib/games/openarena
-usr/share/applications
-usr/share/pixmaps

Modified: packages/trunk/openarena/debian/rules
===================================================================
--- packages/trunk/openarena/debian/rules	2006-12-11 23:35:16 UTC (rev 2101)
+++ packages/trunk/openarena/debian/rules	2006-12-11 23:57:13 UTC (rev 2102)
@@ -6,22 +6,8 @@
 # copied from ioq3 make scripts
 Q3ARCH=$(shell uname -m | sed -e s/i.86/i386/)
 
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	touch configure-stamp
-
-
 build: build-stamp
-build-stamp: configure-stamp 
+build-stamp:
 	dh_testdir
 	$(MAKE)
 	touch $@
@@ -29,7 +15,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
+	rm -f build-stamp
 	$(MAKE) distclean
 	rm -f openarena128.png openarena32.xpm
 	dh_clean 
@@ -73,4 +59,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-games-commits mailing list