Package: fluxconf Version: 0.9.8-1 Severity: serious Tags: patch fluxconf fails to build because it cannot execute aclocal-1.9:
> -> Considering automaken > -> Trying automaken > -> Cannot install automaken; apt errors follow: > Reading package lists... > Building dependency tree... > Package automaken is a virtual package provided by: > automake1.9 1.9.6-1 > automake1.8 1.8.5-3 > automake1.7 1.7.9-7 > automake1.6 1.6.3-12 > automake1.4 1:1.4-p6-9 > You should explicitly select one to install. > E: Package automaken has no installation candidate > -> Considering automake1.4 to satisfy the dependency ... > cd . && /bin/sh /tmp/buildd/fluxconf-0.9.8/missing --run aclocal-1.9 > /tmp/buildd/fluxconf-0.9.8/missing: line 46: aclocal-1.9: command not found > WARNING: `aclocal-1.9' is needed, and you do not seem to have it handy on your > system. You might have modified some files without having the > proper tools for further handling them. Check the `README' file, > it often tells you about the needed prerequirements for installing > this package. You may also peek at any GNU archive site, in case > some other package would contain this missing `aclocal-1.9' program. The attached patch fixes this problem by build-depending on automake1.9 instead of automaken. -- Matt
diff -u fluxconf-0.9.8/debian/control fluxconf-0.9.8/debian/control --- fluxconf-0.9.8/debian/control +++ fluxconf-0.9.8/debian/control @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Emmanuel le Chevoir <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), libgtk2.0-dev (>= 2.0.6-1), autoconf, automaken, autotools-dev +Build-Depends: debhelper (>= 4.0.0), libgtk2.0-dev (>= 2.0.6-1), autoconf, automake1.9, autotools-dev Standards-Version: 3.6.2 Package: fluxconf
signature.asc
Description: Digital signature