Package: libavahi-compat-howl-dev Version: 0.6.1-4 Severity: important Tags: patch
`libavahi-compat-howl-dev' does not list `libavahi-client-dev' in its depends, thus packages depending only on the first development package as a howl replacement fail to build from source, due to the lack of `/usr/lib/libavahi-client.la'. The problem is indeed fixed by just adding the missing development package to the build environment. The attached trivial patch fixes this issue, please include it in a future upload. Kind regards, Philipp Kern Debian Developer
diff -Naur avahi-0.6.1.old/debian/control avahi-0.6.1/debian/control
--- avahi-0.6.1.old/debian/control 2006-01-09 18:32:07.000000000 +0100
+++ avahi-0.6.1/debian/control 2006-01-09 18:32:20.000000000 +0100
@@ -322,7 +322,7 @@
Architecture: any
Replaces: libhowl-dev
Conflicts: libhowl-dev
-Depends: libavahi-compat-howl0 (= ${Source-Version})
+Depends: libavahi-compat-howl0 (= ${Source-Version}), libavahi-client-dev
Description: Development headers for the Avahi Howl compatibility library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
signature.asc
Description: OpenPGP digital signature

