This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 7750848 x2goclient.pro: let static Linux configuration override the new pkgconfig-based libssh usage. new ad925ad x2goclient.pro: make system a non-variable call. new 6a11dee x2goclient.spec: build-depend on pkg-config. new a43ad56 debian/control: add build-depend on pkg-config. The 3 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 | 4 ++++ debian/control | 1 + x2goclient.pro | 2 +- x2goclient.spec | 2 ++ 4 files changed, 8 insertions(+), 1 deletion(-) -- 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 master in repository x2goclient. commit ad925ad6f5954592568caafdd9b5e51a5542db9c Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Oct 30 16:56:08 2018 +0100 x2goclient.pro: make system a non-variable call. --- debian/changelog | 1 + x2goclient.pro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8a1c111..2743bfa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium is high enough. - x2goclient.pro: let static Linux configuration override the new pkgconfig-based libssh usage. + - x2goclient.pro: make system a non-variable call. -- X2Go Release Manager <git-admin@x2go.org> Tue, 26 Jun 2018 00:39:28 +0200 diff --git a/x2goclient.pro b/x2goclient.pro index 6cd51b0..c94f427 100644 --- a/x2goclient.pro +++ b/x2goclient.pro @@ -141,7 +141,7 @@ unix { # Failure to find libssh_threads is non-fatal, since newer libssh versions # don't ship a separate library any longer. - $$system($$PKG_CONFIG --exists "libssh < 0.8.0"):PKGCONFIG += libssh_threads + system($$PKG_CONFIG --exists "libssh < 0.8.0"):PKGCONFIG += libssh_threads } else { # No pkgconfig stuff, because... for some reason we wanted to call the -- 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 master in repository x2goclient. commit 6a11deedf045cf30c9b9e536249d5e42264929bd Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Oct 30 17:10:00 2018 +0100 x2goclient.spec: build-depend on pkg-config. --- debian/changelog | 1 + x2goclient.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2743bfa..cf1fe95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,7 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium - x2goclient.pro: let static Linux configuration override the new pkgconfig-based libssh usage. - x2goclient.pro: make system a non-variable call. + - x2goclient.spec: build-depend on pkg-config. -- X2Go Release Manager <git-admin@x2go.org> Tue, 26 Jun 2018 00:39:28 +0200 diff --git a/x2goclient.spec b/x2goclient.spec index 9cb02ee..f60359f 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -43,6 +43,8 @@ BuildRequires: libssh-devel >= 0.5.5-2.1x2go1 BuildRequires: libXpm-devel, libX11-devel %endif +BuildRequires: pkg-config + %if "%{?_vendor}" == "suse" BuildRequires: fdupes update-desktop-files %if 0%{?suse_version} >= 1130 -- 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 master in repository x2goclient. commit a43ad5634b2b929d3dad8b5a8a9914e17cb0e519 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Oct 30 17:10:54 2018 +0100 debian/control: add build-depend on pkg-config. --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index cf1fe95..20afe0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,8 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium pkgconfig-based libssh usage. - x2goclient.pro: make system a non-variable call. - x2goclient.spec: build-depend on pkg-config. + * debian/control: + - Add build-depend on pkg-config. -- X2Go Release Manager <git-admin@x2go.org> Tue, 26 Jun 2018 00:39:28 +0200 diff --git a/debian/control b/debian/control index d2178a8..0d8ba7a 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Build-Depends: libx11-dev, libxpm-dev, man2html-base | man2html, + pkg-config, Standards-Version: 3.9.5 Homepage: https://code.x2go.org/releases/source/x2goclient Vcs-Git: git://code.x2go.org/x2goclient.git -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git