This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 9e4face release 0.6.1.0 new 9e693b9 debian/control: make x2gokdriveclient a recommendation rather than a dependency because we haven't had a proper release of that package yet. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: ChangeLog | 10 ++++++++-- debian/changelog | 3 +++ debian/control | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 9e693b912d4b4ca36e6e9a532268a204c35324a5 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Nov 20 11:44:49 2019 +0100 debian/control: make x2gokdriveclient a recommendation rather than a dependency because we haven't had a proper release of that package yet. --- ChangeLog | 10 ++++++++-- debian/changelog | 3 +++ debian/control | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0d5c640..fed7f54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ -2019-11-20 08:09:50 +0100 Mike Gabriel (14d5c98) +2019-11-20 11:44:49 +0100 Mihai Moldovan + + * debian/control: make x2gokdriveclient a recommendation rather than + a dependency because we haven't had a proper release of + that package yet. (HEAD -> master) + +2019-11-20 08:09:50 +0100 Mike Gabriel (9e4face) * release 0.6.1.0 (HEAD -> master, tag: 0.6.1.0) @@ -232,7 +238,7 @@ 2018-09-06 19:35:53 +0200 Mike Gabriel (d5fb567) - * Continue development... (tag: list) + * Continue development... 2018-09-06 19:33:28 +0200 Mike Gabriel (71df03f) diff --git a/debian/changelog b/debian/changelog index 01078c6..0cba92e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,9 @@ python-x2go (0.6.1.0-0x2go1) unstable; urgency=medium FC30 with a mass-removal of packages and FC31 continues this trend, but also disallows building new Python 2 packages. + Fix syntax error: if => %if. + * debian/control: + + Make x2gokdriveclient a recommendation rather than a dependency because + we haven't had a proper release of that package yet. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 20 Nov 2019 08:09:05 +0100 diff --git a/debian/control b/debian/control index 7830721..d2c78a6 100644 --- a/debian/control +++ b/debian/control @@ -42,11 +42,11 @@ Depends: python-xlib, python-future, nxproxy | qvd-nxproxy, - x2gokdriveclient, sshfs, Recommends: cups-bsd | lpr, pulseaudio, + x2gokdriveclient, Suggests: telekinesis-client, mteleplayer-clientside, @@ -76,11 +76,11 @@ Depends: python3-xlib, python3-future, nxproxy | qvd-nxproxy, - x2gokdriveclient, sshfs, Recommends: cups-bsd | lpr, pulseaudio, + x2gokdriveclient, Suggests: telekinesis-client, mteleplayer-clientside, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git