[Pkg-owncloud-commits] [owncloud-client] 01/01: Added hardening support the standard way.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Dec 14 01:57:35 UTC 2013


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

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

commit 34119a1d0aecaf79167ffb4199012dd07040ad8a
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Sat Dec 14 02:13:53 2013 +0100

    Added hardening support the standard way.
---
 debian/control | 2 +-
 debian/rules   | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 6f16974..bc55877 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
 Priority: optional
 Maintainer: ownCloud for Debian maintainers <pkg-owncloud-maintainers at lists.alioth.debian.org>
 Uploaders: Sandro Knauß <bugs at sandroknauss.de>
-Build-Depends: debhelper (>= 9), cmake, libqt4-dev, hardening-wrapper, pkg-kde-tools, python-sphinx | python3-sphinx,
+Build-Depends: debhelper (>= 9), cmake, libqt4-dev, pkg-kde-tools, python-sphinx | python3-sphinx,
  qt4-dev-tools, libqtwebkit-dev,  kdelibs5-dev, libocsync-dev (>= 0.91.4), qtkeychain-dev, libneon27-gnutls-dev,
  libinotify-dev [kfreebsd-any]
 Build-Depends-Indep: texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, xsltproc
diff --git a/debian/rules b/debian/rules
index e6d2556..8d4019d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_HARDENING=1
-
 export CSYNC_DIR=/usr/include/ocsync
-#export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden -fvisibility-inlines-hidden
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
 
 %:
 	dh $@ --parallel --with sphinxdoc --with pkgkde_symbolshelper

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



More information about the Pkg-owncloud-commits mailing list