This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit a14f2a11d7245f8bc5bc8231c26f93a56cfbdd41 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Oct 28 03:20:44 2019 +0100 x2gokdrive.spec: backport escaping layer change from debian/rules. --- debian/changelog | 1 + x2gokdrive.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f542c10..d38f5d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Add description for x2gokdrive (source) package. It's a slightly modified version of the binary package description. + Fix typo pkgconfig(Xau) => pkgconfig(xau). + + Backport escaping layer change from debian/rules. * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 6b66512..85f5130 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -203,7 +203,7 @@ cp -r 'man/' 'BUILD/hw/kdrive/x2gokdrive/' # patch xorg-server build tree, so that it will build x2gokdrive set -x -export XORG_UPSTREAM_VERSION="$(grep 'AC_INIT' 'BUILD/configure.ac' | sed -r 's/^AC_INIT[^,]*, ([^,]+),.*/\\1/')" +export XORG_UPSTREAM_VERSION="$(grep 'AC_INIT' 'BUILD/configure.ac' | sed -r 's/^AC_INIT[^,]*, ([^,]+),.*/\1/')" cd 'BUILD' if [ -d "../patches.xorg/${XORG_UPSTREAM_VERSION}" ]; then QUILT_PATCHES="../patches.xorg/${XORG_UPSTREAM_VERSION}/" quilt push -a -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git