This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit bec61b8e860994604f319e8f9281556f659e3d3c Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Oct 24 22:35:10 2019 +0200 debian/rules: move options to the front of commands. --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a7c959f..cf6e23b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,5 +19,6 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. + + Move options to the front of commands. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 14:10:43 +0200 diff --git a/debian/rules b/debian/rules index bc05138..15b4174 100755 --- a/debian/rules +++ b/debian/rules @@ -16,9 +16,9 @@ include debian/rules.flags override_dh_auto_configure: # prepare xorg-server build tree - mkdir $(CURDIR)/BUILD -p + mkdir -p $(CURDIR)/BUILD cd $(CURDIR)/BUILD && tar -xvf /usr/src/xorg-server.tar.xz - mkdir $(CURDIR)/BUILD/xorg-server/hw/kdrive/x2gokdrive/ -p + mkdir -p $(CURDIR)/BUILD/xorg-server/hw/kdrive/x2gokdrive/ # inject x2gokdrive into xorg-server build tree cp Makefile.am *.c *.h $(CURDIR)/BUILD/xorg-server/hw/kdrive/x2gokdrive/ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git