Gilles Filippini pushed to branch master at Debian GIS Project / hdf5
Commits: 9a7fcd6b by Gilles Filippini at 2018-12-26T21:17:19Z New patch reproducibility.patch - - - - - 24825420 by Gilles Filippini at 2018-12-26T21:18:06Z Standards-Version: 4.3.0 - - - - - c62f5714 by Gilles Filippini at 2018-12-26T21:19:41Z Upload release 1.10.4+repack-3 to unstable - - - - - 97dd6226 by Gilles Filippini at 2018-12-26T21:49:11Z Merge branch 'master' of salsa.debian.org:debian-gis-team/hdf5 - - - - - bb05b243 by Gilles Filippini at 2018-12-26T22:47:40Z Drop B-D on autotools-dev, automake, dh-autoreconf, - - - - - 8da8f2a4 by Gilles Filippini at 2018-12-26T22:48:17Z Upload release 1.10.4+repack-4 to unstable - - - - - 5 changed files: - debian/changelog - debian/control - debian/control.in - + debian/patches/reproducibility.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,18 @@ -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 <[email protected]> Tue, 25 Dec 2018 22:24:53 +0100 + -- Gilles Filippini <[email protected]> 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 <[email protected]> Wed, 26 Dec 2018 22:18:46 +0100 hdf5 (1.10.4+repack-2) unstable; urgency=medium ===================================== debian/control ===================================== @@ -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] ===================================== debian/control.in ===================================== @@ -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] ===================================== debian/patches/reproducibility.patch ===================================== @@ -0,0 +1,26 @@ +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 ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ path_max.diff ullong_force.diff relax-version-check.patch fix-unaligned-accesses.patch +reproducibility.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf5/compare/32085ca3c515c1c3f79409135e9eb6974c03f192...8da8f2a4f5114b2fa51c764f34bf3e5d90809504 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/hdf5/compare/32085ca3c515c1c3f79409135e9eb6974c03f192...8da8f2a4f5114b2fa51c764f34bf3e5d90809504 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
