diff options
Diffstat (limited to 'debian')
-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 c32f3ad4..f2a7e2dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bitmask (0.7.0.1) unstable; urgency=medium + + * Add missing dependency on python-daemon (github #796) + + -- Micah Anderson <micah@debian.org> Fri, 26 Dec 2014 02:06:38 -0500 + bitmask (0.7.0) unstable; urgency=medium * Update to 0.7.0 release diff --git a/debian/control b/debian/control index 3869e11e..d64a878b 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Depends: python-keyring (>= 0.9.2), python-srp, python-dateutil, + python-daemon, python-argparse, python-psutil, python-netifaces, |