Package: debian-installer-utils Version: 1.23 Severity: serious Tags: patch
When building 'debian-installer-utils' in a clean 'unstable' chroot, I get the following error: dh_compress -i dh_fixperms -i for file in /usr/share/terminfo/a/ansi /usr/share/terminfo/l/linux \ /usr/share/terminfo/v/vt102 /usr/share/terminfo/b/bterm; do \ mkdir -p debian/di-utils-terminfo/`dirname $file`; \ cp -pL $file debian/di-utils-terminfo/$file; \ done cp: cannot stat `/usr/share/terminfo/b/bterm': No such file or directory make: *** [binary-indep] Error 1 Please add the missing Build-Depends on 'bogl-bterm' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/debian-installer-utils-1.23/debian/control ./debian/control --- ../tmp-orig/debian-installer-utils-1.23/debian/control 2005-12-08 18:11:14.000000000 +0000 +++ ./debian/control 2006-02-20 10:15:18.000000000 +0000 @@ -3,7 +3,7 @@ Priority: standard Maintainer: Debian Install System Team <debian-boot@lists.debian.org> Uploaders: David Kimdon <[EMAIL PROTECTED]>, Tollef Fog Heen <[EMAIL PROTECTED]>, Matt Kraai <[EMAIL PROTECTED]>, Thorsten Sauter <[EMAIL PROTECTED]>, Bastian Blank <[EMAIL PROTECTED]>, Joey Hess <[EMAIL PROTECTED]>, Colin Watson <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.2), dpkg-dev (>= 1.9.0), libdebconfclient0-dev (>= 0.68), po-debconf (>= 0.5.0), libdebian-installer-dev +Build-Depends: debhelper (>= 4.2), dpkg-dev (>= 1.9.0), libdebconfclient0-dev (>= 0.68), po-debconf (>= 0.5.0), libdebian-installer-dev, bogl-bterm Package: di-utils-shell Architecture: all -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]