diff options
| author | Michael Biebl <biebl@debian.org> | 2018-10-08 16:51:11 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-10-08 16:51:11 +0200 |
| commit | 3ae487be3e7d273af58189d2a4cf94044c6b1de3 (patch) | |
| tree | fb8884272ff6c61c34863bb5a261be3ff78747a2 /debian/control | |
| parent | a9875ba07b343d25cb67d6e4354b9c44e7bdbc24 (diff) | |
Tighten inter-package dependencies
Make sure network-manager and libnm0 are always upgraded in lockstep. Closes: #818165
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a44a90a5..45d1f3de 100644 --- a/debian/control +++ b/debian/control @@ -51,6 +51,7 @@ Architecture: linux-any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, + libnm0 (= ${binary:Version}), lsb-base, wpasupplicant, dbus, |