** 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
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