[Pkg-owncloud-commits] [owncloud-client] 02/02: Removed --with kde and --buildsystem=kde in debian/rules

Sandro Knauß hefee-guest at alioth.debian.org
Thu Oct 10 09:31:59 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 de3e7abb85b05749bafbc3f6984e1bd692677c70
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Thu Oct 10 11:29:46 2013 +0200

    Removed --with kde and --buildsystem=kde in debian/rules
    
    This is only needed for kde package
---
 debian/rules |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index c59073c..e6d2556 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,15 +6,15 @@ export CSYNC_DIR=/usr/include/ocsync
 #export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden -fvisibility-inlines-hidden
 
 %:
-	dh $@ --with sphinxdoc --with kde --parallel --with pkgkde_symbolshelper
+	dh $@ --parallel --with sphinxdoc --with pkgkde_symbolshelper
 
 # Only do this for an indep build
 
 override_dh_auto_configure-arch:
-	dh_auto_configure --buildsystem=kde -- -DCMAKE_INSTALL_PREFIX=/usr
+	dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr
 
 override_dh_auto_configure-indep:
-	dh_auto_configure --buildsystem=kde -- -DCMAKE_INSTALL_PREFIX=/usr -DWITH_DOC=ON
+	dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DWITH_DOC=ON
 
 override_dh_sphinxdoc-arch:
 

-- 
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