Package: xcruise
Version: 0.30-5
Severity: serious
Tags: patch

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

gcc -o xcruiser -g -Wall      -L/usr/X11R6/lib   MainScreen.o xcruiser.o draw.o 
zone.o vec3.o info.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11   -lm  
 
/usr/bin/ld: cannot find -lXp
collect2: ld returned 1 exit status
make[1]: *** [xcruiser] Error 1
make[1]: Leaving directory `/xcruise-0.30'
make: *** [build-stamp] Error 2

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/xcruise-0.30/debian/control ./debian/control
--- ../tmp-orig/xcruise-0.30/debian/control     2005-08-14 17:38:10.000000000 
+0000
+++ ./debian/control    2005-08-14 17:37:56.000000000 +0000
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Florian Ernst <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libxaw7-dev (>= 4.3.0-7), xutils
+Build-Depends: debhelper, libxp-dev, libxaw7-dev (>= 4.3.0-7), xutils
 Standards-Version: 3.6.2
 
 Package: xcruise


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

Reply via email to