This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from 5580cf9 x2gokdrivedebug.h: Introduce this new file and move all EPHYR_DBG stuff into there. And: disable EPHYR_WANT_DEBUG as with it, the project fails to build with standard Debian compiler flags." new cc58465 debian/control: Add B-D: libunwind-dev. new 7f04a16 d/changelog: update from git history 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. Summary of changes: debian/changelog | 16 ++++++++++++++++ debian/control | 1 + 2 files changed, 17 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 7f04a1651dfedb6696cd43984627c08bfc3e21a2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 14 09:59:41 2021 +0200 d/changelog: update from git history --- debian/changelog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index 88e0b7d..984a132 100644 --- a/debian/changelog +++ b/debian/changelog @@ -221,4 +221,20 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium version variable, but we can do that as we go and accept build failures for the time being. + [ Mike Gabriel ] + * Initial release: + - patches.xorg/: Add 1.20.11 files, essentially copied and refreshed from + 1.20.7. + This is the X.Org Xserver version shipped with Debian bullseye. + - x2gokdriveinit.c: Only define ddxInputThreadInit() prototype for + XORG_VERSION_CURRENT less than 1.20.7. Starting with 1.20.8, the + prototype definition is now available in include/os.h. + - x2gokdrivedebug.h: Introduce this new file and move all EPHYR_DBG + stuff into there. And: disable EPHYR_WANT_DEBUG as with it, the project + fails to build with standard Debian compiler flags." + * debian/control: + + Add B-D mesa-common-dev. Introduced here with the X.Org Xserver 1.20.11 + patchset. + + Add B-D: libunwind-dev. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 14:10:43 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit cc58465665da11870de22c0e0bd813277daf4dc9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jun 14 09:51:51 2021 +0200 debian/control: Add B-D: libunwind-dev. --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index d348b9b..6228a61 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: xorg-server-source, libjpeg-dev, libpng-dev, + libunwind-dev, # xorg-server debhelper (>= 9), dh-autoreconf, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git