diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-04-09 13:08:24 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2015-04-09 13:08:24 -0500 |
commit | 8d282df37c72ff27a006ff928f1b151d98aa0e45 (patch) | |
tree | 89d5ecc46c7e674e753e907f48d8e8acd4935d1a /debian | |
parent | d5002c6b27cf0e00828555a10e89778008d6cd01 (diff) | |
parent | 49f49d4c18c2cc77a1a305c93a74e9e8ec903526 (diff) | |
download | ayatana-indicator-datetime-8d282df37c72ff27a006ff928f1b151d98aa0e45.tar.gz ayatana-indicator-datetime-8d282df37c72ff27a006ff928f1b151d98aa0e45.tar.bz2 ayatana-indicator-datetime-8d282df37c72ff27a006ff928f1b151d98aa0e45.zip |
sync with trunk
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 17 | ||||
-rw-r--r-- | debian/control | 19 |
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 |