This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdrive. from f2f436b x2gokdrive.spec: untangle libjpeg-turbo-devel build-dependency. new 24e87c9 x2gokdrive.spec: rework gettext-autopoint build dependency. new a2bcea7 debian/control: add build-dependency upon libpam-dev. new f3ff722 x2gokdrive.spec: also build-depend upon pam-devel. new ec8d825 x2gokdrive.spec: build verbosely. The 4 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 | 8 ++++++++ debian/control | 1 + x2gokdrive.spec | 11 +++++++++++ 3 files changed, 20 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 ec8d8258cddf826ae69e651f616846033b3c42e2 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Oct 28 21:18:32 2019 +0100 x2gokdrive.spec: build verbosely. We do want to see actual compilation steps. --- debian/changelog | 1 + x2gokdrive.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1cd6ae1..36d17f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -73,6 +73,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium "real" gettext-devel package that virtually provides a gettext-autopoint package. + Also build-depend upon pam-devel. + + Build verbosely. We do want to see actual compilation steps. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 7c97294..361fed5 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -268,6 +268,7 @@ autoreconf -fvi --libexecdir='%{_prefix}/lib/xorg' \ --with-module-dir='%{_prefix}/lib/xorg/modules' \ --with-serverconfig-path='%{_libexecdir}' \ + --disable-silent-rules \ --disable-static \ --without-dtrace \ --disable-strict-compilation \ -- 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 24e87c90b29462fa1935a4f5433b52c278150036 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Oct 28 21:03:05 2019 +0100 x2gokdrive.spec: rework gettext-autopoint build dependency. *SuSE uses gettext-tools (which provides a virtual gettext-devel package), while RHEL-land has a "real" gettext-devel package that virtually provides a gettext-autopoint package. --- debian/changelog | 4 ++++ x2gokdrive.spec | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8e7688e..b2f4fb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -66,6 +66,10 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium forgiving and always ships the turbo variant, but sets the virtual provide to pkgconfig(libjpeg) (yes, for all versions down to RHEL 6, albit via the updates repository!) and do not mention "turbo" in there. + + Rework gettext-autopoint build dependency. *SuSE uses gettext-tools + (which provides a virtual gettext-devel package), while RHEL-land has a + "real" gettext-devel package that virtually provides a gettext-autopoint + package. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index e19f28d..e575d97 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -72,7 +72,16 @@ BuildRequires: automake BuildRequires: autoconf BuildRequires: libtool BuildRequires: gettext +%if 0%{?suse_version} +BuildRequires: gettext-tools +%else +# This is really just a virtual provides for gettext-devel. +# We might want to spell it out directly and only once, also for *SuSE, but +# then we would be pulling in a "real" package on non-*SuSE, but a virtual +# one on *SuSE, since *SuSE only has gettext-{runtime,tools} as "real" packages +# with gettext-tools providing the virtual gettext-devel package. BuildRequires: gettext-autopoint +%endif BuildRequires: bison BuildRequires: flex BuildRequires: imake -- 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 f3ff722478375379c5b352954d9f242542326663 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Oct 28 21:13:22 2019 +0100 x2gokdrive.spec: also build-depend upon pam-devel. --- debian/changelog | 1 + x2gokdrive.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0d74ec9..1cd6ae1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -72,6 +72,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium (which provides a virtual gettext-devel package), while RHEL-land has a "real" gettext-devel package that virtually provides a gettext-autopoint package. + + Also build-depend upon pam-devel. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index e575d97..7c97294 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -125,6 +125,7 @@ BuildRequires: pkgconfig(libgcrypt) BuildRequires: libgcrypt-devel %endif BuildRequires: pkgconfig(nettle) +BuildRequires: pam-devel # We probably won't need some libudev-devel equivalent because we disable that # feature anyway. # Same goes for pkgconfig(libselinux). -- 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 a2bcea726c6b0145d75bec197ffc747cf1973b74 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Oct 28 21:09:01 2019 +0100 debian/control: add build-dependency upon libpam-dev. It would really be libpam0g-dev currently, but that looks like a moving target. --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index b2f4fb4..0d74ec9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium * debian/control: + Grammar fix. + 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. * x2gokdrive.spec: + Drop Debian-style formatting in description. + Typo fixes. diff --git a/debian/control b/debian/control index ee8552c..bfec3ad 100644 --- a/debian/control +++ b/debian/control @@ -54,6 +54,7 @@ Build-Depends: nettle-dev, libselinux1-dev (>= 2.0.80) [linux-any], libaudit-dev [linux-any], + libpam-dev, libgl1-mesa-dev (>= 9.2), libunwind-dev [amd64 arm64 armel armhf hppa i386 ia64 mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el sh4], libxmuu-dev (>= 1:0.99.1), -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git