Skip to content
Commits on Source (3)
libhdf4 (4.2.13-3) UNRELEASED; urgency=medium
libhdf4 (4.2.13-3) unstable; urgency=medium
* Team upload.
* Update copyright-format URL to use HTTPS.
* Update Vcs-* URLs for Salsa.
* Bump Standards-Version to 4.1.5, no changes.
* Strip trailing whitespace from control & rules files.
* Use filter instead of findstring to prevent partial matches.
* Add disabled patches to series file.
* Move non-quilt patch out of patches directory.
-- Bas Couwenberg <sebastic@debian.org> Sat, 20 Jan 2018 21:55:30 +0100
-- Bas Couwenberg <sebastic@debian.org> Sun, 29 Jul 2018 10:35:43 +0200
libhdf4 (4.2.13-2) unstable; urgency=medium
......
#autotools
#fmpool
man
64bit
......@@ -8,6 +9,7 @@ ppc64el.diff
hdf-4.2.10-aarch64.patch
missing-includes.diff
ppc64el.patch
#shared_fortran
enablesharedfortran.diff
mips64.diff
spelling-errors.patch
......
......@@ -72,7 +72,7 @@ override_dh_auto_clean:
override_dh_autoreconf:
mkdir HDF$(RELEASE)
bash debian/copysources.sh $(RELEASE)
patch <debian/patches/rename_hdf_hdfalt -p1
patch <debian/rename_hdf_hdfalt -p1
dh_autoreconf
......