This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 1356291 add bug closure for #979, fixed by previous commit new a7b6837 debian/control: whitespace only. new 24d0638 debian/control: drop python-support run-time dependency, add dh-python alternative to python-support build dependency. new 6230684 debian/changelog: add contributor name. The 3 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: debian/changelog | 9 +++++++++ debian/control | 7 +++---- 2 files changed, 12 insertions(+), 4 deletions(-) -- Alioth's /srv/git/code.x2go.org/pyhoca-gui.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 6230684ba5996a30fe5a0d125c7575c136f1401e Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jan 26 21:05:48 2016 +0100 debian/changelog: add contributor name. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/changelog b/debian/changelog index 0715e21..9918a31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ pyhoca-gui (0.5.0.5-0x2go1) UNRELEASED; urgency=medium + [ Mike Gabriel ] * New upstream version (0.5.0.5): - Handle notification the GTK3-way. (Fixes: #769). - Catch a wx._core.PyAssertionError (C++ assertion "IsOk()" failed at -- Alioth's /srv/git/code.x2go.org/pyhoca-gui.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 24d06381af1ad9e1edf8986492f3a2f05581e16b Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jan 26 21:04:13 2016 +0100 debian/control: drop python-support run-time dependency, add dh-python alternative to python-support build dependency. Needed at least for unstable, which has no python-support package anymore. --- debian/changelog | 8 ++++++++ debian/control | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9f1754d..0715e21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,14 @@ pyhoca-gui (0.5.0.5-0x2go1) UNRELEASED; urgency=medium Fallback to pynotify (GTK2 based notifcations) only if gi.repository.Notify is unavailable. (Fixes: #689). + [ Mihai Moldovan ] + * New upstream version (0.5.0.5): + * debian/control: + - Drop python-support run-time dependency, add dh-python alternative to + python-support build dependency. + Needed at least for unstable, which has no python-support package + anymore. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 27 May 2015 11:46:24 +0200 pyhoca-gui (0.5.0.4-0x2go1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 9363d7d..a6cc5d8 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: man2html-base | man2html, python (>=2.6.5-0~), python-setuptools, - python-support, + python-support | dh-python, python-distutils-extra, gnome-colors-common, Standards-Version: 3.9.6 @@ -30,7 +30,6 @@ Depends: gir1.2-notify-0.7 | python-notify, python-setproctitle, python-wxgtk3.0 | python-wxgtk2.8, - python-support (>=0.90), gnome-colors-common, python-cups, Recommends: -- Alioth's /srv/git/code.x2go.org/pyhoca-gui.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit a7b6837ce410601b8a95959ef937a6a46fecaeed Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jan 26 20:59:13 2016 +0100 debian/control: whitespace only. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index bd27c96..9363d7d 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: X2Go Packaging Team <x2go-dev@lists.x2go.org> Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, -Build-Depends: +Build-Depends: debhelper (>= 7.0.50~), man2html-base | man2html, python (>=2.6.5-0~), @@ -21,7 +21,7 @@ X-Python-Version: >= 2.6 Package: pyhoca-gui Architecture: all -Depends: +Depends: ${misc:Depends}, python, python-x2go (>=0.5.0.0-0~), -- Alioth's /srv/git/code.x2go.org/pyhoca-gui.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git