Control: tags 824463 + patch Control: tags 824463 + pending Dear maintainer,
I've prepared an NMU for elektra (versioned as 0.8.14-5.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru elektra-0.8.14/debian/changelog elektra-0.8.14/debian/changelog --- elektra-0.8.14/debian/changelog 2015-12-13 20:41:17.000000000 +0100 +++ elektra-0.8.14/debian/changelog 2016-05-29 15:42:05.000000000 +0200 @@ -1,3 +1,11 @@ +elektra (0.8.14-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add patch to fix build failure due to missing include in kdbtimer.hpp + (Closes: #824463) + + -- Andreas Bombe <a...@debian.org> Sun, 29 May 2016 15:41:47 +0200 + elektra (0.8.14-5) unstable; urgency=medium * Replace patch lua-fix-Key-tostring.diff with upstream diff -Nru elektra-0.8.14/debian/patches/fix-missing-vector-include.diff elektra-0.8.14/debian/patches/fix-missing-vector-include.diff --- elektra-0.8.14/debian/patches/fix-missing-vector-include.diff 1970-01-01 01:00:00.000000000 +0100 +++ elektra-0.8.14/debian/patches/fix-missing-vector-include.diff 2016-05-29 15:35:37.000000000 +0200 @@ -0,0 +1,10 @@ +--- a/src/bindings/cpp/include/kdbtimer.hpp ++++ b/src/bindings/cpp/include/kdbtimer.hpp +@@ -4,6 +4,7 @@ + #include <iomanip> + #include <algorithm> + #include <sys/time.h> ++#include <vector> + + #ifdef __GNUC__ + #define TIMER_NOINLINE __attribute__((noinline)) diff -Nru elektra-0.8.14/debian/patches/series elektra-0.8.14/debian/patches/series --- elektra-0.8.14/debian/patches/series 2015-12-13 20:14:20.000000000 +0100 +++ elektra-0.8.14/debian/patches/series 2016-05-29 15:34:47.000000000 +0200 @@ -5,3 +5,4 @@ upstream_lua-fix-Key-tostring.patch upstream_bindings-fix-size-of-KEY_FLAGS-value.patch upstream_convert-hosts-switch-to-bash.patch +fix-missing-vector-include.diff