r1959 - in packages/trunk/ezquake/debian: . patches

Gonéri Le Bouder goneri-guest at alioth.debian.org
Tue Oct 31 00:31:34 CET 2006


Author: goneri-guest
Date: 2006-10-31 00:31:34 +0100 (Tue, 31 Oct 2006)
New Revision: 1959

Added:
   packages/trunk/ezquake/debian/copyright
   packages/trunk/ezquake/debian/patches/
   packages/trunk/ezquake/debian/patches/find_tcl_headers.diff
   packages/trunk/ezquake/debian/patches/series
Log:
add copyright file and debian/patches/find_tcl_headers.diff


Added: packages/trunk/ezquake/debian/copyright
===================================================================
--- packages/trunk/ezquake/debian/copyright	2006-10-30 23:29:34 UTC (rev 1958)
+++ packages/trunk/ezquake/debian/copyright	2006-10-30 23:31:34 UTC (rev 1959)
@@ -0,0 +1,21 @@
+This package was debianized by Gonéri Le Bouder <goneri at rulezlan.org> on
+Tue, 31 Oct 2006 00:36:55 +0100
+
+License:
+
+   This package 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 package 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 package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.

Added: packages/trunk/ezquake/debian/patches/find_tcl_headers.diff
===================================================================
--- packages/trunk/ezquake/debian/patches/find_tcl_headers.diff	2006-10-30 23:29:34 UTC (rev 1958)
+++ packages/trunk/ezquake/debian/patches/find_tcl_headers.diff	2006-10-30 23:31:34 UTC (rev 1959)
@@ -0,0 +1,26 @@
+Index: ezquake-1517/cl_tcl.c
+===================================================================
+--- ezquake-1517.orig/cl_tcl.c	2006-10-09 00:13:50.000000000 +0200
++++ ezquake-1517/cl_tcl.c	2006-10-09 00:14:03.000000000 +0200
+@@ -22,7 +22,7 @@
+ 
+ #ifdef EMBED_TCL
+ #define STATIC_BUILD
+-#include <tcl.h>
++#include <tcl8.4/tcl.h>
+ #include <time.h>
+ #include "quakedef.h"
+ 
+Index: ezquake-1517/Makefile
+===================================================================
+--- ezquake-1517.orig/Makefile	2006-10-09 00:11:58.000000000 +0200
++++ ezquake-1517/Makefile	2006-10-09 00:24:34.000000000 +0200
+@@ -133,7 +133,7 @@
+ 
+ 
+ # linker flags
+-LDFLAGS				=-lm `glib-config --libs` -lpthread -lexpat `pcre-config --libs` -ltclstub $(CL_DLFLAGS)
++LDFLAGS				=-lm `glib-config --libs` -lpthread -lexpat `pcre-config --libs` -ltclstub8.4 $(CL_DLFLAGS)
+ SVGALDFLAGS			=-lvga
+ X11_LDFLAGS			=-L/usr/X11R6/lib -lX11 -lXext -lXxf86dga -lXxf86vm
+ ifeq ($(ARCH),mingw32)		# Win32/x86 in MingW environment

Added: packages/trunk/ezquake/debian/patches/series
===================================================================
--- packages/trunk/ezquake/debian/patches/series	2006-10-30 23:29:34 UTC (rev 1958)
+++ packages/trunk/ezquake/debian/patches/series	2006-10-30 23:31:34 UTC (rev 1959)
@@ -0,0 +1 @@
+find_tcl_headers.diff




More information about the Pkg-games-commits mailing list