This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master-1.10 in repository hdf5.
commit 25fd85a3fa05215c1883c7d4d635702960413dcf Author: Gilles Filippini <[email protected]> Date: Sun Jan 24 01:39:00 2016 +0100 Drop patch hurd-sigsetjmp.patch not needed anymore. --- debian/changelog | 10 ++++++---- debian/patches/hurd-sigsetjmp.patch | 18 ------------------ debian/patches/series | 1 - 3 files changed, 6 insertions(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3b17aa8..6ebacad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,13 @@ hdf5 (1.10.0~alpha1+docs-1) UNRELEASED; urgency=medium * New upstream release. - * Refresh patches. * Refresh lintian overrides. - * Drop patch format-not-a-string-literal-and-no-format-arguments.patch - (fixed upstream). - * libhdf5-cpp-<SONAME_CXX>: drop versioned dependencie on libhdf5-<SONAME> + * Drop patches: + - format-not-a-string-literal-and-no-format-arguments.patch: fixed + upstream + - hurd-sigsetjmp.patch: no more needed now that #800900 is fixed. + * Refresh other patches. + * libhdf5-cpp-<SONAME_CXX>: drop versioned dependency on libhdf5-<SONAME> to ease future transitions. * debian/rules: improve soname retrival. diff --git a/debian/patches/hurd-sigsetjmp.patch b/debian/patches/hurd-sigsetjmp.patch deleted file mode 100644 index 6d226e2..0000000 --- a/debian/patches/hurd-sigsetjmp.patch +++ /dev/null @@ -1,18 +0,0 @@ -Description: Temporary workaround for #800900. - Configure fails checking for sigsetjmp because it is actually a macro - which call __sigsetjmp. Then we consider that when siglongjmp is - available, then sigsetjmp is as well. - This allows to workaround #800900 which is triggered when relying on - setjmp/longjmp. -Index: hdf5/configure.ac -=================================================================== ---- hdf5.orig/configure.ac -+++ hdf5/configure.ac -@@ -1750,6 +1750,7 @@ AC_CHECK_FUNCS([alarm clock_gettime diff - AC_CHECK_FUNCS([frexpl gethostname getpwuid getrusage gettimeofday]) - AC_CHECK_FUNCS([lstat rand_r random setsysinfo]) - AC_CHECK_FUNCS([signal longjmp setjmp siglongjmp sigsetjmp sigprocmask]) -+AC_CHECK_FUNCS([siglongjmp],[AC_DEFINE([HAVE_SIGSETJMP])]) - AC_CHECK_FUNCS([snprintf srandom strdup symlink system]) - AC_CHECK_FUNCS([tmpfile asprintf vasprintf vsnprintf waitpid]) - diff --git a/debian/patches/series b/debian/patches/series index 5aac23c..e0ac21e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,4 +2,3 @@ flavor-configure-option.patch path_max.diff ullong_force.diff relax-version-check.patch -hurd-sigsetjmp.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

