[forge] 13/14: Cosmetic fixup of rules file

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Dec 21 19:36:13 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository forge.

commit 0979a22e08cdc81a281b6dc6c45e2b41a53a6401
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Dec 21 19:23:43 2016 +0000

    Cosmetic fixup of rules file
---
 debian/rules | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4b3f708..9c5bbdc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,16 +8,18 @@ include /usr/share/dpkg/architecture.mk
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 BUILD_OPTIONS = -DBUILD_EXAMPLES=OFF \
-	-DFG_INSTALL_CMAKE_DIR="lib/$(DEB_HOST_MULTIARCH)/cmake/Forge" \
-	-DFG_INSTALL_LIB_DIR="lib/$(DEB_HOST_MULTIARCH)" \
-	-DUSE_SYSTEM_GLBINDING=ON
+		-DFG_INSTALL_CMAKE_DIR="lib/$(DEB_HOST_MULTIARCH)/cmake/Forge" \
+		-DFG_INSTALL_LIB_DIR="lib/$(DEB_HOST_MULTIARCH)" \
+		-DUSE_SYSTEM_GLBINDING=ON
 
 %:
 	dh $@
 
 override_dh_auto_configure-arch:
-	dh_auto_configure -- $(BUILD_OPTIONS) -DBUILD_DOCUMENTATION=OFF
+	dh_auto_configure -- $(BUILD_OPTIONS) \
+		-DBUILD_DOCUMENTATION=OFF
 
 override_dh_auto_configure-indep:
-	dh_auto_configure -- $(BUILD_OPTIONS) -DBUILD_DOCUMENTATION=ON \
+	dh_auto_configure -- $(BUILD_OPTIONS) \
+		-DBUILD_DOCUMENTATION=ON \
 		-DFG_INSTALL_DOC_DIR="share/doc/forge-doc"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/forge.git



More information about the debian-science-commits mailing list