summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2021-01-12 10:55:27 +0100
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2021-01-12 10:56:15 +0100
commit4c5f7fd25cdc252993045ad75ff861362616201d (patch)
tree49b3f970d9f6504116f0c9cbfd910c01b42210c0 /debian
parent86f240de55812f369790a30127e4c54562c32bbc (diff)
fix build options name nodocs -> nodoc
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a70ba58..2f7cf66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+silx (0.14.0+dfsg-2) UNRELEASED; urgency=medium
+
+ * fix build options name nodocs -> nodoc
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Tue, 12 Jan 2021 10:56:07 +0100
+
silx (0.14.0+dfsg-1) unstable; urgency=medium
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
diff --git a/debian/rules b/debian/rules
index 19abca1..92add19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ override_dh_installman:
dh_installman -p silx build/man/*.1
override_dh_sphinxdoc:
-ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
+ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
#mkdir -p $(POCL_CACHE_DIR) # create POCL cachedir in order to avoid an FTBFS in sbuild
mkdir -p -m 700 $(XDG_RUNTIME_DIR)
pybuild --build -s custom -p $(PY3VER) --build-args="cd doc && env PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' xvfb-run -a --server-args=\"-screen 0 1024x768x24\" {interpreter} -m sphinx -N -bhtml source build/html"