[Pkg-owncloud-commits] [qtkeychain] 01/01: Replaced hardening-wrapper with dpkg-buildflags

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Sep 4 00:29:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository qtkeychain.

commit e41641c22bf53fcd322385837ae354bc838585e8
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Thu Sep 4 02:27:43 2014 +0200

    Replaced hardening-wrapper with dpkg-buildflags
---
 debian/compat  | 2 +-
 debian/control | 3 +--
 debian/rules   | 4 +++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index b5da997..df3aa81 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Priority: extra
 Maintainer: ownCloud for Debian maintainers <pkg-owncloud-maintainers at lists.alioth.debian.org>
 Uploaders: Sandro Knauß <bugs at sandroknauss.de>
 Build-Depends: cmake,
-               debhelper (>= 8.0.0),
-               hardening-wrapper,
+               debhelper (>= 9),
                libqt4-dev,
                pkg-kde-tools,
                qttools5-dev (>= 5.2.1),
diff --git a/debian/rules b/debian/rules
index d1d38ad..6060f1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export DEB_BUILD_HARDENING=1
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden -fvisibility-inlines-hidden
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
 
 %:
 	dh $@ --parallel --with kde --with pkgkde_symbolshelper

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/qtkeychain.git



More information about the Pkg-owncloud-commits mailing list