Bug#214271: [Build-common-hackers] Bug#214271: dh_installlogcheck is new in debhelper 4.1.46

Colin Walters Colin Walters <walters@verbum.org>, 214271@bugs.debian.org
Sun, 05 Oct 2003 21:09:37 -0400


On Sun, 2003-10-05 at 17:44, Stefan Gybas wrote:
> Anthony DeRobertis wrote:
> 
> > make: dh_installlogcheck: Command not found
> > make: *** [binary-install/cdbs] Error 127
> 
> This also affects all packages that use debhelper.mk from CDBS (read: 
> all packages that use CDBS) and that followed the CDBS documentation 
> which says that you need to build depend on debhelper >= 4.1.0. Can we 
> add "Conflicts: debhelper (<< 4.1.46)" to cdbs as fix for all these 
> packages?

I instead chose to just do a test -x /usr/bin/dh_installlogcheck; if
it's available we use it, if not, we don't.  So if someone wants it
specifically, they can add a higher Build-Depends on debhelper.