[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.2.0.4-22-ge61da26

X2Go dev team git-admin at x2go.org
Tue Aug 27 13:22:32 CEST 2013


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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 at 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 at 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)).




More information about the x2go-commits mailing list