[SCM] dataset manipulation GUI generator branch, master, updated. upstream/1.2.2-15-gde67e50

Frédéric-Emmanuel PICCA picca at synchrotron-soleil.fr
Mon Nov 8 10:38:45 UTC 2010


The following commit has been merged in the master branch:
commit cadf3cc8f7c4ece7274bdf8b424a3ac1751dbd7e
Author: Frédéric-Emmanuel PICCA <picca at synchrotron-soleil.fr>
Date:   Mon Nov 8 10:25:48 2010 +0100

    * use the default directory of the sphinx build system.

diff --git a/debian/docs b/debian/docs
index e69de29..6f7511e 100644
--- a/debian/docs
+++ b/debian/docs
@@ -0,0 +1 @@
+build/sphinx/html
diff --git a/debian/rules b/debian/rules
index 754c909..3232d6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,12 @@ override_dh_clean:
 	rm -rf build/sphinx
 	dh_clean
 
+# until the upstream rename doc_src -> doc
+override_dh_auto_build:
+	mv -f doc_src doc
+	dh_auto_build
+	mv -f doc doc_src
+
 %:
 	dh $@ --with python-support
 

-- 
dataset manipulation GUI generator



More information about the debian-science-commits mailing list