summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,