Skip to content
Commits on Source (6)
hdf5 (1.10.4+repack-3) UNRELEASED; urgency=medium
hdf5 (1.10.4+repack-4) unstable; urgency=medium
* Bump Standards-Version to 4.3.0, no changes.
* Actually bump Standards-Version to 4.3.0, as previous change was made
into d/control instead of d/control.in
* Drop useless build dependency on autotools-dev, automake, dh-autoreconf
-- Gilles Filippini <pini@debian.org> Tue, 25 Dec 2018 22:24:53 +0100
-- Gilles Filippini <pini@debian.org> Wed, 26 Dec 2018 23:47:47 +0100
hdf5 (1.10.4+repack-3) unstable; urgency=medium
* New patch reproducibility.patch to try to improve toward reproducible
builds
* Bump Standards-Version to 4.3.0 (no changes)
-- Gilles Filippini <pini@debian.org> Wed, 26 Dec 2018 22:18:46 +0100
hdf5 (1.10.4+repack-2) unstable; urgency=medium
......
......@@ -12,9 +12,6 @@ Build-Depends: debhelper (>= 10~),
gfortran,
sharutils,
chrpath,
autotools-dev,
automake,
dh-autoreconf,
libaec-dev,
default-jdk-headless (>= 2:1.7) [!hppa !hurd-i386],
javahelper [!hppa !hurd-i386]
......
......@@ -12,9 +12,6 @@ Build-Depends: debhelper (>= 10~),
gfortran,
sharutils,
chrpath,
autotools-dev,
automake,
dh-autoreconf,
libaec-dev,
default-jdk-headless (>= 2:1.7) [!hppa !hurd-i386],
javahelper [!hppa !hurd-i386]
......
Index: hdf5/configure.ac
===================================================================
--- hdf5.orig/configure.ac
+++ hdf5/configure.ac
@@ -170,7 +170,7 @@ AC_MSG_RESULT([done])
## Save system information for the library settings file.
##
AC_SUBST([UNAME_INFO])
-UNAME_INFO=`uname -a`
+UNAME_INFO=Debian
## ----------------------------------------------------------------------
## Some platforms have broken basename, and/or xargs programs. Check
@@ -3004,10 +3004,10 @@ H5_VERSION="`cut -d' ' -f3 $srcdir/READM
AC_SUBST([H5_VERSION])
## Configuration date
-AC_SUBST([CONFIG_DATE]) CONFIG_DATE="`date`"
+AC_SUBST([CONFIG_DATE]) CONFIG_DATE="$(date -u -R -d @$SOURCE_DATE_EPOCH)"
## User doing the configuration
-AC_SUBST([CONFIG_USER]) CONFIG_USER="`whoami`@`hostname`"
+AC_SUBST([CONFIG_USER]) CONFIG_USER="Debian"
if test -n "$ORGANIZATION"; then
CONFIG_USER="$CONFIG_USER at $ORGANIZATION"
fi
......@@ -3,3 +3,4 @@ path_max.diff
ullong_force.diff
relax-version-check.patch
fix-unaligned-accesses.patch
reproducibility.patch