[SCM] MLT multimedia framework packaging branch, master, updated. debian/0.9.8-3-1-gb9ba17f

Patrick Matthäi pmatthaei at moszumanska.debian.org
Wed Feb 17 13:39:31 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/mlt.git;a=commitdiff;h=b9ba17f

The following commit has been merged in the master branch:
commit b9ba17ff578761114f51a6a8effa726869f9580f
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Wed Feb 17 14:39:26 2016 +0100

    * Enable full hardening.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6d9395e..0a7f1a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mlt (0.9.8-4) UNRELEASED; urgency=medium
+
+  * Enable full hardening.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 17 Feb 2016 14:39:15 +0100
+
 mlt (0.9.8-3) unstable; urgency=high
 
   * Add upstream patch 01-mlt_ffmpeg-2.9 to fix a FTBFS with newer FFmpeg
diff --git a/debian/rules b/debian/rules
index e91ee45..90334db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 # Enable MMX and SSE on amd64 architecture
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), "amd64"))
 	EXTRA_CONFIGURE_OPTS += --enable-mmx --enable-sse

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list