This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to branch master in repository seqan2.
commit 2b11f68d063bd74f8a10a010d001765a6f689bd1 Author: Michael R. Crusoe <[email protected]> Date: Sat Jan 14 04:01:15 2017 -0800 Update changelog, patch description --- debian/changelog | 5 ++++- debian/patches/boost1.62.patch | 16 ---------------- debian/patches/skip-seqan-revision | 3 +++ 3 files changed, 7 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index 30c553e..42cb61f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ -seqan2 (2.3.1+dfsg-2) experimental; urgency=medium +seqan2 (2.3.1+dfsg-2) unstable; urgency=medium * Remove archs with failing builds: armhf mips mipsel + * Set SEQAN_REVISION to 'tarball' so that ccache isn't poisened by changes + to debian/ + * Release to unstable -- Michael R. Crusoe <[email protected]> Sat, 14 Jan 2017 00:23:26 -0800 diff --git a/debian/patches/boost1.62.patch b/debian/patches/boost1.62.patch deleted file mode 100644 index 299fd10..0000000 --- a/debian/patches/boost1.62.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Fix FTBFS with Boost 1.62 - Add missing include so that BOOST_WORKAROUND is defined. -Author: Graham Inggs <[email protected]> -Last-Update: 2016-12-02 -Bug-Debian: https://bugs.debian.org/846617 - ---- a/apps/bs_tools/casbar.cpp -+++ b/apps/bs_tools/casbar.cpp -@@ -64,6 +64,7 @@ - #include <seqan/vcf_io.h> - #include <seqan/bed_io.h> - -+#include <boost/detail/workaround.hpp> - #include <boost/math/tools/tuple.hpp> - #include <boost/math/tools/roots.hpp> - diff --git a/debian/patches/skip-seqan-revision b/debian/patches/skip-seqan-revision index 8ad6490..d710814 100644 --- a/debian/patches/skip-seqan-revision +++ b/debian/patches/skip-seqan-revision @@ -1,3 +1,6 @@ +Author: Michael R. Crusoe <[email protected]> +Description: Don't look for a git directory, as the Debian packaging confuses +the build system --- seqan2.orig/util/cmake/SeqAnBuildSystem.cmake +++ seqan2/util/cmake/SeqAnBuildSystem.cmake @@ -651,14 +651,15 @@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seqan2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
