summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a8e24cd..245fe45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ opencolorio (1.0.8~dfsg0-2.1) UNRELEASED; urgency=medium
* Non-maintainer upload.
* Build-depend on libboost-dev (Closes: #725533)
+ * Build-depend on yaml-cpp0.3, instead of yaml-cpp (0.5).
-- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 28 Dec 2013 13:16:38 +0000
diff --git a/debian/control b/debian/control
index 7e2e68b..3005795 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
libopenimageio-dev,
libqt4-opengl-dev,
libtinyxml-dev,
- libyaml-cpp-dev,
+ libyaml-cpp0.3-dev,
pkg-config,
python-dev,
python-docutils,