[SCM] quassel packaging branch, master, updated. debian/1%0.10.0-2.4-20-gfa6dbfa

Felix Geyer fgeyer at moszumanska.debian.org
Sun Sep 6 18:39:43 UTC 2015


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

The following commit has been merged in the master branch:
commit bd6339b6e44d308a5c6b297f87c2cf8167194b73
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sun Sep 6 20:25:33 2015 +0200

    Enable all hardening build flags.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8cfb657..4622e40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ quassel (1:0.12.2-1) UNRELEASED; urgency=medium
   * Create the SSL certificate as user quasselcore to avoid a symlink race
     condition. (Closes: #753737)
   * Stop hardcoding the path to deluser / delgroup in postrm.
+  * Enable all hardening build flags.
 
   [ Scott Kitterman ]
   * Add systemd service file and associated changes for quasselcore.
diff --git a/debian/rules b/debian/rules
index 8f77ace..eee97df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
 %:
 	dh $@ --parallel --with systemd
 

-- 
quassel packaging



More information about the pkg-kde-commits mailing list