aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2015-04-06 23:35:42 +0000
committerCI Train Bot <ci-train-bot@canonical.com>2015-04-06 23:35:42 +0000
commit227aa820086c19279743d502fd5e78cf17144b24 (patch)
tree9465713567b8af9f8f9762450bb43ae5a39a7fb8 /debian
parent9f48c6479a17771597544adc36eac968b9b5c027 (diff)
parent10c574cc26a4a55d63eed7f3b846efb4d766dd6b (diff)
downloadayatana-indicator-datetime-227aa820086c19279743d502fd5e78cf17144b24.tar.gz
ayatana-indicator-datetime-227aa820086c19279743d502fd5e78cf17144b24.tar.bz2
ayatana-indicator-datetime-227aa820086c19279743d502fd5e78cf17144b24.zip
Improve valarm support to honor calendar events' valarm triggers. Fixes: #1419001
Approved by: Ted Gould, PS Jenkins bot
Diffstat (limited to 'debian')
-rw-r--r--debian/control19
1 files changed, 11 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 4b5f893..e9f14ec 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,10 @@ Source: indicator-datetime
Section: misc
Priority: optional
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-# 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,
debhelper (>= 9),
dh-translations,
- language-pack-touch-en | language-pack-en-base,
- libgtest-dev,
libglib2.0-dev (>= 2.35.4),
libnotify-dev (>= 0.7.6),
libgstreamer1.0-dev,
@@ -22,8 +14,19 @@ Build-Depends: cmake,
libedataserver1.2-dev (>= 3.5),
liburl-dispatcher1-dev,
libproperties-cpp-dev,
+# for safeguarding against ABI breaks in libstdc++, explicitly select a g++ version
+ g++-4.9,
+# for the test harness:
+ libgtest-dev,
libdbustest1-dev,
+ dbus-test-runner,
+ python3-dbusmock,
+# for 12h/24h locale unit tests:
locales,
+ language-pack-touch-en | language-pack-en-base,
+# for running live EDS tests:
+ evolution-data-server,
+ gvfs-daemons,
Standards-Version: 3.9.3
Homepage: https://launchpad.net/indicator-datetime
# If you aren't a member of ~indicator-applet-developers but need to upload