This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 111c26d21803bd60fa7c0f01942c0298424a2482 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Oct 24 22:19:30 2019 +0200 debian/rules: whitespace-only fixes. --- debian/changelog | 1 + debian/rules | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ff60008..a7c959f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,5 +18,6 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Whitespace-only fixes. * debian/rules: + Remove weird empty variable reference construct. + + Whitespace-only fixes. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 14:10:43 +0200 diff --git a/debian/rules b/debian/rules index b3e1e49..bc05138 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,6 @@ include debian/rules.flags dh $@ --with quilt --parallel override_dh_auto_configure: - # prepare xorg-server build tree mkdir $(CURDIR)/BUILD -p cd $(CURDIR)/BUILD && tar -xvf /usr/src/xorg-server.tar.xz @@ -47,8 +46,7 @@ override_dh_auto_test: # disabled, nothing to test for x2gokdrive... override_dh_auto_install: - dh_auto_install --builddirectory=BUILD/xorg-server/ \ - --destdir=debian/tmp/ + dh_auto_install --builddirectory=BUILD/xorg-server/ --destdir=debian/tmp/ # oh, yuck. find $(CURDIR)/debian/tmp/usr/lib/xorg -type f -name '*.la' | \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git