This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository hdf4.
commit 0225571376b21eee610a7e6db91db86963ea92e2 Author: Bas Couwenberg <[email protected]> Date: Fri May 27 19:19:39 2016 +0200 Add patch to make the libhdf4.settings reproducible. --- debian/changelog | 8 ++++++++ debian/patches/reproducible-builds.patch | 32 ++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 41 insertions(+) diff --git a/debian/changelog b/debian/changelog index b3a4463..7da2437 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libhdf4 (4.2.11-2) UNRELEASED; urgency=medium + + * Team upload. + * Add patch to make the libhdf4.settings reproducible. + (closes: #825540) + + -- Bas Couwenberg <[email protected]> Fri, 27 May 2016 19:18:12 +0200 + libhdf4 (4.2.11-1) unstable; urgency=medium * Team upload. diff --git a/debian/patches/reproducible-builds.patch b/debian/patches/reproducible-builds.patch new file mode 100644 index 0000000..7fbd12c --- /dev/null +++ b/debian/patches/reproducible-builds.patch @@ -0,0 +1,32 @@ +Description: Remove settings that make the build unreproducible. +Author: Bas Couwenberg <[email protected]> +Bug-Debian: https://bugs.debian.org/825540 + +--- a/libhdf4.settings.in ++++ b/libhdf4.settings.in +@@ -4,11 +4,7 @@ + General Information: + ------------------- + HDF4 Version: @H4_VERSION@ +- Configured on: @CONFIG_DATE@ +- Configured by: @CONFIG_USER@ + Configure mode: @CONFIG_MODE@ +- Host system: @host_cpu@-@host_vendor@-@host_os@ +- Uname information: @UNAME_INFO@ + Libraries: @STATIC_SHARED@ + Installation point: @prefix@ + +--- a/config/cmake/libhdf4.settings.cmake.in ++++ b/config/cmake/libhdf4.settings.cmake.in +@@ -4,11 +4,7 @@ + General Information: + ------------------- + HDF4 Version: @HDF4_PACKAGE_VERSION_STRING@ +- Configured on: @CONFIG_DATE@ +- Configured by: @CMAKE_GENERATOR@ + Configure mode: CMAKE @CMAKE_VERSION@ +- Host system: @CMAKE_HOST_SYSTEM@ +- Uname information: @CMAKE_SYSTEM_NAME@ + Libraries: @BUILD_NAME_EXT@ + Installation point: @CMAKE_INSTALL_PREFIX@ + diff --git a/debian/patches/series b/debian/patches/series index 3540e09..0f31cc5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -13,3 +13,4 @@ enablesharedfortran.diff mips64.diff spelling-errors.patch manpage-has-errors-from-man.patch +reproducible-builds.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf4.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

