This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository dssp.
commit b8b4151d5744c0ce43eafe1b1d9fc483b6e36f7c Author: Andreas Tille <[email protected]> Date: Wed Sep 27 10:14:46 2017 +0200 Remove unneeded patch --- debian/patches/series | 1 - debian/patches/thread_include | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/debian/patches/series b/debian/patches/series index 8fa79e1..d1ab4a4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ -thread_include makefile hardening.patch diff --git a/debian/patches/thread_include b/debian/patches/thread_include deleted file mode 100644 index f0b462b..0000000 --- a/debian/patches/thread_include +++ /dev/null @@ -1,23 +0,0 @@ -Description: moving boost thread include out of header that does not use it - Patch is not yet forwarded upstream. -Author: Laszlo Kajan <[email protected]> ---- a/src/utils.h -+++ b/src/utils.h -@@ -10,7 +10,6 @@ - #endif - - #include <time.h> --#include <boost/thread.hpp> - #include <boost/lexical_cast.hpp> - #include <boost/format.hpp> - #include <boost/filesystem.hpp> ---- a/src/structure.cpp -+++ b/src/structure.cpp -@@ -18,6 +18,7 @@ - #define foreach BOOST_FOREACH - #include <boost/algorithm/string.hpp> - #include <boost/math/special_functions/round.hpp> -+#include <boost/thread.hpp> - - #include "align-2d.h" - #include "utils.h" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dssp.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
