diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-18 12:06:17 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-07-18 12:06:17 +0000 |
commit | 87ba2b55ce8307bf021ce437ef9269c95cd1ddd9 (patch) | |
tree | a0fa0fb00632d79d2d46e7e51199044f4c207d10 /debian/control | |
parent | 1a497059179ece59d1cb7ad23b5d96b08dbf5837 (diff) | |
parent | c8714f2ac53d8999d89a78810c6d60694482fdb6 (diff) | |
download | ayatana-indicator-datetime-87ba2b55ce8307bf021ce437ef9269c95cd1ddd9.tar.gz ayatana-indicator-datetime-87ba2b55ce8307bf021ce437ef9269c95cd1ddd9.tar.bz2 ayatana-indicator-datetime-87ba2b55ce8307bf021ce437ef9269c95cd1ddd9.zip |
make the gcc version explicit in debian/control and debian/rules.
Approved by: PS Jenkins bot
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 77e9241..9e7133e 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,11 @@ Source: indicator-datetime Section: misc Priority: optional Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> -# language-pack-en-base is for the unit tests s.t. we can test in 12h and 24h locales +# g++-4.9: since we use c++11 features, explicitly select a g++ version +# to protect from ABI breaks in libstdc++ +# language-pack-en-base: needed so unit tests can use 12h and 24h locales Build-Depends: cmake, + g++-4.9, dbus, dbus-test-runner, python3-dbusmock, |