This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 64444cb4c85a533dee6f6c92c799c811c8299c78 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Oct 24 22:16:34 2019 +0200 debian/rules: remove weird empty variable reference construct. --- debian/changelog | 2 ++ debian/rules | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6f25c50..ff60008 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,5 +16,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Copy summary from Debian's short description. + Spell out each (build) dependency on one line. + Whitespace-only fixes. + * debian/rules: + + Remove weird empty variable reference construct. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 14:10:43 +0200 diff --git a/debian/rules b/debian/rules index 7585472..b3e1e49 100755 --- a/debian/rules +++ b/debian/rules @@ -29,8 +29,7 @@ override_dh_auto_configure: set -x; export XORG_UPSTREAM_VERSION=`cat $(CURDIR)/BUILD/xorg-server/configure.ac | grep AC_INIT | sed -r 's/^AC_INIT[^,]*, ([^,]+),.*/\\1/'` \ && cd $(CURDIR)/BUILD/xorg-server \ && test -d ../../patches.xorg/$$XORG_UPSTREAM_VERSION && QUILT_PATCHES=../../patches.xorg/$$XORG_UPSTREAM_VERSION/ quilt push -a \ - || ( set +x; echo "\n##################################################\nERROR: This X2Go KDrive version does not support\nbuilding against X.Org version $$XORG_UPSTREAM_VERSION.\n##################################################\n"; exit 1); \ - $() + || ( set +x; echo "\n##################################################\nERROR: This X2Go KDrive version does not support\nbuilding against X.Org version $$XORG_UPSTREAM_VERSION.\n##################################################\n"; exit 1) # run autoreconf cd $(CURDIR)/BUILD/xorg-server && autoreconf -vfi -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git