This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 8a49d06b18820665c4b0f11ede930395454bf557 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Aug 21 00:05:56 2017 +0200 x2gobroker.spec: disable generation of debug package, which will always be empty and lead to errors on certain platforms. --- debian/changelog | 5 +++++ x2gobroker.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 319992a..b6deec6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,11 @@ x2gobroker (0.0.3.3-0x2go1) UNRELEASED; urgency=medium * debian/control: + Bump Standards-Version: to 3.9.8. No changes needed. + [ Mihai Moldovan ] + * x2gobroker.spec: + - Disable generation of debug package, which will always be empty and lead + to errors on certain platforms. + -- X2Go Release Manager <git-admin@x2go.org> Thu, 23 Feb 2017 03:42:12 +0100 x2gobroker (0.0.3.2-0x2go1) unstable; urgency=medium diff --git a/x2gobroker.spec b/x2gobroker.spec index 352096a..514c65c 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -43,6 +43,12 @@ Requires(pre): pwdutils Requires(pre): shadow-utils %endif +# We cannot generate debug info since this is a collection of python and shell scripts. +# Making the package noarch isn't possible since we use arch-dependent paths to install +# python modules into. +# Hence just disable the debug package. +%global debug_package %{nil} + %description X2Go is a server based computing environment with - session resuming -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git