Package: gpsd / 3.16-4

Metadata

Package Version Patches format
gpsd 3.16-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
full systemd support | (download)

systemd/gpsd.service | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

---
gpsd_hotplug_rules_disable_generic_serial_converters | (download)

gpsd.rules.in | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

---
1a35ea0_Ensure the test_gpsmm program compiles | (download)

SConstruct | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] ensure the test_gpsmm program compiles

test_gpsmm may depend on the dbus library.

Signed-off-by: Jon Schlueter <jon.schlueter@gmail.com>

65f2a7e_Fix FTBFS on hurd | (download)

clock_gettime.c | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 [patch] fix ftbfs on hurd

Correctly checking for __APPLE__ instead of __MACH__

Signed-off-by: Bernd Zeimetz <bernd@bzed.de>

943dec7_time.h on linux defines __timespec_defined | (download)

SConstruct | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 [patch] time.h on linux defines __timespec_defined.

Enhance the check for struct timespec as building in
Debian unstable fails otherwise.

20d3c07_Work around yet another scons fuckup | (download)

SConstruct | 51 49 + 2 - 0 !
1 file changed, 49 insertions(+), 2 deletions(-)

 [patch] work around yet another scons fuckup.

Scons' CheckFunc does not work with recent compiler versions and
-Wstrict-prototypes being enabled.

54db139_Buildflags need to be splitted into an array | (download)

SConstruct | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] buildflags need to be splitted into an array.