[Pkg-owncloud-commits] [SCM] owncloud-client.git branch, master, updated. upstream/1.1.4-47-g6e788ba

Sandro Knauß bugs at sandroknauss.de
Mon Feb 4 03:04:34 UTC 2013


The following commit has been merged in the master branch:
commit 2d12b57f3fec4cfc7692172eed605494a4124fbc
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Sun Feb 3 22:20:38 2013 +0100

    adding hardening-tools and pkg-kde-tools

diff --git a/debian/control b/debian/control
index e0853d8..52e0beb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: net
 Priority: optional
 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 (>= 9), cmake, libqt4-dev (>= 4.7), libocsync-dev (>= 0.70.3),
+Build-Depends: debhelper (>= 9), cmake, libqt4-dev (>= 4.7), hardening-wrapper, pkg-kde-tools (> 0.5),
  python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended,
- qt4-dev-tools,  kdelibs5-dev, qtkeychain-dev
+ qt4-dev-tools,  kdelibs5-dev, libocsync-dev (>= 0.70.3), qtkeychain-dev
 Vcs-Git: git://git.debian.org/git/pkg-owncloud/owncloud-client.git
 Vcs-browser: http://git.debian.org/?p=pkg-owncloud/owncloud-client.git
 Standards-Version: 3.9.3
diff --git a/debian/rules b/debian/rules
index c57b214..39ad7c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,11 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_HARDENING=1
+
 export CSYNC_DIR=/usr/include/ocsync
 
 %:	
-	dh $@ --with sphinxdoc
+	dh $@ --with sphinxdoc --with kde --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc/owncloud
+	dh_auto_configure --buildsystem=kde -- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc/owncloud 

-- 
owncloud-client.git



More information about the Pkg-owncloud-commits mailing list