summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <dimitri.ledkov@canonical.com>2013-12-28 13:18:11 +0000
committerDimitri John Ledkov <dimitri.ledkov@canonical.com>2013-12-28 13:18:11 +0000
commit1c16fab7e3fffc0bb5ce3ec7b8c7ac3c4da9dbb1 (patch)
treed9a3a488d51fd753a40873ede5ce4f135ff2467d
parentd5b55fbe1c0f01bb298eab5ff41831d57e67d285 (diff)
Build-depend on yaml-cpp0.3, instead of yaml-cpp (0.5).
-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,