[X2Go-Commits] [pyhoca-gui] 09/09: debian/control: Switch from Py2 to Py3 (B-Ds and Ds).

git-admin at x2go.org git-admin at x2go.org
Mon Dec 2 17:16:17 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pyhoca-gui.

commit da3d33a0e8a3cb70650454f629a13c9dd52f66b4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Dec 2 17:14:54 2019 +0100

    debian/control: Switch from Py2 to Py3 (B-Ds and Ds).
---
 debian/changelog |  2 ++
 debian/control   | 22 +++++++++++-----------
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ecb0c84..32d3c6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ pyhoca-gui (0.6.0.0-0x2go1) UNRELEASED; urgency=medium
     - Menu.Append() calls: Turn arguments into positional arguments. Makes the
       code run on wx3 and wx4.
     - Port to wxPython 4.0.x.
+  * debian/control:
+    + Switch from Py2 to Py3 (B-Ds and Ds).
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Mon, 02 Dec 2019 17:10:19 +0100
 
diff --git a/debian/control b/debian/control
index 6645142..0c62f28 100644
--- a/debian/control
+++ b/debian/control
@@ -9,10 +9,10 @@ Uploaders:
 Build-Depends:
  debhelper (>= 7.0.50~),
  man2html-base | man2html,
- python (>=2.6.5-0~),
- python-setuptools,
- python-support | dh-python,
- python-distutils-extra,
+ python3, (>=3.6~),
+ python3-setuptools,
+ python3-support | dh-python,
+ python3-distutils-extra,
  gnome-colors-common,
 Standards-Version: 3.9.6
 Homepage: https://code.x2go.org/releases/source/pyhoca-gui
@@ -24,15 +24,15 @@ Package: pyhoca-gui
 Architecture: all
 Depends:
  ${misc:Depends},
- python,
- python-x2go (>=0.6.1.0-0~),
- python-argparse,
- python-gi,
+ python3,
+ python3-x2go (>=0.6.1.0-0~),
+ python3-argparse,
+ python3-gi,
  gir1.2-notify-0.7,
- python-setproctitle,
- python-wxgtk3.0 | python-wxgtk2.8,
+ python3-setproctitle,
+ python3-wxgtk4.0,
  gnome-colors-common,
- python-cups,
+ python3-cups,
 Recommends:
  mate-notification-daemon | notification-daemon,
 Suggests:

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git


More information about the x2go-commits mailing list