summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2021-09-07 15:02:16 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2021-09-07 15:02:51 +0200
commitcb77e64952c93a5b52cef5ef9d1244456c85f2c5 (patch)
treef02f7cb87fc400a96dc9cd0f817e8fc7d1b1526c /debian
parenta9824232d52e6961610d05e3bc046a06fe1ca22c (diff)
Added dh-sequence-X
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules5
3 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 468e56e..e0578d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ silx (0.15.2+dfsg-1) UNRELEASED; urgency=medium
* fix build options name nodocs -> nodoc
* New upstream version 0.15.2+dfsg
- * refresh patch series
+ * refresh patch series.
+ * d/control: Added dh-sequence[numpy3,python3,sphinxdoc]
-- Picca Frédéric-Emmanuel <picca@debian.org> Tue, 07 Sep 2021 14:41:55 +0200
diff --git a/debian/control b/debian/control
index ad89afe..282536c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,8 @@ Build-Depends: cython3 (>= 0.23.2),
cython3-dbg (>= 0.23.2),
debhelper-compat (= 12),
dh-python,
+ dh-sequence-numpy3,
+ dh-sequence-python3,
help2man,
ipython3,
python3-all-dbg,
@@ -39,6 +41,7 @@ Build-Depends: cython3 (>= 0.23.2),
xauth,
xvfb
Build-Depends-Indep:
+ dh-sequence-sphinxdoc <!nodoc>,
pandoc <!nodoc>,
python3-nbsphinx <!nodoc>,
python3-sphinx,
diff --git a/debian/rules b/debian/rules
index 92add19..016479a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,8 +26,7 @@ ALL_PYX := $(call rwildcard,silx/,*.pyx)
PY3VER := $(shell py3versions -dv)
%:
- dh $@ --with python3 $(DH_ADDONS) --buildsystem=pybuild
-build binary %-indep: DH_ADDONS=--with=sphinxdoc
+ dh $@ --buildsystem=pybuild
override_dh_clean:
dh_clean
@@ -45,8 +44,6 @@ override_dh_auto_build:
dh_auto_build -- -s custom --build-args="env PYTHONPATH={build_dir} {interpreter} setup.py build_man"
override_dh_install:
- dh_numpy3
-
# install scripts into silx
python3 setup.py install_scripts -d debian/silx/usr/bin
dh_install -p silx package/desktop/*.desktop usr/share/applications