[compute] 04/07: d/rules: generate missing Jamroot file for documentation.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Dec 22 07:12:58 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/sid
in repository compute.

commit 7bb157118f4513c95efd2b7df3a02ee5c4c939e9
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Dec 21 18:49:57 2015 +0000

    d/rules: generate missing Jamroot file for documentation.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b2f096b..4c490c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf bin doc/bin doc/html
-	rm -f doc/*.jam doc/*.xml
+	rm -f Jamroot doc/*.jam doc/*.xml
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
@@ -20,6 +20,7 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
 	dh_auto_build
+	echo 'project compute : ;' > Jamroot
 	cd doc && \
 	printf "using boostbook ;\nusing quickbook ;\nusing doxygen ;" >> ./user-config.jam  && \
 	bjam --v2 --user-config=./user-config.jam html

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



More information about the debian-science-commits mailing list