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

Patrick Matthäi pmatthaei at alioth.debian.org
Sat Apr 30 18:51:14 UTC 2011


The following commit has been merged in the master branch:
commit 98cfa736e66cc17e4d3bac94732fbe2d9ff1e2b2
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Sat Apr 30 20:43:50 2011 +0200

    * Build with enabled hardening-wrapper.
---
 debian/changelog |    3 ++-
 debian/control   |    1 +
 debian/rules     |    2 ++
 3 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6a9a270..aa2d1f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ mlt (0.7.0-2) UNRELEASED; urgency=low
 
   * Bump Standards-Version to 3.9.2 (no changes needed).
   * Wrap build dependencies.
+  * Build with enabled hardening-wrapper.
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 30 Apr 2011 20:42:19 +0200
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 30 Apr 2011 20:43:41 +0200
 
 mlt (0.7.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 37d46a8..89a33e9 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Build-Depends: debhelper (>= 7.0.50),
  frei0r-plugins-dev,
  swig,
  python-dev,
+ hardening-wrapper,
  python-support
 Standards-Version: 3.9.2
 Section: libs
diff --git a/debian/rules b/debian/rules
index 9dd3e5d..5d9cc8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_HARDENING=1
+
 # Enable motion estimation, MMX and SSE on amd64 architecture
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), "amd64"))
 	EXTRA_CONFIGURE_OPTS += --enable-motion_est --enable-mmx --enable-sse

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list