aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog17
-rw-r--r--debian/control19
2 files changed, 28 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 40df883..4ec36ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+indicator-datetime (13.10.0+15.04.20150406-0ubuntu1) vivid; urgency=medium
+
+ [ Charles Kerr ]
+ * Improve valarm support to honor calendar events' valarm triggers.
+ (LP: #1419001)
+
+ -- CI Train Bot <ci-train-bot@canonical.com> Mon, 06 Apr 2015 23:35:46 +0000
+
+indicator-datetime (13.10.0+15.04.20150331-0ubuntu1) vivid; urgency=medium
+
+ [ Charles Kerr ]
+ * Reduce the forced screen-on time for alarms to reduce battery
+ consumption. Also, lower the default alarm duration from 30 minutes
+ to 10 minutes. (LP: #1434637)
+
+ -- CI Train Bot <ci-train-bot@canonical.com> Tue, 31 Mar 2015 20:25:38 +0000
+
indicator-datetime (13.10.0+15.04.20150317-0ubuntu1) vivid; urgency=medium
[ Charles Kerr ]
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