diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d864935d..032f6c47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +leap-client (0.3.0) unstable; urgency=low + + * Upgrade to 0.3.0 + * Add python-pyside dependencies + + -- Micah Anderson <micah@debian.org> Thu, 15 Aug 2013 20:22:18 -0400 + leap-client (0.2.0) unstable; urgency=low [ Kali ] * add python-jsonschema dependency >= 0.8 diff --git a/debian/control b/debian/control index 1b562a1e..78d1d03b 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,10 @@ Depends: ${misc:Depends}, ${python:Depends}, python-mock, pep8, openvpn, - policykit-1-gnome + policykit-1-gnome, + python-pyside, + python-pyside.qtcore, + python-pyside.qtgui Suggests: resolvconf Conflicts: autoresolv Enhances: openvpn |