Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Add dependency from numpy
· 3df3ffc1
Antonio Valentino
authored
Dec 24, 2018
3df3ffc1
Enable hardening flags
· d213acaf
Antonio Valentino
authored
Dec 24, 2018
d213acaf
Install examples
· 1c7ef2cb
Antonio Valentino
authored
Dec 24, 2018
1c7ef2cb
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
1c7ef2cb
...
...
@@ -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
...
...
debian/python3-hdf4.examples
0 → 100644
View file @
1c7ef2cb
examples/*
debian/python3-hdf4.links
0 → 100644
View file @
1c7ef2cb
usr/share/doc/python3-hdf4/examples/txttohdf/depth.txt usr/share/doc/python3-hdf4/examples/txttohdf/temp.txt
debian/rules
View file @
1c7ef2cb
...
...
@@ -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