[SCM] charmtimetracker packaging branch, master, updated. debian/1.10.0-1-15-gd547100

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jun 30 07:55:55 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/charmtimetracker.git;a=commitdiff;h=d547100

The following commit has been merged in the master branch:
commit d5471000058539b7aa894b658a5ef824fea81668
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Jun 30 09:54:14 2016 +0200

    Make sure -fPIC is present in the buildflags
    
    Closes: #828878
    Thanks: Chris Lamb for the report
    
    This shouldn't be needed, but adding it doesn't hurt us, and I really can't explain why it started to ftfbs now.
---
 debian/changelog | 5 +++++
 debian/rules     | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d957cf2..4f515a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 charmtimetracker (1.11.1-1) unstable; urgency=medium
 
+  [ Sandro Knauß ]
   * New upstream release
   * Add qtscript5-dev to Build-Deps
   * Bump Standards-Version (no change needed).
@@ -10,6 +11,10 @@ charmtimetracker (1.11.1-1) unstable; urgency=medium
     - Add patch to fix the licenses in cmake folder (source: upstream)
   * Activate hardening flags
 
+  [ Maximiliano Curia ]
+  * Make sure -fPIC is present in the buildflags (Closes: #828878) Thanks to
+    Chris Lamb for the report.
+
  -- Sandro Knauß <bugs at sandroknauss.de>  Thu, 26 May 2016 11:13:26 +0200
 
 charmtimetracker (1.10.0-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 5d51836..7a1c31a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 include /usr/share/dpkg/buildflags.mk
 
 include /usr/share/dpkg/default.mk
-export DEB_CPPFLAGS_MAINT_APPEND = -DNDEBUG -DQT_NO_DEBUG_OUTPUT
+export DEB_CPPFLAGS_MAINT_APPEND = -DNDEBUG -DQT_NO_DEBUG_OUTPUT -fPIC
 
 %:
 	dh $@ --parallel

-- 
charmtimetracker packaging



More information about the pkg-kde-commits mailing list