diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 1 | ||||
| -rwxr-xr-x | debian/rules | 3 |
3 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b4b422f1..d9da2fe1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ network-manager (0.9.8.8-1) UNRELEASED; urgency=low [ Laurent Bigonville ] * debian/control: Use canonical URL for the VCS fields + * debian/control, debian/rules: Enable connectivity checking support + (Closes: #691790) -- Sjoerd Simons <sjoerd@debian.org> Fri, 25 Oct 2013 21:25:59 +0200 diff --git a/debian/control b/debian/control index 51bff714..3c691751 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Build-Depends: libgudev-1.0-dev (>= 165), libgirepository1.0-dev (>= 0.10.7-1~), gobject-introspection (>= 0.9.12-4~), + libsoup2.4-dev (>= 2.26), gtk-doc-tools, libglib2.0-doc Standards-Version: 3.9.4 diff --git a/debian/rules b/debian/rules index b2f016e5..7a1ac6a3 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,8 @@ override_dh_auto_configure: --enable-ppp \ --enable-ifupdown \ --enable-introspection \ - --enable-doc + --enable-doc \ + --enable-concheck override_dh_install: dh_install --list-missing |