summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorNilesh Patra <nilesh@debian.org>2022-03-14 04:20:04 +0530
committerNilesh Patra <nilesh@debian.org>2022-03-14 04:20:04 +0530
commit2b1f817ec9d6271f806fddc6144bae765819dd92 (patch)
tree683a683e2b47237fe68675532a5900b98dfa1a23 /debian
parent24e52da09d6ade352e6cf3742e6fc51e4a1f91fe (diff)
Add changes for -2 upload (unpushed to git)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/patches/0005-removed-hdf5plugin-from-full-dependencies.patch20
-rw-r--r--debian/patches/series2
3 files changed, 23 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index d475e1d..b116ac6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,8 @@
silx (1.0.0+dfsg-2) unstable; urgency=medium
- * Team Upload.
- * d/t/control: Add test dep on python3-pytest (Closes: #1006690)
- * d/t/control: Make test "not" no-op so as to wxit with
- non-zero exit code when it fails
- * Add patch to fix test with python3.10
+ * d/patches/0005-removed-hdf5plugin-from-full-dependencies.patch
- -- Nilesh Patra <nilesh@debian.org> Mon, 14 Mar 2022 02:04:04 +0530
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Thu, 10 Feb 2022 15:15:16 +0100
silx (1.0.0+dfsg-1) unstable; urgency=medium
diff --git a/debian/patches/0005-removed-hdf5plugin-from-full-dependencies.patch b/debian/patches/0005-removed-hdf5plugin-from-full-dependencies.patch
new file mode 100644
index 0000000..36147f7
--- /dev/null
+++ b/debian/patches/0005-removed-hdf5plugin-from-full-dependencies.patch
@@ -0,0 +1,20 @@
+From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
+Date: Thu, 10 Feb 2022 15:14:41 +0100
+Subject: removed hdf5plugin from full dependencies
+
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index c095b89..40e384b 100644
+--- a/setup.py
++++ b/setup.py
+@@ -853,7 +853,6 @@ def get_project_configuration(dry_run):
+ 'python-dateutil',
+ 'PyQt5',
+ # extra
+- 'hdf5plugin',
+ 'scipy',
+ 'Pillow']
+
diff --git a/debian/patches/series b/debian/patches/series
index 68af272..4cff823 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,4 @@
0003-do-not-modify-PYTHONPATH-from-setup.py.patch
0006-Tests-if-openCL-can-be-used.patch
0004-skip-two-tests.patch
-0005-python3.10-fix.patch
+0005-removed-hdf5plugin-from-full-dependencies.patch