summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 51883920..2c8211ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ bitmask (0.9.0~rc2) unstable; urgency=medium
* Remove deprecated Encoding key in debian/bitmask.desktop
* Add Keywords entry to debian/bitmask.desktop
* Add explicit dependency on python-txzmq
- * Cherry-pick b3e9606 for compatibility with logbook <= 0.7.0
+ * Add versioned dependency on python-logbook
-- Micah Anderson <micah@debian.org> Tue, 01 Sep 2015 14:57:24 -0400
diff --git a/debian/control b/debian/control
index 0736e957..ce3e9e8e 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Depends:
python-dateutil,
python-daemon,
python-argparse,
- python-logbook,
+ python-logbook (>= 0.7.0-1),
python-psutil,
python-requests (>= 1.2.3-1),
python-jsonschema (>= 0.7.0),