[Pkg-voip-commits] [linphone] 13/16: debian/rules: Use hardening=+all

Johannes Schauer josch-guest at moszumanska.debian.org
Tue Apr 25 03:59:10 UTC 2017


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

josch-guest pushed a commit to branch master
in repository linphone.

commit 58108467740f965f93fa763351a2d9390d2eee74
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Mon Apr 24 22:17:21 2017 +0200

    debian/rules: Use hardening=+all
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 227e37a..009ba73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,7 @@ linphone (3.11.1-1) UNRELEASED; urgency=low
   * debian/control: switch Vcs-* fields to https
   * debian/control: add Felix Lechner to Uploaders
   * debian/control: bump Standards-Version (no changes required)
+  * debian/rules: Use hardening=+all
 
  -- Felix Lechner <felix.lechner at gmail.com>  Fri, 03 Jul 2015 17:24:11 -0700
 
diff --git a/debian/rules b/debian/rules
index 6012b20..7d3fed1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ ifneq ($(DEB_HOST_ARCH_OS),linux)
   CONFIGURE_ARGS += -DENABLE_VIDEO=NO
 endif
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@ --buildsystem=cmake
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/linphone.git



More information about the Pkg-voip-commits mailing list