[Git][debian-gis-team/pyhdf][master] 3 commits: Add dependency from numpy
Antonio Valentino
gitlab at salsa.debian.org
Mon Dec 24 21:50:54 GMT 2018
Antonio Valentino pushed to branch master at Debian GIS Project / pyhdf
Commits:
3df3ffc1 by Antonio Valentino at 2018-12-24T21:20:38Z
Add dependency from numpy
- - - - -
d213acaf by Antonio Valentino at 2018-12-24T21:24:50Z
Enable hardening flags
- - - - -
1c7ef2cb by Antonio Valentino at 2018-12-24T21:48:50Z
Install examples
- - - - -
4 changed files:
- debian/control
- + debian/python3-hdf4.examples
- + debian/python3-hdf4.links
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -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,0 +1 @@
+examples/*
=====================================
debian/python3-hdf4.links
=====================================
@@ -0,0 +1 @@
+usr/share/doc/python3-hdf4/examples/txttohdf/depth.txt usr/share/doc/python3-hdf4/examples/txttohdf/temp.txt
=====================================
debian/rules
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyhdf/compare/8eda65df342882998731dabe3aac298513cb1a75...1c7ef2cb92bef8750ed824f4c33b23264fcb5121
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyhdf/compare/8eda65df342882998731dabe3aac298513cb1a75...1c7ef2cb92bef8750ed824f4c33b23264fcb5121
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20181224/937f194e/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list