[Pkg-owncloud-commits] [SCM] qtkeychain.git branch, master, updated. debian/0.1.0-0r1-2-gab1d36e

Sandro Knauß bugs at sandroknauss.de
Sun Feb 3 20:58:44 UTC 2013


The following commit has been merged in the master branch:
commit ab1d36e1b5c6db5cd592e3acdc9fcfebd87c6123
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Sun Feb 3 21:54:24 2013 +0100

    adding hardening-wrapper to harden lib and use pkg-kde-tools

diff --git a/debian/control b/debian/control
index 55ba7a8..16040f9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: qtkeychain
 Priority: extra
 Maintainer: ownCloud for Debian maintainers <pkg-owncloud-maintainers at lists.alioth.debian.org>
 Uploaders: Thomas Mueller <thomas.mueller at tmit.eu>, Paul van Tilburg <paulvt at debian.org>
-Build-Depends: debhelper (>= 8.0.0), cmake, libqt4-dev (>= 4.7)
+Build-Depends: debhelper (>= 8.0.0), cmake, libqt4-dev (>= 4.7), pkg-kde-tools (>= 0.5), hardening-wrapper
 Standards-Version: 3.9.3
 Section: libs
 Homepage: https://github.com/frankosterfeld/qtkeychain
diff --git a/debian/rules b/debian/rules
index 0202b48..b1371c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,13 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_BUILD_HARDENING=1
+
 %:
-	dh $@
+	dh $@ --with kde
 
 
 override_dh_install:

-- 
qtkeychain.git



More information about the Pkg-owncloud-commits mailing list