Codebase list xrayutilities / fdbac39
Used dh-sequence-numpy3 Picca Frédéric-Emmanuel 2 years ago
2 changed file(s) with 1 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
77 Priority: optional
88 Build-Depends: debhelper-compat (= 13),
99 dh-python,
10 dh-sequence-numpy3,
1011 python3-all-dev,
1112 python3-h5py,
1213 python3-lmfit,
1616 rm -rf build
1717 dh_auto_clean
1818
19 override_dh_auto_install:
20 dh_numpy3
21 dh_auto_install
22
2319 override_dh_auto_test:
2420 dh_auto_test -- -s custom --test-args="{interpreter} {dir}/setup.py egg_info -e {build_dir}; cd {build_dir}; {interpreter} -m unittest2 discover -v;"
2521