tags 464712 patch
thanks

Avahi needs to be built against libcap2 instead of libcap1 to avoid this
warning from the kernel.

Build-Depend on libcap2-dev (>= 2.10-1) to avoid possibly-insecure
use of v2 capabilities. See kernel/capability.c in the Linux source
for details (look for warn_deprecated_v2).
Build against libcap2

Removes a warning about deprecated 32-bit capabilities.
Build-Depends on libcap2-dev (>= 2.10-1) to avoid possibly-insecure
use of v2 capabilities. See kernel/capability.c in the Linux source
for details (look for warn_deprecated_v2).

Fixes Debian bug #464712.

diff a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 5.0.37.2),
                cdbs (>= 0.4.43),
                pkg-config,
                python-support (>= 0.6),
-               libcap-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !netbsd-i386],
+               libcap2-dev (>= 2.10-1) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !netbsd-i386],
                libgdbm-dev,
                libglib2.0-dev (>= 2.4),
                libgtk2.0-dev (>= 2.4),

Reply via email to