Package: libnasl Version: 2.2.5-1 Severity: grave Hi,
As part of the update to debhelper compatibility version 4, a libnasl-dev.install file was added to the package. Unfortunately, an error was made in this file, leading to the header files being installed in /usr/include/include/nessus, rather than /usr/include/nessus. Thus, depending packages will FTBFS due to being unable to locate the header files. The following trivial patch fixes the problem. --- libnasl-2.2.5-1/debian/libnasl-dev.install 2005-08-10 09:34:25.000000000 +0100 +++ libnasl-dev.install 2005-08-10 12:41:56.000000000 +0100 @@ -1,6 +1,6 @@ usr/lib/*.so usr/lib/ usr/lib/*.la usr/lib/ usr/lib/*.a usr/lib/ -usr/include/ usr/include/ +usr/include/* usr/include/ usr/bin/nasl-config usr/bin/ usr/share/man/man1/nasl-config.1 usr/share/man/man1/ Regards, Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

