aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop debian/README.source and build-depends on quiltJeremy Bicha2013-08-222-59/+0
|
* Proper shutdown on SIGTERM.William Hua2013-08-222-10/+30
|\ | | | | | | Approved by Ted Gould, PS Jenkins bot.
| * Proper shutdown on SIGTERM.William Hua2013-08-222-10/+30
| |
* | Use accountsservice and make work under unity-greeter.William Hua2013-08-225-66/+208
|\ \ | | | | | | | | | Approved by PS Jenkins bot, Sebastien Bacher.
| * \ Merge trunk.William Hua2013-08-2210-156/+92
| |\ \ | |/ / |/| |
* | | Kill running gvfs instance after tests finish.William Hua2013-08-221-1/+6
|\ \ \ | |_|/ |/| | | | | | | | | | | Because the XDG_RUNTIME_DIR was changed to be in the build-tree, a running gvfs instance held a lock on a file in the directory, preventing it from being cleaned properly, and preventing the build from finishing. So we send a SIGTERM to the running gvfs-fused instance, allowing the build to finish. Approved by PS Jenkins bot.
| * | Kill running gvfs instance after tests finish.William Hua2013-08-221-1/+6
|/ /
* | Releasing 0.0.0+13.10.20130821-0ubuntu1 (revision 103 from ↵Automatic PS uploader2013-08-211-2/+5
|\ \ | | | | | | | | | | | | | | | lp:indicator-keyboard). Approved by PS Jenkins bot.
| * | Releasing 0.0.0+13.10.20130821-0ubuntu1, based on r103Automatic PS uploader2013-08-211-2/+5
|/ /
* | Bootstrap commit.Mathieu Trudel-Lapierre2013-08-211-0/+1
|\ \ | | | | | | | | | Approved by PS Jenkins bot, Didier Roche.
| * | Automatic snapshot from revision 102 (bootstrap)Mathieu Trudel-Lapierre2013-08-211-0/+1
|/ /
* | Packaging review.Mathieu Trudel-Lapierre2013-08-215-130/+47
|\ \ | | | | | | | | | Approved by PS Jenkins bot, Sebastien Bacher, Robert Bruce Park.
| * | Remove dh_auto_test override.Mathieu Trudel-Lapierre2013-08-131-2/+0
| | |
| * | Merge packagingMathieu Trudel-Lapierre2013-08-135-130/+49
| |\ \
| | * \ * debian/control:Mathieu Trudel-Lapierre2013-08-095-130/+49
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Packaging review, add comment to developers. - Fix Vcs-Bzr, Vcs-Browser. - Sort Build-Depends, use trailing commas. - Improve long description. * debian/rules: - Add DPKG_GENSYMBOLS_CHECK_LEVEL = 4. - Override dh_autoreconf to run ./autogen.sh. - Override dh_install to remove .la and .a files. - Run dh_install with --fail-missing. * debian/compat: bump to compat level 9. * debian/source/format: make sure we're using format 1.0.
| | | * | Re-add the missing commentsMathieu Trudel-Lapierre2013-08-071-0/+3
| | | | |
| | | * | Fix identation for (Build-)DependsMathieu Trudel-Lapierre2013-08-051-20/+17
| | | | |
| | | * | Add another missing commaMathieu Trudel-Lapierre2013-08-051-1/+1
| | | | |
| | | * | * debian/control:Mathieu Trudel-Lapierre2013-08-055-137/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Packaging review, add comment to developers. - Fix Vcs-Bzr, Vcs-Browser. - Sort Build-Depends, use trailing commas. - Improve long description. * debian/rules: - Add DPKG_GENSYMBOLS_CHECK_LEVEL = 4. - Override dh_autoreconf to run ./autogen.sh. - Override dh_install to remove .la and .a files. - Run dh_install with --fail-missing. * debian/compat: bump to compat level 9. * debian/source/format: make sure we're using format 1.0.
* | | | | Use long delays in places when they may be killed prematurely.William Hua2013-08-212-11/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Approved by Sebastien Bacher, PS Jenkins bot.
| * | | | | Use long delays in places when they may be killed prematurely.William Hua2013-08-212-11/+12
|/ / / / /
* | | | | Change XDG_RUNTIME_DIR to point in-tree. The tests don't run properly ↵William Hua2013-08-201-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | because the default XDG_RUNTIME_DIR doesn't exist in a schroot. Thanks Iain Lane for suggesting the fix. Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.
| * | | | Change XDG_RUNTIME_DIR to point in-tree.William Hua2013-08-201-0/+1
|/ / / /
* | | | Resolve flaky test by always forcing the delay.William Hua2013-08-124-14/+22
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | The test used to kill a delay as soon as a change was observed on the action group which was activated. On slower systems, this caused an assertion failure because updating the dconf setting took much longer than getting the change notification. Approved by PS Jenkins bot, Mathieu Trudel-Lapierre.
| * | | Fix out-of-bounds error.William Hua2013-08-122-5/+11
| | | |
| * | | Split useful code into separate Source object.William Hua2013-08-087-500/+606
| |\ \ \ | |/ / / |/| | |
| * | | Switch to serial test harness.William Hua2013-08-081-1/+1
| | | |
| * | | Fix a couple more potential races.William Hua2013-08-082-1/+9
| | | |
| * | | Resolve flaky test by forcing a delay.William Hua2013-08-072-12/+6
| | | |
| | | * Work under lightdm/unity-greeter.William Hua2013-08-075-66/+208
| |_|/ |/| |
* | | Split useful code into separate Source object.William Hua2013-08-077-500/+606
|/ /
* / Add debugging information for tests.William Hua2013-08-061-0/+21
|/
* Remove a lot of unnecessary files in the deps directory.William Hua2013-07-315-625/+1
|\
| * Remove unneeded README.William Hua2013-07-301-43/+0
| |
| * Remove libbamf3.vapi, libgnomekbd.vapi, and libxklavier.vapi.William Hua2013-07-304-582/+1
| |
| * Remove unneeded valadocs.William Hua2013-07-30623-38597/+0
| |
* | Update license headers.William Hua2013-07-31628-38606/+81
|\ \ | |/ |/|
| * Delete the valadocs that are not needed for build.William Hua2013-07-30623-38597/+0
| |
| * Add COPYING.LESSER back.William Hua2013-07-301-0/+165
| |
| * Update license headers.William Hua2013-07-306-174/+81
|/
* drop .pc/ and debian/patches/ directoriesJeremy Bicha2013-07-3012-2221/+0
|
* Quilt clean up.William Hua2013-07-302-1/+2
|
* Initial autopilot work.William Hua2013-07-238-0/+82
|
* Fix tests in pbuilder.William Hua2013-07-189-27/+25
|
* * debian/control:Jeremy Bicha2013-07-182-3/+11
|\ | | | | | | | | | | - Don't build-depend on vala-0.20-vapi - Build-depend on dbus for tests
| * * debian/control:Jeremy Bicha2013-07-152-3/+11
| | | | | | | | | | | | - Don't build-depend on valac-0.20-vapi - Build-depend on dbus for tests
* | Relax test that fails when IBus runs headless.William Hua2013-07-176-2/+690
| |
* | Use Xvfb for headless tests.William Hua2013-07-171-0/+9
| |
* | Add test script.William Hua2013-07-176-24/+27
| |
* | Add --use-bamf option.William Hua2013-07-174-231/+245
| |