diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index adca464..982e710 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +leap-mail (0.3.9.1) unstable; urgency=medium + + * Change twisted dependency for more specific sub-packages. + + -- Ben Carrillo <ben@futeisha.org> Thu, 14 Aug 2014 11:24:06 -0500 + leap-mail (0.3.9) unstable; urgency=low * Update to 0.3.9 release diff --git a/debian/control b/debian/control index 3aa8fc3..904f960 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.5 Package: leap-mail Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core, python-twisted-mail Suggests: bitmask Description: Mail Services provided by Bitmask, the LEAP Client. This package contains the client-side python components that the desktop |