[cl-debian] Bug#351766: cl-iterate: FTBFS: Missing Build-Depends on 'dh-lisp'

Package: cl-iterate Version: 1.4.2-1 Severity: serious Tags: patch When building 'cl-iterate' in a clean 'unstable' chroot, I get the following error: dh_installdocs doc/* README dh_installchangelogs dh_lisp make: dh_lisp: Command not found make: *** [binary-arch] Error 127 Please add the missing Build-Depends on 'dh-lisp' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/cl-iterate-1.4.2/debian/control ./debian/control --- ../tmp-orig/cl-iterate-1.4.2/debian/control 2006-02-07 10:31:41.000000000 +0000 +++ ./debian/control 2006-02-07 10:31:31.000000000 +0000 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Peter Van Eynde <pvaneynd@debian.org> -Build-Depends-Indep: debhelper (>> 4.0.0) +Build-Depends-Indep: debhelper, dh-lisp Standards-Version: 3.6.2.1 Package: cl-iterate
participants (1)
-
Andreas Jochens