diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-07-30 17:59:52 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-07-30 17:59:52 -0500 |
commit | 00da2f91c90d881ec5e21064669f63172a28b15e (patch) | |
tree | 804017521b8cf0924a410d18edd2da417900a1a8 /debian/control | |
parent | 5d6108ee4440881b08b419a1c454b1db57e1d6ce (diff) | |
parent | 18c9f881e5eb01b157048d083515e59ebdd08afa (diff) | |
download | ayatana-indicator-datetime-00da2f91c90d881ec5e21064669f63172a28b15e.tar.gz ayatana-indicator-datetime-00da2f91c90d881ec5e21064669f63172a28b15e.tar.bz2 ayatana-indicator-datetime-00da2f91c90d881ec5e21064669f63172a28b15e.zip |
sync with trunk
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, |