Control: tags 821804 + pending Hi Bernd,
I've prepared an NMU for gpsd (versioned as 3.15-2.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. (As this delays some crufting, I would if I can move it to 0-day; please let me know when you're ok with that) -- GrüÃe nach Salzburg! Tobi diff -Nru gpsd-3.15/debian/changelog gpsd-3.15/debian/changelog --- gpsd-3.15/debian/changelog 2015-10-31 20:02:41.000000000 +0100 +++ gpsd-3.15/debian/changelog 2016-04-23 16:55:42.000000000 +0200 @@ -1,3 +1,10 @@ +gpsd (3.15-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add patch to fix FTBFS on hurd. (Closes: #821804) + + -- Tobias Frost <[email protected]> Sat, 23 Apr 2016 16:55:42 +0200 + gpsd (3.15-2) unstable; urgency=medium * Uploading to unstable diff -Nru gpsd-3.15/debian/patches/fix-hurd-ftbs.patch gpsd-3.15/debian/patches/fix-hurd-ftbs.patch --- gpsd-3.15/debian/patches/fix-hurd-ftbs.patch 1970-01-01 01:00:00.000000000 +0100 +++ gpsd-3.15/debian/patches/fix-hurd-ftbs.patch 2016-04-23 16:55:19.000000000 +0200 @@ -0,0 +1,17 @@ +Description: Fix FTBFS on hurd +Author: Mattia Rizzolo <[email protected]> +Bug-Debian: #821804 +Applied-Upstream: yes +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/clock_gettime.c ++++ b/clock_gettime.c +@@ -9,7 +9,7 @@ + + #include "compiler.h" + +-#ifdef __MACH__ ++#ifdef __APPLE__ + #include <mach/clock.h> + #include <mach/mach.h> + #endif diff -Nru gpsd-3.15/debian/patches/series gpsd-3.15/debian/patches/series --- gpsd-3.15/debian/patches/series 2015-10-31 20:02:41.000000000 +0100 +++ gpsd-3.15/debian/patches/series 2016-04-23 16:53:52.000000000 +0200 @@ -6,3 +6,4 @@ fix_timespec_struct_member_names fix_clock_gettime_check fix_timespec_struct_check +fix-hurd-ftbs.patch

