The branch, master has been updated via e61da26a3952164d7fced46dbaf9d8b71e3b030c (commit) from 684548520c09ff14d81f3be22f32676d5b3e7f29 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e61da26a3952164d7fced46dbaf9d8b71e3b030c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 27 16:51:21 2012 +0200 Allow package build on systems with missing dh_python2. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ debian/rules | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index d325e05..cab0f8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,8 @@ pyhoca-gui (0.2.0.5-0~x2go1) UNRELEASED; urgency=low + Depend on python-x2go (>=0.2.0.11-0~). + Reduce python version in Build-Depends to allow build against Ubuntu 10.04. * Maintainer change in package: X2Go Developers <x2go-dev@lists.berlios.de>. + * /debian/rules: + + Allow package build on systems with missing dh_python2. [ Oleksandr Shneyder ] * New upstream version (0.2.0.5): diff --git a/debian/rules b/debian/rules index 3dca7bc..4e0c6f5 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,10 @@ # Based on sample debian/rules file - for GNU Hello (1.3). # Copyright 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2") + %: - dh ${@} --with python2 + dh ${@} ${WITH_PYTHON2} override_dh_auto_build: cp po/PyHoca-GUI.pot po/PyHoca-GUI.pot.bak hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).