aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-07-31 09:59:11 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-07-31 09:59:11 -0500
commit42034051b8a2856823fc6c2f5f80bea4cb3ea4fc (patch)
treec1f9213ae4e479da688521b036d805d051be6e7f /debian/control
parentcbb4e95519f5127b152483b00731c260dc1a7670 (diff)
parent97e7d1b81965388d66ae6aca0b1c19dc87d241e7 (diff)
downloadayatana-indicator-datetime-42034051b8a2856823fc6c2f5f80bea4cb3ea4fc.tar.gz
ayatana-indicator-datetime-42034051b8a2856823fc6c2f5f80bea4cb3ea4fc.tar.bz2
ayatana-indicator-datetime-42034051b8a2856823fc6c2f5f80bea4cb3ea4fc.zip
sync with lp:~charlesk/indicator-datetime/notification-refactor
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index dab9096..15b981a 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,