aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2015-04-06 09:25:59 -0500
committerCharles Kerr <charles.kerr@canonical.com>2015-04-06 09:25:59 -0500
commit29ba7597614912c068737fad2146561c70ca2dc7 (patch)
tree072efaddf1553397bc972d1db088502a6c1d545f /debian
parent38a39c03d5b44c825afe0d10f67cc0802dcf2573 (diff)
downloadayatana-indicator-datetime-29ba7597614912c068737fad2146561c70ca2dc7.tar.gz
ayatana-indicator-datetime-29ba7597614912c068737fad2146561c70ca2dc7.tar.bz2
ayatana-indicator-datetime-29ba7597614912c068737fad2146561c70ca2dc7.zip
in debian/control, add evolution-data-server to the build-dep now that we're using it for live EDS tests.
Diffstat (limited to 'debian')
-rw-r--r--debian/control20
1 files changed, 11 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 1532ec8..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,9 +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,
- gvfs-daemons
+ 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