summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-08-17 15:37:49 +0200
committerJulian Andres Klode <jak@debian.org>2017-08-17 16:16:43 +0200
commitf63b3e01e436a8c0b4711b69a1a8794161e4c5a7 (patch)
tree397635341e6dcf905f078c10951696e1843ef5da /debian/control
parent79c0a12d5c2d4fd8e6bfcf3a632a452239c07fe0 (diff)
Handle GCC 7 std::string operator ABI break
We now require gcc 7 on the packaging side, and add an appropriate symbol to our symbols file. Also adjust prepare-release to ignore g++ version requirements when setting up build dependencies on CI. Closes: #871275
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 3431ba0c0..0ea6d2b55 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: cmake (>= 3.4),
dpkg-dev (>= 1.17.14),
gettext (>= 0.12),
googletest <!nocheck> | libgtest-dev <!nocheck>,
+ g++ (>= 4:7),
libbz2-dev,
libcurl4-gnutls-dev (>= 7.19.4~),
libdb-dev,