[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#353687: debian-installer-utils: FTBFS: Missing Build-Depends on 'bogl-bterm'



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 <dwhedon@debian.org>, Tollef Fog Heen <tfheen@debian.org>, Matt Kraai <kraai@debian.org>, Thorsten Sauter <tsauter@debian.org>, Bastian Blank <waldi@debian.org>, Joey Hess <joeyh@debian.org>, Colin Watson <cjwatson@debian.org>
-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



Reply to: