This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdrive. commit 9bc2af18fb6044f033cb181d6879dc1d47909f8e Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Oct 25 00:35:43 2019 +0200 x2gokdrive.spec: disable debugsource... disabling. Debug packages are actually useful! --- debian/changelog | 1 + x2gokdrive.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 47f027c..b300328 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ x2gokdrive (0.0.0.1-0x2go1) UNRELEASED; urgency=medium + Pull in lsb-release on *SuSE systems and redhat-lsb otherwise for lsb_release, needed at package configuration time. + Enable hardening in a low-effort way. + + Disable debugsource... disabling. Debug packages are actually useful! * debian/rules: + Remove weird empty variable reference construct. + Whitespace-only fixes. diff --git a/x2gokdrive.spec b/x2gokdrive.spec index 5ae4412..524590f 100644 --- a/x2gokdrive.spec +++ b/x2gokdrive.spec @@ -1,7 +1,7 @@ # %%exclude %%{_prefix}lib/debug/usr/bin/x2gokdrive* # gets created, but we cannot exclude it under %%files # without rpmlint throwing an error. -%define _debugsource_packages 0 +#%%define _debugsource_packages 0 %global _hardened_build 1 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git