aboutsummaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAgeFilesLines
* debian/control: Add B-D: cmake-extras (>= 0.10).Mike Gabriel2017-12-081-0/+1
|
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-1/+1
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* debian/control: Fix D (glib2.0-bin -> libglib2.0-bin).Mike Gabriel2017-12-021-0/+1
|
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-18/+8
|
* Update for e-d-s 3.16Iain Lane2015-07-281-1/+1
|\ | | | | | | Approved by: Iain Lane
| * Build against libecal 3.16Robert Ancell2015-06-021-1/+1
| |
* | drop build-dependency on g++-4.9Charles Kerr2015-07-151-2/+0
|/
* in debian/control, add evolution-data-server to the build-dep now that we're ↵Charles Kerr2015-04-061-9/+11
| | | | using it for live EDS tests.
* add EDS tests to confirm valarm attachments are loaded properly and trigger ↵Charles Kerr2015-04-051-0/+1
| | | | in the AlarmQueue
* use powerd for hw alarm wakeupsCharles Kerr2014-08-181-2/+0
|
* make the gcc version explicit in debian/control and debian/rules. Charles Kerr2014-07-181-1/+4
|\ | | | | | | Approved by: PS Jenkins bot
| * omit unnecessary whitespaceCharles Kerr2014-06-251-1/+0
| |
| * make g++ 4.9 explicitCharles Kerr2014-06-251-1/+5
| |
* | in debian/control, change Build-Depends to allow for different en-base ↵Charles Kerr2014-07-141-1/+1
| | | | | | | | language packs
* | use the libgstreamer API instead of libcanberra to play audio sounds.Charles Kerr2014-07-031-1/+1
|/
* Migrate to platform-api v2Ricardo Salveti de Araujo2014-06-121-2/+2
|
* Prefer to use ubuntu-platform-hardware-api for wakeups when possible s.t. ↵Charles Kerr2014-06-111-0/+2
|\ | | | | | | user-defined alarms/appointments can wake up the phone from sleep to give a snap decision. Fixes: 1299916
| * Don't build the hw-alarms pieces if ubuntu/hardware/alarm.h can't be found. ↵Charles Kerr2014-06-101-2/+2
| | | | | | | | Don't require libplatform-hardware-api-* unless the arch is armhf, i386, or amd64.
| * in debian/control, remove 'Depends: libubuntu-platform-hardware-api1' as per ↵Charles Kerr2014-06-101-1/+0
| | | | | | | | ted's suggestion
| * in debianl/control, add libplatform-hardware-api pieces to Depends and ↵Charles Kerr2014-06-101-0/+3
| | | | | | | | Build-Depends
* | add ubuntu-touch-sounds to Recommends: b/c that provides 'Suru arpeggio.ogg'Charles Kerr2014-05-281-0/+1
|/
* in debian/rules, move unneeded intltool and .desktop file rules.Charles Kerr2014-03-231-1/+0
|
* in debian/control, remove unneeded Build-Depends libpolkit-gobject-1-devCharles Kerr2014-03-231-1/+0
|
* in debian/control, remove unneeded GNOME Build-Depends gnome-common, ↵Charles Kerr2014-03-231-2/+0
| | | | libgconf2-dev
* in debian/control, remove unneeded GUI Build-Depends libcairo2-dev, ↵Charles Kerr2014-03-231-4/+0
| | | | libgtk-3-dev, libido3-0.1-dev, libxorg-gtest-dev
* make geoclue recommended, rather than required.Charles Kerr2014-03-231-2/+1
|
* sync with trunkCharles Kerr2014-02-191-29/+1
|\
| * Remove gnome-control-center-datetime and unity-control-center-datetime - we ↵Robert Ancell2014-02-121-17/+1
| | | | | | | | don't need them
| * Drop dependency on libtimezonemap1-devRobert Ancell2014-02-111-1/+0
| |
| * Move date/time panel into unity-control-centerRobert Ancell2014-02-111-18/+7
| |
* | Add audio notitication when the alarm is triggered. Add a manual test to ↵Charles Kerr2014-02-041-0/+1
| | | | | | | | tests/ to trigger a snap decision.
* | when displaying alarms, use the 'alarm-clock' key matching the icon in ↵Charles Kerr2014-02-031-1/+0
|/ | | | ubuntu-mobile-icons
* add dbus-test-runner and python3-dbusmock to Build-Depends; they're needed ↵Charles Kerr2014-01-281-0/+2
| | | | by the unit tests.
* add libdbustest1-dev to debian/control's Build-Depends to pick up ↵Charles Kerr2014-01-281-0/+1
| | | | dbus-test-runner's dbusmock interface for the geoclue unit tests.
* merge lp:~robert-ancell/indicator-datetime/unity-control-center2 into ↵Charles Kerr2014-01-271-1/+17
|\ | | | | | | lp:indicator-datetime
| * Recommend unity-control-center before gnome-control-centerRobert Ancell2014-01-141-1/+1
| |
| * Support both gnome-control-center and unity-control-centerRobert Ancell2014-01-101-1/+14
| |
| * try adding a build-dep of language-pack-en-base instead of configuring the ↵Charles Kerr2013-12-131-0/+2
| | | | | | | | locales in the unit test sandbox. (h/t seb)
| * ensure that we have 12h and 24h locales installed at build time -- the unit ↵Charles Kerr2013-12-131-0/+1
| | | | | | | | tests need them
* | remove the local snapshot of properties-cpp and add a dependency for it in ↵Charles Kerr2014-01-221-0/+1
|/ | | | debian/control and CMakeLists.txt
* replace autotools with cmakeCharles Kerr2013-10-181-3/+4
|
* sync with trunkCharles Kerr2013-10-161-0/+1
|\
| * remove invalid click recommends and downgrade to SuggestsDidier Roche2013-10-161-1/+1
| |
| * use the clock app's icon for the 'Clock' menuitem, and launch the clock app ↵Charles Kerr2013-10-151-0/+1
| | | | | | | | when it's clicked.
* | preliminary implementation of snap decisionCharles Kerr2013-10-091-0/+1
|/
* Use url-dispatcher instead of invoking system-settings directly.Charles Kerr2013-09-251-0/+1
|
* Making sure we conflict with *other* packages not usTed Gould2013-08-271-4/+4
|
* Clean up versionsTed Gould2013-08-271-0/+4
|
* Change package name to 'gnome-control-center-datetime'Ted Gould2013-08-271-2/+2
|
* Split out control center modules into its own packageTed Gould2013-08-271-1/+11
|