summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2014-01-30 08:45:12 +0000
committerMichal Čihař <michal@cihar.com>2014-01-30 08:45:12 +0000
commitaa81ee25782c43d24ec8ecaa28f2fcb96de3852d (patch)
tree4a3af47cc977dcec1cd7ae6bba871b7c0f0db0bc
parent503e0da6d7f2293c73ab5ecf177d415cf3e8c968 (diff)
Introduce alternative build dependency to g++-4.8 for building on ia64 and
sparc.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3f9f65b..f9d4531 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ sdcv (0.5.0~beta2-3) UNRELEASED; urgency=low
* NOT RELEASED YET
* Bump standards to 3.9.5.
+ * Introduce alternative build dependency to g++-4.8 for building on ia64 and
+ sparc.
-- Michal Čihař <nijel@debian.org> Thu, 31 Oct 2013 09:48:08 +0100
diff --git a/debian/control b/debian/control
index f5d2127..a042d69 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Section: utils
Maintainer: Michal Čihař <nijel@debian.org>
Build-Depends: debhelper (>= 9),
dpkg-dev (>= 1.16.1~),
- g++ (>=4:4.8),
+ g++ (>=4:4.8) | g++-4.8,
cmake,
gettext,
zlib1g-dev,