diff options
| author | Sjoerd Simons <sjoerd@luon.net> | 2013-11-01 22:08:04 +0100 |
|---|---|---|
| committer | Sjoerd Simons <sjoerd@luon.net> | 2013-11-01 22:08:04 +0100 |
| commit | b48ede4c9b0f013b763d8c64ee9c5cd637141d0f (patch) | |
| tree | a366961fd24cf66e2ceb5ac6e14bf1f09a29f405 | |
| parent | d68fa7dd52a2f38fef9c9873f38d999a333cb041 (diff) | |
Enable usage of the new modem-manager interface
* Enable usage of the new modem-manager interface * Use bluez 4
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 3 | ||||
| -rwxr-xr-x | debian/rules | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index d3896b8b..d96c9ab6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,8 +25,10 @@ network-manager (0.9.8.8-1) UNRELEASED; urgency=low [ Sjoerd Simons ] * Use logind for session tracking on linux, consolekit on other systems + * Enable usage of the new modem-manager interface + * Use bluez 4 - -- Sjoerd Simons <sjoerd@debian.org> Fri, 01 Nov 2013 21:53:37 +0100 + -- Sjoerd Simons <sjoerd@debian.org> Fri, 01 Nov 2013 22:07:24 +0100 network-manager (0.9.8.0-5) unstable; urgency=low diff --git a/debian/control b/debian/control index 90dd9d36..03665291 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,8 @@ Build-Depends: gobject-introspection (>= 0.9.12-4~), libsoup2.4-dev (>= 2.26), gtk-doc-tools, - libglib2.0-doc + libglib2.0-doc, + libmm-glib-dev (>= 0.7.991) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-utopia/network-manager.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-utopia/network-manager.git;a=summary diff --git a/debian/rules b/debian/rules index fa7497d2..581828ba 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,9 @@ override_dh_auto_configure: --enable-ifupdown \ --enable-introspection \ --enable-doc \ - --enable-concheck + --enable-concheck \ + --with-modem-manager-1 \ + --enable-bluez4 override_dh_install: dh_install --list-missing |