This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from e7821d5 Merge branch 'feature/web-timeout-2m' into 'master' new 3106359 debian/rules: fix typo: ibxcb-util0-dev => libxcb-util0-dev. new d819f0a Merge branch 'personal/Ionic/fix-buster' into 'master' 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 | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -- 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 3106359e8cf1f5640714919dc2e7441506bb1086 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 7 10:34:42 2024 +0100 debian/rules: fix typo: ibxcb-util0-dev => libxcb-util0-dev. Fixes builds on buster. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 622c377..1b7272d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,8 @@ x2gokdrive (0.0.0.3-0x2go1) UNRELEASED; urgency=medium tabs use WebSocket connections, this might not always work correctly. Since timers typically coalesce at one-minute intervals, a two-minutes timeout should be fine. + * debian/rules: + + Fix typo: ibxcb-util0-dev => libxcb-util0-dev. Fixes builds on buster. -- X2Go Release Manager <git-admin@x2go.org> Tue, 12 Sep 2023 22:28:20 +0200 diff --git a/debian/control b/debian/control index 714a3d3..9f66ca1 100644 --- a/debian/control +++ b/debian/control @@ -81,7 +81,7 @@ Build-Depends: libxcb-shape0-dev, libxcb-render0-dev, libxcb-render-util0-dev, - libxcb-util-dev | ibxcb-util0-dev, + libxcb-util-dev | libxcb-util0-dev, libxcb-image0-dev, libxcb-icccm4-dev, libxcb-shm0-dev, -- 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 d819f0a01213025c98406f8ab03bf319525b7199 Merge: e7821d5 3106359 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Mar 7 11:00:15 2024 +0100 Merge branch 'personal/Ionic/fix-buster' into 'master' debian/rules: fix typo: ibxcb-util0-dev => libxcb-util0-dev. Attributes GL MR !5: https://gitlab.x2go.org/x2go/server/drivers/x2gokdrive/-/merge_requests/5 debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git