aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add polkit to autopkgtest dependsMathieu Trudel-Lapierre2013-01-152-1/+2
|
* Rename localcheck to integrationcheck; update autopkgtest test.Mathieu Trudel-Lapierre2013-01-143-10/+16
|
* - Add XS-Testsuite: autopkgtest.Mathieu Trudel-Lapierre2013-01-106-2/+33
|\ | | | | | | | | | | | | | | | | | | * debian/tests: - Add start-service test; verify that the indicator can be started from DBUS. - Add debian/tests/control. * Move TestCanStartService into a separate make target "localcheck"; so that the other tests can successfully run, and this one be used as an integration check.
| * - Add XS-Testsuite: autopkgtest.Mathieu Trudel-Lapierre2012-12-064-0/+12
| | | | | | | | | | | | | | * debian/tests: - Add start-service test; verify that the indicator can be started from DBUS. - Add debian/tests/control.
| * Move TestCanStartService into a separate make target "localcheck"; so thatMathieu Trudel-Lapierre2012-12-053-2/+12
| | | | | | | | | | the other tests can successfully run, and this one be used as an integration check.
* | Add a hack for having tests running.Didier Roche2012-12-052-0/+8
|\ \ | |/ |/| | | Approved by Sebastien Bacher, PS Jenkins bot.
| * typoDidier Roche2012-12-051-1/+1
| |
| * run tests not under fakeroot for dbus tests (which don't seem to be able toDidier Roche2012-12-052-0/+8
|/ | | | run easily under dbus-test-runner)
* i-session doesn't use polkit or packagekit anymore, so don't refer to them ↵Charles Kerr2012-11-303-12/+11
|\ | | | | | | | | | | in configure.ac or debian/*. Fixes: https://bugs.launchpad.net/bugs/1085100. Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.
| * add the launchpad bug number to the polkit+packagekit entry in debian/changelogCharles Kerr2012-11-301-1/+1
| |
| * fix tyopCharles Kerr2012-11-301-1/+1
| |
| * remove unused polkit dependencyCharles Kerr2012-11-303-9/+9
| |
| * remove unused packagekit dependencyCharles Kerr2012-11-303-4/+3
|/
* Clean deprecated Build-Depends on gconf and dbusglib.Sebastien Bacher2012-11-302-3/+6
|\ | | | | | | Approved by Didier Roche.
| * clean deprecated Build-Depends on gconf and dbusglibSebastien Bacher2012-11-302-3/+6
| |
* | Use GDbus. Fixes: https://bugs.launchpad.net/bugs/1084756.Robert Ancell2012-11-302-61/+74
|\| | | | | | | Approved by Charles Kerr.
| * Use GDbusRobert Ancell2012-11-302-61/+74
|/
* Reimplement test-service s.t. we actually test activating the service via ↵Charles Kerr2012-11-1610-472/+403
|\ | | | | | | | | | | dbus. Drop unneeded Xorg baggage. Fixes: https://bugs.launchpad.net/bugs/1074065. Approved by PS Jenkins bot.
| * re-enable the tests/ directoryCharles Kerr2012-11-163-9/+1
| |
| * sync with trunkCharles Kerr2012-11-169-3/+1186
| |\ | |/ |/|
* | Show the login name if an account has no real name set. Fixes: ↵Charles Kerr2012-11-161-3/+4
|\ \ | | | | | | | | | | | | | | | https://bugs.launchpad.net/bugs/1076271. Approved by Lars Uebernickel.
| * | if the user's real name can't be determined, fall back to the user's account ↵Charles Kerr2012-11-151-3/+4
| | | | | | | | | | | | name.
* | | Bootstrap daily builds.Mathieu Trudel-Lapierre2012-11-161-0/+7
|\ \ \ | | | | | | | | | | | | Approved by Charles Kerr.
| * | | bootstrap daily upload changelog message.Mathieu Trudel-Lapierre2012-11-151-0/+7
|/ / /
* | | Merging in debian/.Ted Gould2012-11-158-0/+1175
|\ \ \ | |/ / |/| | | | | Approved by PS Jenkins bot, Charles Kerr, Didier Roche.
| * | Explicitly list libgtest-dev in Build-Depends, even though it does getMathieu Trudel-Lapierre2012-11-152-0/+3
| | | | | | | | | | | | pulled in via libxorg-gtest-dev.
| * | Temporarily disable running tests due to an issue with getting theMathieu Trudel-Lapierre2012-11-152-0/+5
| | | | | | | | | | | | gsettings schema for testing.
| * | Add libdbustest1-dev, dbus-test-runner to Build-Depends.Mathieu Trudel-Lapierre2012-11-152-1/+2
| | |
| * | Add libdbustest1-dev to Build-Depends.Mathieu Trudel-Lapierre2012-11-152-0/+2
| | |
| * | Remove extra # typo in uploaders comment in debian/control.Mathieu Trudel-Lapierre2012-11-141-1/+1
| | |
| * | Add gnome-common to Build-Depends.Mathieu Trudel-Lapierre2012-11-142-0/+2
| | |
| * | Specify that the package should be built by bzr-builddeb in split mode.Mathieu Trudel-Lapierre2012-11-141-1/+1
| | |
| * | Update Vcs-Bzr and Vcs-Browser fields and add notice for uploaders.Mathieu Trudel-Lapierre2012-11-142-2/+6
| | |
| * | Reorganize Build-Depends, put build-system items (intltool, libxorg-gtest-dev)Mathieu Trudel-Lapierre2012-11-141-2/+2
| | | | | | | | | | | | | | | nearer to the top.
| * | * debian/control:Mathieu Trudel-Lapierre2012-11-142-2/+6
| | | | | | | | | | | | | | | - Add dh-autoreconf to Build-Depends. - Adjust style to be consistent and use trailing commas in lists.
| * | * debian/rules:Mathieu Trudel-Lapierre2012-11-142-1/+15
| | | | | | | | | | | | | | | | | | - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4. - Use the dh sequencer with autoreconf. - Override dh_autoreconf to run autogen.sh.
| * | Import debian/ from lp:~ubuntu-desktop/indicator-session/ubuntu.Mathieu Trudel-Lapierre2012-11-148-0/+1140
|/| |
| * | releasing version 12.10.4-0ubuntu1Sebastien Bacher2012-10-031-2/+2
| | |
| * | New upstream release.Sebastien Bacher2012-10-0344-126/+115
| |\ \
| | * \ Import upstream version 12.10.4Sebastien Bacher2012-10-0343-126/+109
| | |\ \
| * | | | releasing version 12.10.3-0ubuntu1Ken VanDine2012-09-1924-35/+129
| |\| | |
| | * | | Import upstream version 12.10.3Ken VanDine2012-09-1927-58/+143
| | | | |
| * | | | releasing version 12.10.2-0ubuntu3Didier Roche2012-09-131-1/+1
| | | | |
| * | | | releasing version 12.10.2-0ubuntu3Didier Roche2012-09-131-2/+2
| | | | |
| * | | | * Cherry-pick upstream:Didier Roche2012-09-132-1/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | - Make "Suspend" translatable
| * | | | | releasing version 12.10.2-0ubuntu2Steve Langasek2012-09-121-2/+2
| | | | | |
| * | | | | Change the menu to say 'Shut Down' instead of 'Switch Off' by default,Steve Langasek2012-09-125-22/+31
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since the latter is completely non-idiomatic in American English; and update the translations for commonwealth English in the package to preserve the preferred wording for en_GB. LP: #1029036.
| * | | | | | releasing version 12.10.2-0ubuntu1Sebastien Bacher2012-08-311-2/+2
| | | | | | |
| * | | | | | * New upstream release:Sebastien Bacher2012-08-3115-24/+570
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add an 'Online Accounts' menuitem (lp: #1044464) - Add disposition highlighting to the indicator icon (lp: #1044015) - Remove the Restart button from the shutdown dialog (lp: #1027952)
| | * | | | | Import upstream version 12.10.2Sebastien Bacher2012-08-3117-32/+980
| | |\ \ \ \ \