This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 99069e9dd60c01e77da74debef1922d4ccbceda5
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Mon Feb 12 21:49:41 2018 +0100

    Enable debug_packages for openSUSE Tumbleweed (suse_version > 1500).
---
 debian/changelog | 2 ++
 x2gobroker.spec  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2b9577b..8fc5973 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium
 
+  [ X2Go Release Manager ]
   * New upstream version (0.0.4.0):
     - Bump upstream version to 0.0.4.0.
     - Port to Python 3. (Fixes: #1240).
@@ -25,6 +26,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium
     + Adapt to Python3 port.
     + Bump package version.
     + CentOS 6 + 7 have python34-devel, not python3-devel.
+    + Enable debug_packages for openSUSE Tumbleweed (suse_version > 1500).
 
  -- X2Go Release Manager <git-ad...@x2go.org>  Wed, 05 Apr 2017 20:01:48 +0000
 
diff --git a/x2gobroker.spec b/x2gobroker.spec
index 6988044..009f07a 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -44,11 +44,13 @@ Requires(pre): pwdutils
 Requires(pre):  shadow-utils
 %endif
 
+%if ( ! 0%{?suse_version} ) || ( 0%{?suse_version} <= 1500 )
 # 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}
+%endif
 
 %description
 X2Go is a server based computing environment with

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gobroker.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to