This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository seqtools.
commit 660decb79871193ec2309d136071f6385b102aa4 Author: Andreas Tille <[email protected]> Date: Wed Oct 25 16:31:19 2017 +0200 Fix include statement --- debian/patches/fix_missing_includes.patch | 15 +++++++++++++++ debian/patches/series | 1 + 2 files changed, 16 insertions(+) diff --git a/debian/patches/fix_missing_includes.patch b/debian/patches/fix_missing_includes.patch new file mode 100644 index 0000000..726d6d9 --- /dev/null +++ b/debian/patches/fix_missing_includes.patch @@ -0,0 +1,15 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Thu, 19 Oct 2017 16:27:56 +0200 +Description: Fix include statement + +--- a/gbtools/src/gbtoolsTrackhub/gbtoolsTrackhub.cpp ++++ b/gbtools/src/gbtoolsTrackhub/gbtoolsTrackhub.cpp +@@ -29,7 +29,7 @@ + */ + + #include <iostream> +-#include <string> ++#include <cstring> + + #include <curl/curl.h> + diff --git a/debian/patches/series b/debian/patches/series index d1b5196..61daa95 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ dynamic-lib.patch prevent_usage_of_blatsrc.patch use_debian_packaged_jsoncpp.patch +fix_missing_includes.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
