Skip to content
Commits on Source (3)
......@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 11),
libjpeg-dev,
python3-all-dev,
python3-nose,
python3-numpy,
python3-setuptools,
zlib1g-dev
Standards-Version: 4.3.0
......@@ -20,7 +21,8 @@ Package: python3-hdf4
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
${shlibs:Depends},
python3-numpy
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Python-HDF4: Python interface to the NCSA HDF4 library
......
usr/share/doc/python3-hdf4/examples/txttohdf/depth.txt usr/share/doc/python3-hdf4/examples/txttohdf/temp.txt
......@@ -4,12 +4,17 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=python-hdf4
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_gencontrol:
dh_numpy3
dh_gencontrol
override_dh_auto_clean:
dh_auto_clean
$(RM) -r *.egg-info