This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository libmems.

commit 279c2343c078a864609aae0bd5939a90d64222ca
Author: Gert Wollny <gw.foss...@gmail.com>
Date:   Mon Aug 17 11:20:22 2015 +0200

    remove c++11 patch because I give up on the line endinsg
---
 debian/patches/04_make_code_cxx11_save.patch | 13 -------------
 debian/patches/series                        |  1 -
 2 files changed, 14 deletions(-)

diff --git a/debian/patches/04_make_code_cxx11_save.patch 
b/debian/patches/04_make_code_cxx11_save.patch
deleted file mode 100644
index 465519b..0000000
--- a/debian/patches/04_make_code_cxx11_save.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/libMems/ProgressiveAligner.cpp b/libMems/ProgressiveAligner.cpp
-index 50381c5..443ab08 100644
---- a/libMems/ProgressiveAligner.cpp
-+++ b/libMems/ProgressiveAligner.cpp
-@@ -1599,7 +1599,7 @@ void ProgressiveAligner::constructLcbTrackingMatches(
-               c.SetLeftEnd(child_1, ancestral_matches[mI]->LeftEnd(1));
-               c.SetOrientation(child_1, 
ancestral_matches[mI]->Orientation(1));
-               c.SetLength(ancestral_matches[mI]->Length(1), child_1);
--              cga_list.push_back(make_tuple(c.Copy(), &bs[mI], 
ancestral_matches[mI]));
-+              cga_list.push_back(boost::make_tuple(c.Copy(), &bs[mI], 
ancestral_matches[mI]));
-       }
- 
-       stack<node_id_t> node_stack;
diff --git a/debian/patches/series b/debian/patches/series
index ba41452..dde51c2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,3 @@
 02_fix_a_Wformat.patch
 pkg-config-directive.patch
 03_update_boost_m4_to_git_d9ff75.patch
-04_make_code_cxx11_save.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/libmems.git

_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to