[SCM] MLT multimedia framework packaging branch, master, updated. debian/0.9.0+dfsg1-1-7-g6e14850

Patrick Matthäi pmatthaei at moszumanska.debian.org
Wed Jul 9 08:27:20 UTC 2014


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

The following commit has been merged in the master branch:
commit 264e0a07787020554ec8d254407c77e2b3be1287
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Wed Jul 9 09:47:30 2014 +0200

    * Move away from hardening-wrapper.
---
 debian/changelog | 1 +
 debian/control   | 1 -
 debian/rules     | 2 --
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 35c63cb..d06a403 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ mlt (0.9.2-1) UNRELEASED; urgency=medium
     - Remove merged patch 03-freetype-ftbfs.
   * Overwrite lintian warning intra-source-package-circular-dependency, because
     those dependencies are required.
+  * Move away from hardening-wrapper.
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 03 Jun 2014 09:48:44 +0200
 
diff --git a/debian/control b/debian/control
index d22b8db..1871a32 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,6 @@ Build-Depends: debhelper (>= 9),
  imagemagick,
  frei0r-plugins-dev,
  swig,
- hardening-wrapper,
  python-all-dev (>= 2.6.6-3~)
 Standards-Version: 3.9.5
 Section: libs
diff --git a/debian/rules b/debian/rules
index 74a1af4..c5132f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_HARDENING=1
-
 # 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