This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from a563fd0 x2gokdriveselection.c: fix compile error, the xEvent struct (made up of union of another struct) needs another layer of curly braces. new 60e5fb8 debian/control: add B-D upon x11proto-gl-dev (or nil/hello). new ee9a3d8 x2gokdrive.spec: pull in pkgconfig(glproto) BR. 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 | 3 +++ debian/control | 1 + x2gokdrive.spec | 1 + 3 files changed, 5 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 60e5fb8929d6218e31a14dae2dd2ba9b0cd92e23 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Oct 31 23:12:00 2019 +0100 debian/control: add B-D upon x11proto-gl-dev (or nil/hello). --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 127e19a..2aaa49f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Remove dependencies that refer to disabled features. + Add build-dependency upon libpam-dev. It would really be libpam0g-dev currently, but that looks like a moving target. + + Add B-D upon x11proto-gl-dev (or nil/hello). * x2gokdrive.spec: + Drop Debian-style formatting in description. + Typo fixes. diff --git a/debian/control b/debian/control index 992f578..aac9045 100644 --- a/debian/control +++ b/debian/control @@ -43,6 +43,7 @@ Build-Depends: x11proto-present-dev | hello, x11proto-bigreqs-dev | hello, x11proto-composite-dev | hello, + x11proto-gl-dev | hello, xtrans-dev (>= 1.3.2), libxau-dev (>= 1:1.0.5-2), libxdmcp-dev (>= 1:0.99.1), -- 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 ee9a3d87a4ed9631e22ed8a4e9679415e6a8e8ab Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Oct 31 23:13:13 2019 +0100 x2gokdrive.spec: pull in pkgconfig(glproto) BR. Needed for *SuSE, that doesn't seem to pull it in by other means (while RHEL-land does). --- debian/changelog | 2 ++ x2gokdrive.spec | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2aaa49f..0607e2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -116,6 +116,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Delete old configure files that might have had the executable bit set. We want those to be re-generated with the correct permissions later on. + Port *.la file removal commenting from debian/rules. + + Pull in pkgconfig(glproto) BR. Needed for *SuSE, that doesn't seem to + pull it in by other means (while RHEL-land does). * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 9a4bfcb..f9679a6 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -106,6 +106,7 @@ BuildRequires: pkgconfig(xf86vidmodeproto) BuildRequires: pkgconfig(presentproto) BuildRequires: pkgconfig(bigreqsproto) BuildRequires: pkgconfig(compositeproto) +BuildRequires: pkgconfig(glproto) BuildRequires: pkgconfig(xtrans) BuildRequires: pkgconfig(xau) BuildRequires: pkgconfig(xdmcp) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git