- Apr 22, 2021
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Bullseye does not provide dh-systemd anymore, and it is enabled by default with debhelper compat >= 10. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Apr 13, 2021
-
-
Emanuele Aina authored
Apertis has moved to using external references in the CI config path setting for the packagign repositories, so the gitlab-ci.yml embedded in the repository is no longer needed. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Feb 22, 2021
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Mar 30, 2020
-
-
Ritesh Raj Sarraf authored
-
- Jan 24, 2020
-
-
Andrew Lee (李健秋) authored
-
Andrew Lee (李健秋) authored
Signed-off-by:
Andrew Lee (李健秋) <ajqlee@debian.org>
-
Andrew Lee (李健秋) authored
Signed-off-by:
Andrew Lee (李健秋) <ajqlee@debian.org>
-
- Jan 08, 2020
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Newer hotdoc (0.10) introduced several breaking changes which cause the documentation to be misbuilt, so let's explicitly depend on the old version. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Oct 31, 2019
-
-
Andrew Lee (李健秋) authored
-
Andrew Lee (李健秋) authored
This dh_apparmor is a debhelper program that will generate apparmor profile reload scripts. Here we call dh_apparmor in debian/rules to generate apparmor profile reload script for each profile that ship in the binary packages. Signed-off-by:
Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>
-
Andrew Lee (李健秋) authored
These apparmor profiles that shipped in this package used to load by dpkg trigger which took too long as it reload all available profiles. We are trying to minimize the the load time and also avoid work-in-progress profile to be loaded when a developer is editing the profile on the filesystem. So that we need to call dh_apparmor in debian/rules to generate apparmor profile reload script for each profile that ship in the package. Signed-off-by:
Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>
-
- Jul 29, 2019
-
-
Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Jul 23, 2019
-
-
Frederic Danis authored
Test fails with: O: Running test: traprain-0/test-guidance-ui.test O: # random seed: R02S92b7ae01feaf79c62662edaae809f0d9 O: 1..5 O: # Start of guidance-ui tests O: # Start of invocation tests O: ** O: ERROR:tests/test-guidance-ui.c:72:create_proxy: assertion failed: (owner != NULL) O: Bail out! ERROR:tests/test-guidance-ui.c:72:create_proxy: assertion failed: (owner != NULL) O: FAIL: traprain-0/test-guidance-ui.test (Child process killed by signal 6) and dbus-monitor: method call time=1563895710.503717 sender=:1.41 -> destination=org.freedesktop.DBus serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=StartServiceByName string "org.apertis.NavigationGuidance1.TurnByTurn" uint32 0 error time=1563895710.503730 sender=org.freedesktop.DBus -> destination=:1.41 error_name=org.freedesktop.DBus.Error.ServiceUnknown reply_serial=5 string "The name org.apertis.NavigationGuidance1.TurnByTurn was not provided by any .service files" The org.apertis.NavigationGuidance1.TurnByTurn service is provided by traprain-guidance-ui package. Fixes: APERTIS-5332 Signed-off-by:
Frédéric Danis <frederic.danis@collabora.com>
-
- Apr 24, 2019
-
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Call `g_object_unref()` instead of `g_object_ref()` when *freeing* routes, fixing a memory leak. This got caught by the new `-Wcast-function-type` GCC 8 warning. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Use `g_ptr_array_unref()` instead of `g_array_unref()` on `GPtrArray` instances. This got caught by the new GCC 8 warnings. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
Emanuele Aina authored
Explicitly set --disable-Werror to make the build succeed even if warnings are emitted. This avoid issues like new versions of the compiler introducing new warnings and thus breaking the build even if no regression was introduced. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
-
- Oct 17, 2018
-
-
Frédéric Dalleau authored
Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.com>
-
- Oct 16, 2018
-
-
Frédéric Dalleau authored
Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.com>
-
Frédéric Dalleau authored
-
Frédéric Dalleau authored
Signed-off-by:
Frédéric Dalleau <frederic.dalleau@collabora.com>
-
- Mar 01, 2017
-
-
Luis Araujo authored
This commit adds the debian autopkgtest to execute the traprain tests using gnome-desktop-testing-runner Signed-off-by:
Luis Araujo <luis.araujo@collabora.co.uk> Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D6034
-
- Jan 02, 2017
-
-
Guillaume Desmottes authored
Signed-off-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5390
-
Guillaume Desmottes authored
Mention the new Progress and TurnByTurn APIs. Apertis: https://phabricator.apertis.org/T2816 Signed-off-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D5381
-
Guillaume Desmottes authored
Signed-off-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D5380
-
Guillaume Desmottes authored
A new command line tool to send turn-by-turn notifications. Apertis: https://phabricator.apertis.org/T2815 Signed-off-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D5379
-
Guillaume Desmottes authored
A new command line tool to easily set the start and estimated end time of a journey on the mock service. May be used on the SDK for testing Signed-off-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D5378
-
Guillaume Desmottes authored
So dbus-daemon can start the service using systemd directly. Signed-off-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D5377
-
Guillaume Desmottes authored
Needed so tests app can easily change the StartTime and EstimatedEndTime properties. Signed-off-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D4702
-
Guillaume Desmottes authored
Just send a simple notification so progress info updates can be tested as well. Apertis: https://phabricator.apertis.org/T2814 Signed-off-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D5376
-
Emmanuel Gil Peyrot authored
This service listens for turn-by-turn notification and subsequently emits matching freedesktop notifications. Signed-off-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D4790
-
Guillaume Desmottes authored
Updating an existing notification in the SDK guidance service will result in a D-Bus call to the notification daemon. Relying on GObject:notify signal means we'll have to do one D-Bus call per change (title, body, icon) while using this new signal allow us to update the whole notification in on shot. Signed-off-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D5362
-
Guillaume Desmottes authored
Claiming the well-known bus name should be done at the very least of the service initialization so it's actually ready to be used when activated. Signed-off-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by:
Justin Kim <justin.kim@collabora.com> Differential Revision: https://phabricator.apertis.org/D5361
-
- Dec 26, 2016
-
-
Guillaume Desmottes authored
Needed so it's probably linked in hotdoc, see https://github.com/hotdoc/hotdoc/issues/82 Signed-off-by:
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Reviewed-by:
Mathieu Duponchelle <mathieu.duponchelle@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D5382
-