diff options
author | Micah Anderson <micah@riseup.net> | 2013-08-17 11:39:01 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-08-22 14:12:45 -0400 |
commit | f16b0ba34bf91aebeb5981b460643adbdc2f452f (patch) | |
tree | da6ddcaff40e6229b76099574eb041abd5beb2c2 | |
parent | 6bae67c3e7c66af9e8ce1605070f7e92f247f0cb (diff) |
add python-pyside dependencies
Conflicts:
debian/changelog
-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 |