[SCM] ffmpegthumbnailer/master: Enable hardening

mati75-guest at users.alioth.debian.org mati75-guest at users.alioth.debian.org
Tue Jul 25 20:08:14 UTC 2017


The following commit has been merged in the master branch:
commit c911653da3924a5546e85d30b1bb942131cecf61
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Tue Jul 25 21:49:25 2017 +0200

    Enable hardening

diff --git a/debian/changelog b/debian/changelog
index 1359a79..9eacd90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ ffmpegthumbnailer (2.2.0-1) UNRELEASED; urgency=medium
     - Bump dh version to 10.
     - Update VCS links.
     - Bump Standards-Version to 4.0.0. 
+  * Enable hardening.
 
  -- Mateusz Łukasik <mati75 at linuxmint.pl>  Thu, 19 Jan 2017 19:53:46 +0100
 
diff --git a/debian/rules b/debian/rules
index a332f65..fadef4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@ --parallel

-- 
ffmpegthumbnailer packaging



More information about the pkg-multimedia-commits mailing list