[SCM] MLT multimedia framework packaging branch, master, updated. debian/6.0.0-1-4-geca5785

Patrick Matthäi pmatthaei at moszumanska.debian.org
Thu Feb 18 19:19:08 UTC 2016


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

The following commit has been merged in the master branch:
commit d116005c62857ebc58885cec82e6d70f9443c1ad
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Thu Feb 18 20:12:10 2016 +0100

    * Enable all hardening flags except of PIE, which produces a FTBFS.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9dcd061..8fc93b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mlt (6.0.0-2) UNRELEASED; urgency=medium
+
+  * Enable all hardening flags except of PIE, which produces a FTBFS.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 18 Feb 2016 20:11:37 +0100
+
 mlt (6.0.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index e91ee45..8699ae3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+
 # 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