[med-svn] [opensurgsim] 01/01: Increase yaml-cpp version to 0.5.2
Paul Novotny
paulnovo-guest at moszumanska.debian.org
Sat Apr 25 23:41:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
paulnovo-guest pushed a commit to branch master
in repository opensurgsim.
commit 3dd87d0c72471858a051abcdbc09b201c96ad3d4
Author: Paul Novotny <paul at paulnovo.us>
Date: Sat Apr 25 19:40:35 2015 -0400
Increase yaml-cpp version to 0.5.2
---
debian/control | 2 +-
debian/patches/use-debian-yaml-cpp.patch | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index e8d5120..f1bd5ee 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9),
libjs-jquery,
libjs-mathjax,
libopenscenegraph-dev,
- libyaml-cpp-dev (>= 0.5.1+hg20150210)
+ libyaml-cpp-dev (>= 0.5.2)
Standards-Version: 3.9.6
Homepage: http://www.opensurgsim.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/opensurgsim.git
diff --git a/debian/patches/use-debian-yaml-cpp.patch b/debian/patches/use-debian-yaml-cpp.patch
index 8a0f390..1515752 100644
--- a/debian/patches/use-debian-yaml-cpp.patch
+++ b/debian/patches/use-debian-yaml-cpp.patch
@@ -3,7 +3,7 @@ Description: Update yaml-cpp name for Flow Style
FlowStyle. With the latest version of yaml-cpp (0.5.1+hg20150210), this has
been changed to EmitterStyle::Flow.
Author: Paul Novotny <paul at paulnovo.us>
-Last-Update: 2015-02-21
+Last-Update: 2015-04-24
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ Last-Update: 2015-02-21
option(USE_SYSTEM_YAMLCPP "Should we use the system yaml-cpp?" OFF)
if(USE_SYSTEM_YAMLCPP)
- find_package(yaml-cpp 0.5.1.2 EXACT REQUIRED)
-+ find_package(yaml-cpp 0.5.1 EXACT REQUIRED)
++ find_package(yaml-cpp 0.5.2 REQUIRED)
else(USE_SYSTEM_YAMLCPP)
include(External_yamlcpp)
endif(USE_SYSTEM_YAMLCPP)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/opensurgsim.git
More information about the debian-med-commit
mailing list