[Pkg-owncloud-commits] [owncloud-client] 04/06: Fix FTBS on all build.

Sandro Knauß hefee at debian.org
Fri Sep 29 20:25:30 UTC 2017


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

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

commit c239f3715a4ff0720772c1d23ff31c514f460eb7
Author: Sandro Knauß <hefee at debian.org>
Date:   Sun Sep 10 17:40:39 2017 +0200

    Fix FTBS on all build.
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 3a39389..9992d70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,9 @@ override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DUNIT_TESTING=ON -DDEBIAN_VERSION=$(DEB_VERSION) -DPLUGIN_INSTALL_DIR=/usr/lib/$(DEB_HOST_GNU_TYPE)/qt5/plugins
 
 override_dh_auto_build-indep:
+	dh_auto_build -- -C shell_integration/nautilus
 	dh_auto_build -- doc
+	dh_auto_build # unfortunatelly we don't get icons and translations otherwise.
 
 override_dh_auto_build-arch:
 	dh_auto_build -- doc-man
@@ -29,6 +31,11 @@ endif
 
 override_dh_auto_test-indep:
 
+override_dh_auto_install-indep:
+	dh_auto_install -- -C shell_integration/nautilus
+	dh_auto_install -- -C doc
+	dh_auto_install
+
 override_dh_missing:
 	dh_missing --list-missing
 

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