This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-master-qt4 in repository x2goclient. at 938180e debian/README.build-master-qt4: add instructions for generating the debian/control file. This branch includes the following new commits: new 13c766d debian/control: generate for Qt4. new 938180e debian/README.build-master-qt4: 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-qt4 in repository x2goclient. commit 13c766d037fab7faa28f4de6972a40d97d64934f Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 12 18:43:45 2021 +0200 debian/control: generate for Qt4. --- debian/control | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3d2570f --- /dev/null +++ b/debian/control @@ -0,0 +1,74 @@ +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~), + libqt4-dev, + 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, +Suggests: + pinentry-x2go, +Conflicts: + x2goclient-gtk, +Replaces: + x2goclient-gtk, +Description: X2Go Client application (Qt4) + 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 (Qt4) 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 (Qt4), 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 (Qt4) 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-qt4 in repository x2goclient. commit 938180eaa39c35134b93ed95051f279b6a599590 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 12 18:44:15 2021 +0200 debian/README.build-master-qt4: add instructions for generating the debian/control file. --- debian/README.build-master-qt4 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/debian/README.build-master-qt4 b/debian/README.build-master-qt4 new file mode 100644 index 0000000..7154409 --- /dev/null +++ b/debian/README.build-master-qt4 @@ -0,0 +1,20 @@ +This branch should ONLY ever include this README file and the debian/control +file that has been generated for Qt4 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='19.10' \ + 'debian/control' (though any version < 20.0 will do) + - git add -f debian/control + - git stash + - git checkout build-master-qt4 + - 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