[X2Go-Commits] [x2gobroker] 01/01: x2gobroker.spec: add %debug_package macro when debugging is to be enabled, hoping that it will actually generate proper debuginfo (and -source) sub packages owning files.
git-admin at x2go.org
git-admin at x2go.org
Sun Jun 17 09:47:16 CEST 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gobroker.
commit abbbc8636095ed84fa782056925c7c94f7d4568d
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun Jun 17 09:46:54 2018 +0200
x2gobroker.spec: add %debug_package macro when debugging is to be enabled, hoping that it will actually generate proper debuginfo (and -source) sub packages owning files.
---
debian/changelog | 7 +++++++
x2gobroker.spec | 4 ++++
2 files changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 0dad151..9ee8a6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -103,6 +103,13 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium
tests.
+ Let's try to get unit tests working on Fedora first...
+ [ Mihai Moldovan ]
+ * New upstream version (0.0.4.0):
+ * x2gobroker.spec:
+ - Add %debug_package macro when debugging is to be enabled, hoping that it
+ will actually generate proper debuginfo (and -source) sub packages
+ owning files.
+
-- X2Go Release Manager <git-admin at x2go.org> Wed, 05 Apr 2017 20:01:48 +0000
x2gobroker (0.0.3.4-0x2go1) unstable; urgency=medium
diff --git a/x2gobroker.spec b/x2gobroker.spec
index 823c2d2..25d7e76 100644
--- a/x2gobroker.spec
+++ b/x2gobroker.spec
@@ -67,6 +67,10 @@ Requires(pre): shadow-utils
# python modules into.
# Hence just disable the debug package.
%global debug_package %{nil}
+%else
+# Try to have the system automatically add debug sub-packages. Should happen
+# automatically, but for some reason it doesn't.
+%debug_package
%endif
%description
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
More information about the x2go-commits
mailing list