diff options
| author | Michael Biebl <biebl@debian.org> | 2015-02-02 14:24:50 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-02-02 14:24:50 +0100 |
| commit | 12c62684cc77f7af0f11eaeabcc07004210d68d4 (patch) | |
| tree | 787e5636427fbc57f7539c7dd67db817a0d7102e | |
| parent | d98452ec29bd7bf116aef792e07b1065281efcd2 (diff) | |
Add strictly versioned Depends on libnm0 to libnm-dev.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d6b56e54..0c4b3187 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +network-manager (1.0.0-3) UNRELEASED; urgency=medium + + * Add strictly versioned Depends on libnm0 to libnm-dev. + + -- Michael Biebl <biebl@debian.org> Mon, 02 Feb 2015 14:24:14 +0100 + network-manager (1.0.0-2) experimental; urgency=medium * Enable Bluez5 DUN support. diff --git a/debian/control b/debian/control index 427aafb7..3f86296a 100644 --- a/debian/control +++ b/debian/control @@ -232,6 +232,7 @@ Section: libdevel Architecture: linux-any Multi-Arch: same Depends: ${misc:Depends}, + libnm0 (= ${binary:Version}), gir1.2-networkmanager-1.0 (= ${binary:Version}), libglib2.0-dev Description: GObject-based client library for NetworkManager (development files) |