Skip to content

Commit c88f47e

Browse files
committed
Fix debian12 packaging (skip doc)
1 parent a9ac3a1 commit c88f47e

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

doc/source/changelog.rst

+15-15
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ Change-log of versions
88
2025.03 14/03/2025
99
------------------
1010

11-
* Bug fix version (Thanks to Fred Picca/Debian for testing on many architectures)
12-
* Use automatically dynamic mask for Dectris detector data
13-
14-
- Automatically recognizes and masks out bad pixel
15-
- `dummy` and `delta_dummy` values are already known from the manufacturer
16-
- empty bins are no more marked with the `dummy` value (which can be very large for Eiger) but with the `empty` value which is fully under control of the user, 0.0 by default.
17-
18-
* Improve the plot generated by the benchmarking tool (Thanks to Jon)
19-
* `MultiGeometry`` allows the mixing of different kind of detectors (Thanks ThomasK)
20-
* `WorkerConfig`` dataclass, many fixes at several places, Ewoks compatibility.
21-
* `Diffmap` compatiblity with binned images
22-
* `Pilx` uses now the dynamic mask to hide hot/defective pixels
23-
* Improvement of the `fake_calibration_image` to provide both `Imin` and `Imax`
24-
* New Lambda 9M detector
11+
- Bug fix version (Thanks to Fred Picca/Debian for testing on many architectures)
12+
- Use automatically dynamic mask for Dectris detector data
13+
14+
* Automatically recognizes and masks out bad pixel
15+
* `dummy` and `delta_dummy` values are already known from the manufacturer
16+
* empty bins are no more marked with the `dummy` value (which can be very large for Eiger) but with the `empty` value which is fully under control of the user, 0.0 by default.
17+
18+
- Improve the plot generated by the benchmarking tool (Thanks to Jon)
19+
- `MultiGeometry` allows the mixing of different kind of detectors (Thanks ThomasK)
20+
- `WorkerConfig` dataclass, many fixes at several places, Ewoks compatibility.
21+
- `Diffmap` compatiblity with binned images
22+
- `Pilx` uses now the dynamic mask to hide hot/defective pixels
23+
- Improvement of the `fake_calibration_image` to provide both `Imin` and `Imax`
24+
- New Lambda 9M detector
25+
- Improved support of FiberIntegrator for using the correct fiber units and key parameters
2526
- Supports python 3.9 to 3.13. The GIL-free version on python 3.13 is untested.
2627
- Tested by the developers on Windows (amd64), linux (amd64, arm64 and ppc64le) and MacOS (amd64 and arm64).
27-
- Improved support of FiberIntegrator for using the correct fiber units and key parameters
2828
- A dozen of Pull-requests by Thomas Kluyver, Loic Huder, Edgar Gutierrez-Fernandez and Jérôme Kieffer
2929

3030
2025.01 31/01/2025

package/debian12/rules

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ override_dh_auto_test:
3535
# dh_installman -p pyfai build/man/*.1
3636

3737
override_dh_installdocs:
38-
python3 build-doc.py
39-
dh_installdocs "build/sphinx" -p pyfai-doc
38+
#python3 build-doc.py
39+
#mkdir -p build/sphinx
40+
#touch build/sphinx/index.html
41+
#dh_installdocs "build/sphinx" -p pyfai-doc
4042
dh_installdocs

0 commit comments

Comments
 (0)