[Bug 89073] Re: Won't build from source in Dapper

2008-08-09 Thread Martin Owens
** Changed in: debhelper (Ubuntu) Status: New => Fix Released -- Won't build from source in Dapper https://bugs.launchpad.net/bugs/89073 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@list

[Bug 89073] Re: Won't build from source in Dapper

2007-03-01 Thread Erik de Castro Lopo
This is actually a bug in debhelper. debhelper calls dpkg-shlibdeps (part of the dpkg-dev package) with the -tudeb option which is not available until dpkg-dev version 1.13.13. A temporary fix is to edit the perl script /usr/bin/dh_shlibdeps and comment out the line: push @opts, "-tudeb" if i