summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2023-07-17 13:33:45 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2023-07-17 13:33:45 +0200
commit027f909726df0465038acf9e49902e4da88dd076 (patch)
treee10af8a361766f78ba44704921f3640e386c2ab7
parent798f80bb633be1e43dc0c4769c35ad00bcb5c1ea (diff)
* fix the autopkgtest which requires a bitshuffle hdf5 pluging.
-rw-r--r--debian/changelog4
-rw-r--r--debian/control14
-rw-r--r--debian/tests/control1
3 files changed, 11 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index efe5b4b..019297f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
pyfai (2023.5.0+dfsg1-3) UNRELEASED; urgency=medium
- * d/rules: restore override_dh_auto_build-arch
+ * d/rules: restore override_dh_auto_build-arch.
+ * d/control: use profile <!nodoc> for all B-D-I.
+ * d/t/control: to pass test install the expected bitshuffle hdf5 filter.
-- Picca Frédéric-Emmanuel <picca@debian.org> Mon, 17 Jul 2023 11:33:10 +0200
diff --git a/debian/control b/debian/control
index a1a1e8e..3892fcf 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
Section: science
Priority: optional
Build-Depends:
- bitshuffle,
+ bitshuffle <!nocheck>,
cython3,
debhelper,
debhelper-compat (= 13),
@@ -36,12 +36,12 @@ Build-Depends:
xvfb,
Build-Depends-Indep:
dh-sequence-sphinxdoc <!nodoc>,
- help2man,
- libjs-mathjax,
- pandoc,
- python3-nbsphinx,
- python3-sphinx-rtd-theme,
- python3-sphinxcontrib.programoutput,
+ help2man <!nodoc>,
+ libjs-mathjax <!nodoc>,
+ pandoc <!nodoc>,
+ python3-nbsphinx <!nodoc>,
+ python3-sphinx-rtd-theme <!nodoc>,
+ python3-sphinxcontrib.programoutput <!nodoc>,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/science-team/pyfai
Vcs-Git: https://salsa.debian.org/science-team/pyfai.git
diff --git a/debian/tests/control b/debian/tests/control
index 8bb0fbf..dee2a55 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -7,6 +7,7 @@ Test-Command: set -efu
; xvfb-run -a --server-args="-screen 0 1024x768x24" $py run_tests.py -v -m --installed
; done
Depends:
+ bitshuffle,
python3-all,
python3-pyfai,
python3-tk,