[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.1.0.10-139-gc204fa1

X2Go dev team git-admin at x2go.org
Sat Sep 14 15:55:51 CEST 2013


The branch, twofactorauth has been updated
       via  c204fa180cecd3e7e9d528e8542a1d2e324678e7 (commit)
      from  474c3ea4cf28b05d8c2655b725c3446fac9b6be0 (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 |    1 +
 setup.py         |    4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 37d250a..874a671 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -84,6 +84,7 @@ pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
     - Make sure application really exits gracefully.
     - Provide a separate SetExitHandler function to catch signals from outside.
     - Use Pulseaudio 1.0 for developmental testing.
+    - Windows binary: include pulseaudio 1.0 and vcxsrv 1.11.4.0.
   * Depend on Python X2Go 0.1.2.0.
   * Install GNOME icons via dh_links.
   * Install X2Go icons with explicit install paths.
diff --git a/setup.py b/setup.py
index 3b5b66e..8db1d82 100755
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,7 @@ from glob import glob
 import os
 
 # import the PyHoca-GUI
+import pyhoca-gui
 import pyhoca.wxgui
 
 #
@@ -46,7 +47,8 @@ if platform.system() == 'Windows':
     # building from trunk
     dll_data_files = [("Microsoft.VC90.CRT", glob(r'..\\pyhoca-contrib\\mswin\\ms-vc-runtime\\*.*'))]
     nxproxy_files = [("nxproxy", glob(r'..\\pyhoca-contrib\\mswin\\nxproxy-mswin\\nxproxy-3.0.4-2\\*.*'))]
-    pulseaudio_files = [("pulseaudio", glob(r'..\\pyhoca-contrib\\mswin\\pulseaudio-mswin\\pulseaudio-0.9.6\\*.*'))]
+    pulseaudio_files = [("pulseaudio", glob(r'..\\pyhoca-contrib\\mswin\\pulseaudio-mswin\\pulseaudio-1.0dev-1090.4\\*.*'))]
+    xserver_files = [("vcxsrv", glob(r'..\\pyhoca-contrib\\mswin\\vcxsrv-mswin\\vcxsrv-1.11.4.0\\*.*'))]
 
     icon_files = [
         ("icons\\PyHoca\\16x16", glob(r'icons\\PyHoca\\16x16\\*.*')),


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