[SCM] giada/master: Fix hardening.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Jun 22 13:25:22 UTC 2016


The following commit has been merged in the master branch:
commit c01e51fe00328c82403296a30a4d1e0e0c87ce84
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Wed Jun 22 15:01:18 2016 +0200

    Fix hardening.

diff --git a/debian/rules b/debian/rules
index 121b6bc..bcd7849 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@ UPSTREAM_VERSION ?=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\
 PKG = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p')
 DATE := $(shell date -u -d "$$(dpkg-parsechangelog -SDate)" +"%Y/%m/%d")
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 CPPFLAGS+=-DBUILD_DATE='"$(DATE)"'
 CXXFLAGS+=-std=c++11
 LDFLAGS+=-Wl,--as-needed

-- 
giada packaging



More information about the pkg-multimedia-commits mailing list