--- debian/changelog | 6 ++++++ debian/patches/import-cstring.patch | 10 ++++++++++ debian/patches/series | 1 + 3 files changed, 17 insertions(+) create mode 100644 debian/patches/import-cstring.patch
diff --git a/debian/changelog b/debian/changelog index 4e07afb..4df41b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +oggvideotools (0.9.1-3) unstable; urgency=medium + + * New patch import-cstring.patch Closes: #844858 + + -- Petter Reinholdtsen <p...@debian.org> Tue, 29 Nov 2016 12:52:42 +0100 + oggvideotools (0.9.1-2) unstable; urgency=medium * Add new and missing build dependency libboost-dev. diff --git a/debian/patches/import-cstring.patch b/debian/patches/import-cstring.patch new file mode 100644 index 0000000..1528d96 --- /dev/null +++ b/debian/patches/import-cstring.patch @@ -0,0 +1,10 @@ +--- oggvideotools-0.9.1.orig/src/base/test/decoderTest.cpp ++++ oggvideotools-0.9.1/src/base/test/decoderTest.cpp +@@ -4,6 +4,7 @@ + + #include "oggDecoder.h" + #include <vector> ++#include <cstring> + #include <iostream> + + int main(int argc, char* argv[]) diff --git a/debian/patches/series b/debian/patches/series index 37af4c4..663908d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ manual-typos.patch oggThumb-zero-getopt-long.patch more-compiler-warnings.patch init-for-valgrind.patch +import-cstring.patch