tag 367194 patch thanks dude On Sun, May 14, 2006, Martin Michlmayr wrote: > Package: aboot-installer > Version: 0.0.20 > Severity: serious > > You're missing a build-dependency on debhelper: > > > Automatic build of aboot-installer_0.0.20 on juist by sbuild/alpha 0.44 > ... > > dpkg-buildpackage: source package is aboot-installer > > dpkg-buildpackage: source version is 0.0.20 > > dpkg-buildpackage: host architecture alpha > > dpkg-buildpackage: source version without epoch 0.0.20 > > /usr/bin/fakeroot debian/rules clean > > dh_testdir > > make: dh_testdir: Command not found > > make: *** [clean] Error 127
As trivial at it looks, here is the patch that should fix the issue: diff -urN aboot-installer-0.0.20/debian/control aboot-installer-0.0.21/debian/control --- aboot-installer-0.0.20/debian/control 2004-05-28 21:56:16.000000000 +0200 +++ aboot-installer-0.0.21/debian/control 2006-05-17 00:02:40.000000000 +0200 @@ -3,7 +3,8 @@ Priority: standard Maintainer: Debian Install System Team <debian-boot@lists.debian.org> Uploaders: Wartan Hachaturow <[EMAIL PROTECTED]>, Steve Langasek <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.2.0), po-debconf (>= 0.5.0) +Build-Depends: debhelper (>= 4.2.0) +Build-Depends-Indep: po-debconf (>= 0.5.0) Standards-Version: 3.6.0 Package: aboot-installer I hope this helps, -- adn Mohammed Adnène Trojette