[SCM] kdenlive packaging branch, master, updated. 9f550ac28d3e70cb6e0992fdea79b6c2f9777920

Maximiliano Curia maxy at moszumanska.debian.org
Wed Sep 9 08:16:34 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kdenlive.git;a=commitdiff;h=fe64baa

The following commit has been merged in the master branch:
commit fe64baa44540b10089263819c58e2837f9b17a0a
Author: the-me <the-me at f1c9c430-f51a-44e6-a298-6f72677f57b2>
Date:   Sat Apr 30 12:42:31 2011 +0000

    * Build with hardening-wrapper.
    
    
    git-svn-id: https://svn.linux-dev.org/svn/pkg/kdenlive/trunk@2759 f1c9c430-f51a-44e6-a298-6f72677f57b2
---
 debian/changelog | 6 ++++++
 debian/control   | 4 ++--
 debian/rules     | 1 +
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ad2fece..6c09578 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kdenlive (0.8-2) UNRELEASED; urgency=low
+
+  * Build with hardening-wrapper.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 30 Apr 2011 13:59:45 +0200
+
 kdenlive (0.8-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index cc2a11c..cfd57b5 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,8 @@ Build-Depends: debhelper (>= 7),
  shared-desktop-ontologies,
  libx11-dev,
  libqt4-opengl-dev,
- libqjson-dev
-
+ libqjson-dev,
+ hardening-wrapper
 Package: kdenlive
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
diff --git a/debian/rules b/debian/rules
index 412f0da..4934eb3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 #export DH_VERBOSE=1
+export DEB_BUILD_HARDENING=1
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)

-- 
kdenlive packaging



More information about the pkg-kde-commits mailing list