tags 441189 +patch thanks Hello,
Looks like you need to add "libnm-util-dev" to the list of Build-Depends. The attached patch fixes the build for me. -- John Wright <[EMAIL PROTECTED]>
diff -r e7f4f0eef040 -r 00874119ee55 debian/control --- a/debian/control Mon Sep 10 00:53:39 2007 -0600 +++ b/debian/control Mon Sep 10 00:59:31 2007 -0600 @@ -2,7 +2,7 @@ Section: net Section: net Priority: optional Maintainer: Soren Hansen <[EMAIL PROTECTED]> -Build-Depends: cdbs, debhelper (>= 5), network-manager-dev, automake1.9, gnome-common, intltool, libgnomeui-dev, libdbus-glib-1-dev, patchutils +Build-Depends: cdbs, debhelper (>= 5), network-manager-dev, automake1.9, gnome-common, intltool, libgnomeui-dev, libdbus-glib-1-dev, patchutils, libnm-util-dev Standards-Version: 3.7.2 Package: network-manager-vpnc

