This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 41395efd535b6a7e5ba989dc4b600dff3d5ddb21 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Mar 18 01:10:09 2014 +0100 debian/control: Add dependencies: python-requests, python-simplejson. --- debian/changelog | 2 ++ debian/control | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3d7ff02..bd49fad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ python-x2go (0.5.0.0-0x2go1) UNRELEASED; urgency=low - Default to xdg-open as default PDF viewer command. - Provide basic session profile backend for a http broker. - Make session profile backends more unicode robust. + * debian/control: + + Add dependencies: python-requests, python-simplejson. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 05 Jan 2014 16:35:57 +0100 diff --git a/debian/control b/debian/control index b49c765..aac1ed3 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,8 @@ Depends: ${misc:Depends}, python-gevent (>= 0.13.6-0~), python-paramiko (>= 1.8.0-0~), + python-requests, + python-simplejson, python-xlib, nxproxy Recommends: -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git