summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2015-08-03 07:27:38 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2015-08-03 07:27:38 +0200
commitbee9747223cc35daab8c42ae40321ef01fde15e1 (patch)
treee6e6f0eb0f5a034e1168cc51bc47859e6bd07fd7
parentd32010483fed74681bf9035a1c81adbcecbf1146 (diff)
explicitly build-dep on g++ (>= 4:5.2) for gcc5 transition
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index eaefc1d31..b885d63e6 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: dpkg-dev (>= 1.15.8), debhelper (>= 8.1.3~), libdb-dev,
gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.19.4~),
zlib1g-dev, libbz2-dev, liblzma-dev,
xsltproc, docbook-xsl, docbook-xml, po4a (>= 0.34-2),
- autotools-dev, autoconf, automake, libgtest-dev,
+ autotools-dev, autoconf, automake, libgtest-dev,
+ g++ (>= 4:5.2)
Build-Depends-Indep: doxygen, w3m, graphviz
Build-Conflicts: autoconf2.13, automake1.4
Vcs-Git: git://anonscm.debian.org/apt/apt.git