Update of /cvsroot/netrek/client/cow/debian
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25512/debian

Modified Files:
	control rules 
Log Message:
- Missed the libxt-dev Build-Depdends (pbuilder rules)
- For some reason configure cannot find the X11 headers, so added the location
  into the configure invocation



Index: rules
===================================================================
RCS file: /cvsroot/netrek/client/cow/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rules	31 Jan 2006 18:59:25 -0000	1.2
+++ rules	31 Jan 2006 20:12:36 -0000	1.3
@@ -30,7 +30,8 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-unstable 
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-unstable \
+                                --x-includes=/usr/X11R6/include
 
 # Generic key.def that will work for QA building
 #

Index: control
===================================================================
RCS file: /cvsroot/netrek/client/cow/debian/control,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- control	31 Jan 2006 18:59:25 -0000	1.2
+++ control	31 Jan 2006 20:12:36 -0000	1.3
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer:  Robert J. Tanner <tanner at real-time.com>
 Uploaders: James Cameron <quozl at us.netrek.org>
-Build-Depends: debhelper (>= 4.2.32), cdbs (>= 0.4.27), build-essential (>= 10.1), libsdl1.2-dev, libsdl-mixer1.2-dev, libgmp3-dev
+Build-Depends: debhelper (>= 4.2.32), cdbs (>= 0.4.27), build-essential (>= 10.1), libsdl1.2-dev, libsdl-mixer1.2-dev, libgmp3-dev, libxt-dev
 Standards-Version: 3.6.2
 
 Package: netrek-client-cow