This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 69766691c2e0adb4cf93d79039f89fc9471b1c55 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Oct 26 23:28:34 2019 +0200 debian/rules: add missing single quotes - two strings were merged into one by accident. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 12bdd9b..a8edb80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,8 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Avoid xargs, use find's -exec feature. + More and better quoting. + Verbosely remove *.la files. + + Add missing single quotes - two strings were merged into one by + accident. * debian/rules.flags: + Define NULL variable and use it throughout the file. diff --git a/debian/rules b/debian/rules index 90237f2..55d13e3 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ override_dh_auto_configure: # inject x2gokdrive into xorg-server build tree cp 'Makefile.am' *'.c' *'.h' '$(CURDIR)/BUILD/xorg-server/hw/kdrive/x2gokdrive/' - cp -r '$(CURDIR)/man/ BUILD/xorg-server/hw/kdrive/x2gokdrive/' + cp -r '$(CURDIR)/man/' 'BUILD/xorg-server/hw/kdrive/x2gokdrive/' # patch xorg-server build tree, so that it will build x2gokdrive set -x; \ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git