This is an automated email from the git hooks/post-receive script. paulnovo-guest pushed a commit to branch master in repository opensurgsim.
commit 8a08084865e0ad79edcadc497d4344d23699ff6b Author: Paul Novotny <[email protected]> Date: Sat Feb 21 20:21:26 2015 -0500 Add DEP3 headers to patches --- debian/patches/backport-03c10f32d.patch | 8 ++++++++ debian/patches/yaml-flow.patch | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/debian/patches/backport-03c10f32d.patch b/debian/patches/backport-03c10f32d.patch index 106ccf4..948ee8b 100644 --- a/debian/patches/backport-03c10f32d.patch +++ b/debian/patches/backport-03c10f32d.patch @@ -1,3 +1,11 @@ +Description: Fix failing unit tests due to missing yaml properties + This was fixed by cherry-picking a commit from upstream. This commit provides + handling of yaml nodes that don't have all the expected properties, and + therefor fixed the failing unit tests. +Author: Paul Novotny <[email protected]> +Origin: upstream, https://github.com/simquest/opensurgsim/commit/03c10f32d +Last-Update: 2015-02-21 + --- a/SurgSim/Framework/Accessible.cpp +++ b/SurgSim/Framework/Accessible.cpp @@ -13,7 +13,9 @@ diff --git a/debian/patches/yaml-flow.patch b/debian/patches/yaml-flow.patch index 4a14d85..6607c86 100644 --- a/debian/patches/yaml-flow.patch +++ b/debian/patches/yaml-flow.patch @@ -1,3 +1,10 @@ +Description: Update yaml-cpp name for Flow Style + In the forked yaml-cpp used in OpenSurgSim, the name to indicate flow style is + FlowStyle. With the latest version of yaml-cpp (0.5.1+hg20150210), this has + been changed to EmitterStyle::Flow. +Author: Paul Novotny <[email protected]> +Last-Update: 2015-02-21 + --- opensurgsim.orig/SurgSim/Math/MathConvert-inl.h +++ opensurgsim/SurgSim/Math/MathConvert-inl.h @@ -33,7 +33,7 @@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/opensurgsim.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
