This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 2396756 debian/control: Bump Standards-Version: to 3.9.8. No changes needed. new 33be1b5 debian/changelog: fixup. new 8a49d06 x2gobroker.spec: disable generation of debug package, which will always be empty and lead to errors on certain platforms. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 6 ++++++ x2gobroker.spec | 6 ++++++ 2 files changed, 12 insertions(+) -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 33be1b5bcde767efe92bf263a4f6ed511e5668e6 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Aug 21 00:04:57 2017 +0200 debian/changelog: fixup. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/changelog b/debian/changelog index a9b1d08..319992a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ x2gobroker (0.0.3.3-0x2go1) UNRELEASED; urgency=medium + [ Mike Gabriel ] * src/*.c: Fix implicit declaration of execv(). * debian/{control,compat}: + Bump to DH version level 9. -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
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