Package: freeciv
Version: 2.0.8-1
Severity: serious
Tags: patch

When building 'freeciv' in a clean 'unstable' chroot,
I get the following error:

make[5]: Entering directory `/freeciv-2.0.8/build-xaw3d/client/gui-xaw'
if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../client/gui-xaw -I../..  
-I. -I../../../client/gui-xaw/.. -I../../../client/gui-xaw/../include 
-I../../../utility -I../../../common -I../../intl -I../../../common/aicore 
-I../../intl -I../../../client/gui-xaw/../agents    -Wall -g -O2  -MT actions.o 
-MD -MP -MF ".deps/actions.Tpo" -c -o actions.o 
../../../client/gui-xaw/actions.c; \
        then mv -f ".deps/actions.Tpo" ".deps/actions.Po"; else rm -f 
".deps/actions.Tpo"; exit 1; fi
if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../client/gui-xaw -I../..  
-I. -I../../../client/gui-xaw/.. -I../../../client/gui-xaw/../include 
-I../../../utility -I../../../common -I../../intl -I../../../common/aicore 
-I../../intl -I../../../client/gui-xaw/../agents    -Wall -g -O2  -MT canvas.o 
-MD -MP -MF ".deps/canvas.Tpo" -c -o canvas.o ../../../client/gui-xaw/canvas.c; 
\
        then mv -f ".deps/canvas.Tpo" ".deps/canvas.Po"; else rm -f 
".deps/canvas.Tpo"; exit 1; fi
../../../client/gui-xaw/canvas.c:30:29: error: X11/Xaw/XawInit.h: No such file 
or directory

Please add the missing Build-Depends on 'libxaw7-dev' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/freeciv-2.0.8/debian/control ./debian/control
--- ../tmp-orig/freeciv-2.0.8/debian/control    2006-06-14 08:13:03.000000000 
+0000
+++ ./debian/control    2006-06-14 08:13:00.000000000 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Freeciv Maintainers <[EMAIL PROTECTED]>
 Uploaders: Jordi Mallach <[EMAIL PROTECTED]>, Kyle McMartin <[EMAIL 
PROTECTED]>, Clint Adams <[EMAIL PROTECTED]>
 Standards-Version: 3.6.2.0
-Build-Depends: quilt, debhelper (>= 4.0.0), gettext, sharutils, libx11-dev, 
libxext-dev, libxmu-dev, libxt-dev, x-dev, libgtk2.0-dev (>= 2.2.1-1), 
libpng12-dev, libreadline5-dev, libesd0-dev, libsdl-mixer1.2-dev, xaw3dg-dev, 
zlib1g-dev, autotools-dev
+Build-Depends: quilt, debhelper (>= 4.0.0), gettext, sharutils, libxaw7-dev, 
libx11-dev, libxext-dev, libxmu-dev, libxt-dev, x-dev, libgtk2.0-dev (>= 
2.2.1-1), libpng12-dev, libreadline5-dev, libesd0-dev, libsdl-mixer1.2-dev, 
xaw3dg-dev, zlib1g-dev, autotools-dev
 
 Package: freeciv-server
 Architecture: any


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to