Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Update Vcs-* URLs for repo rename.
· 4b25f773
Bas Couwenberg
authored
Dec 25, 2018
4b25f773
Update watch file to handle common issues.
· d84e18e2
Bas Couwenberg
authored
Dec 25, 2018
d84e18e2
Reorder dependencies, real packages first.
· 34830dce
Bas Couwenberg
authored
Dec 25, 2018
34830dce
Run dh_numpy3 in dh_python3 override.
· ac9300dd
Bas Couwenberg
authored
Dec 25, 2018
ac9300dd
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
ac9300dd
...
...
@@ -13,16 +13,16 @@ Build-Depends: debhelper (>= 11),
python3-setuptools,
zlib1g-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyhdf
Vcs-Git: https://salsa.debian.org/debian-gis-team/pyhdf.git
Vcs-Browser: https://salsa.debian.org/debian-gis-team/py
thon-
hdf
4
Vcs-Git: https://salsa.debian.org/debian-gis-team/py
thon-
hdf
4
.git
Homepage: https://github.com/fhs/python-hdf4
Package: python3-hdf4
Architecture: any
Depends:
${misc:Depends}
,
Depends:
python3-numpy
,
${python3:Depends},
${shlibs:Depends},
python3-numpy
${misc:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Python-HDF4: Python interface to the NCSA HDF4 library
...
...
debian/rules
View file @
ac9300dd
...
...
@@ -10,10 +10,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%
:
dh
$@
--with
python3
--buildsystem
=
pybuild
override_dh_gencontrol
:
override_dh_python3
:
dh_python3
dh_numpy3
dh_gencontrol
override_dh_auto_clean
:
dh_auto_clean
...
...
debian/watch
View file @
ac9300dd
version=4
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/python-hdf4-$1\.tar\.gz/ \
https://github.com/fhs/python-hdf4/tags .*/v?(\d\S+)\.tar\.gz
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
filenamemangle=s/(?:.*?\/)?(?:rel|v|python-hdf4)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/python-hdf4-$1.$2/ \
https://github.com/fhs/python-hdf4/releases \
(?:.*?/archive/)?(?:rel|v|python-hdf4)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))