[pkg-remote-commits] [x2goserver] 01/02: debian/rules: Ignore chmod failures when adapting x-bits in /usr/lib/x2go/*. Fixes FTBFS for binary-all build target. (Closes: #891296).
Mike Gabriel
sunweaver at debian.org
Sun Feb 25 13:46:00 UTC 2018
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository x2goserver.
commit 18010c1b79fed0900103a5e69857b1134de97135
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Feb 25 14:41:09 2018 +0100
debian/rules: Ignore chmod failures when adapting x-bits in /usr/lib/x2go/*. Fixes FTBFS for binary-all build target. (Closes: #891296).
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 976953b..8928a5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,9 @@ override_dh_install:
dh_install
# FIXME: upstream has some X2Go scripts in their tarball that are not executable
- chmod a+x debian/x2goserver/usr/lib/x2go/*
+ # During binary-all builds, the below directory is non-existent, so ignoring
+ # any sorts of failures here.
+ -chmod a+x debian/x2goserver/usr/lib/x2go/*
# on arch: all-only,source builds, the x2goserver-x2goagent.features file is non-present.
# so let's handle this gracefully...
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/x2goserver.git
More information about the pkg-remote-commits
mailing list