Package: lostirc Version: 0.4.5-1 Severity: normal Tags: patch When building 'lostirc' in a clean 'unstable' amd64 chroot, I get the following error:
make[1]: Leaving directory `/lostirc-0.4.5' convert lostirc.png -resize 32x32 xpm:lostirc.xpm convert: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory make: *** [build-stamp] Error 127 Please add the missing Build-Depends on 'libltdl3-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/lostirc-0.4.5/debian/control ./debian/control --- ../tmp-orig/lostirc-0.4.5/debian/control 2005-06-17 21:37:00.000000000 +0200 +++ ./debian/control 2005-06-17 21:36:58.000000000 +0200 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Martin Braure de Calignon <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4), libgtkmm-2.4-dev, autotools-dev, imagemagick (>= 5) +Build-Depends: debhelper, libltdl3-dev, libgtkmm-2.4-dev, autotools-dev, imagemagick (>= 5) Standards-Version: 3.6.1.0 Package: lostirc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]