This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-master-qt5 in repository x2goclient. at b9f6dad debian/README.build-master-qt5: add instructions for generating the debian/control file. This branch includes the following new commits: new 7175d32 debian/control: generate for Qt5. new b9f6dad debian/README.build-master-qt5: add instructions for generating the debian/control file. The 2 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. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch build-master-qt5 in repository x2goclient. commit 7175d32257f10ce6681e8c9b541646e1923ce5e6 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 12 13:27:42 2021 +0200 debian/control: generate for Qt5. --- debian/control | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e1045b9 --- /dev/null +++ b/debian/control @@ -0,0 +1,75 @@ +Source: x2goclient +Section: x11 +Priority: optional +Maintainer: X2Go Developers <x2go-dev@lists.x2go.org> +Uploaders: + Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, + Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, + Mihai Moldovan <ionic@ionic.de>, +Build-Depends: + debhelper (>= 7.0.50~), + libqt5svg5-dev, + libqt5x11extras5-dev, + qtbase5-dev, + qttools5-dev-tools, + libldap2-dev, + libssh-dev (>= 0.5.4-2~), + libcups2-dev, + libx11-dev, + libxpm-dev, + man2html-base | man2html, + pkg-config, + lsb-release, +Standards-Version: 3.9.5 +Homepage: https://code.x2go.org/releases/source/x2goclient +Vcs-Git: git://code.x2go.org/x2goclient.git +Vcs-Browser: https://code.x2go.org/gitweb?p=x2goclient.git;a=summary + +Package: x2goclient +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + openssh-client, + nxproxy | qvd-nxproxy, + x2gokdriveclient | hello, +Recommends: + openssh-server, + freerdp2-x11 | rdesktop | freerdp-x11, +Conflicts: + x2goclient-gtk, +Replaces: + x2goclient-gtk, +Description: X2Go Client application (Qt5) + X2Go is a serverbased computing environment with + - session resuming + - low bandwidth support + - session brokerage support + - client-side mass storage mounting support + - client-side printing support + - audio support + - authentication by smartcard and USB stick + . + X2Go Client is a graphical client (Qt5) for the X2Go system. + You can use it to connect to running sessions and start new sessions. + +Package: x2goclient-dbg +Section: debug +Architecture: any +Depends: + ${misc:Depends}, + x2goclient (= ${binary:Version}), +Description: X2Go Client application (Qt5), debug symbols (client) + X2Go is a serverbased computing environment with + - session resuming + - low bandwidth support + - session brokerage support + - client-side mass storage mounting support + - client-side printing support + - audio support + - authentication by smartcard and USB stick + . + X2Go Client is a graphical client (Qt5) for the X2Go system. + You can use it to connect to running sessions and start new sessions + . + This package provides the debug symbols for the X2Go Client application. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch build-master-qt5 in repository x2goclient. commit b9f6dad4830320788750c44169ff681fbea90433 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 12 13:42:40 2021 +0200 debian/README.build-master-qt5: add instructions for generating the debian/control file. --- debian/README.build-master-qt5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/debian/README.build-master-qt5 b/debian/README.build-master-qt5 new file mode 100644 index 0000000..48dc066 --- /dev/null +++ b/debian/README.build-master-qt5 @@ -0,0 +1,20 @@ +This branch should ONLY ever include this README file and the debian/control +file that has been generated for Qt5 usage. + +Likewise, this branch should ONLY ever be used for building packages on +launchpad - it's supposed to be merged into the master branch. Since the master +branch MUST NOT contain any of these files, a merge should always happen +conflict-free. + +Steps to generate the debian/control file: + - git checkout master + - touch debian/control.in + - debian/rules FORCE_VENDOR='ubuntu' FORCE_RELEASE_VER='20.04' \ + 'debian/control' (though any version >= 20.0 will do for now) + - git add -f debian/control + - git stash + - git checkout build-master-qt5 + - git stash apply + - git checkout --theirs debian/control + - git add debian/control + - git commit ... -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git