diff options
author | Micah Anderson <micah@riseup.net> | 2016-07-05 11:41:13 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-07-05 18:10:28 +0200 |
commit | d3c2fb5b5e5c50c9d752ee95b7d394adb42d626f (patch) | |
tree | e87567fa9b91b5c16f26aa9be1bffbf215a2c194 | |
parent | 1fac47bd4e84c310058d45da53e09537f83d916d (diff) |
Fix missing leap-keymanager versioned dependency.
Without this dependency, it is possible to upgrade bitmask, but not pull
in the required leap-keymanager version
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e2086175..d908823b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ bitmask (0.9.2) UNRELEASED; urgency=medium + [ Ben Carrillo ] * Update to 0.9.2 release "panis et circenses" + [ Micah Anderson] + * Add missing versioned dependency on leap-keymanager + -- Ben Carrillo <ben@futeisha.org> Mon, 25 Apr 2016 21:33:01 -0400 bitmask (0.9.1) unstable; urgency=medium diff --git a/debian/control b/debian/control index d0d1e1c3..21263f33 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Depends: ${misc:Depends}, ${python:Depends}, python-openssl, python-keyring (>= 0.9.2), + leap-keymanager (>= 0.5.1), python-srp, python-dateutil, python-daemon, |