tags 454519 + pending thanks A fixed version of gosmore was uploaded to DELAYED/7 (mainly because the last gpsd version is not built everywhere yet). Final patch attached.
-- Bernd Zeimetz <[EMAIL PROTECTED]> <http://bzed.de/>
diff -Nuwr gosmore-0.0.0.20070901-testing/debian/changelog gosmore-0.0.0.20070901/debian/changelog --- gosmore-0.0.0.20070901-testing/debian/changelog 2007-12-16 18:04:12.000000000 +0100 +++ gosmore-0.0.0.20070901/debian/changelog 2007-12-18 23:58:14.000000000 +0100 @@ -1,3 +1,16 @@ +gosmore (0.0.0.20070901-2.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches: + - Removing 10_bad_gpsd_header.dpatch as the package FTBFS whith the + applied patch, which was a workaround for a bug in libgps-dev. + (Closes: #454519, #456843) + * debian/control: + - Changing the libgps-dev build dependency to require a version + >= 2.34.dfsg-5 as the package will FTBFS with lower versions. + + -- Bernd Zeimetz <[EMAIL PROTECTED]> Tue, 18 Dec 2007 23:54:29 +0100 + gosmore (0.0.0.20070901-2) unstable; urgency=low * Change build-depend on gpsd to libgps-dev (>= 2.34.dfsg-3) | gpsd diff -Nuwr gosmore-0.0.0.20070901-testing/debian/control gosmore-0.0.0.20070901/debian/control --- gosmore-0.0.0.20070901-testing/debian/control 2007-12-16 18:04:12.000000000 +0100 +++ gosmore-0.0.0.20070901/debian/control 2007-12-16 18:05:04.000000000 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian GIS Project <[EMAIL PROTECTED]> Uploaders: Petter Reinholdtsen <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), cdbs, libgtk2.0-dev, flite-dev, libgps-dev (>= 2.34.dfsg-3) | gpsd (<< 2.34.dfsg-1), dpatch +Build-Depends: debhelper (>> 3.0.0), cdbs, libgtk2.0-dev, flite-dev, libgps-dev (>= 2.34.dfsg-5) | gpsd (<< 2.34.dfsg-1), dpatch Standards-Version: 3.7.2 Package: gosmore diff -Nuwr gosmore-0.0.0.20070901-testing/debian/patches/00list gosmore-0.0.0.20070901/debian/patches/00list --- gosmore-0.0.0.20070901-testing/debian/patches/00list 2007-12-16 18:04:12.000000000 +0100 +++ gosmore-0.0.0.20070901/debian/patches/00list 2007-12-16 18:04:27.000000000 +0100 @@ -1 +0,0 @@ -10_bad_gpsd_header diff -Nuwr gosmore-0.0.0.20070901-testing/debian/patches/10_bad_gpsd_header.dpatch gosmore-0.0.0.20070901/debian/patches/10_bad_gpsd_header.dpatch --- gosmore-0.0.0.20070901-testing/debian/patches/10_bad_gpsd_header.dpatch 2007-12-16 18:04:12.000000000 +0100 +++ gosmore-0.0.0.20070901/debian/patches/10_bad_gpsd_header.dpatch 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 10_bad_gpsd_header.dpatch by Petter Reinholdtsen <[EMAIL PROTECTED]> -## -## DP: gps.h assume a few defines are set, and do not work out of the -## DP: box. Make sure these defines are set. - [EMAIL PROTECTED]@ ---- gosmore-0.0.0.20070901.orig/gosmore.cc -+++ gosmore-0.0.0.20070901/gosmore.cc -@@ -18,6 +18,7 @@ - #include <unistd.h> - #include <sys/types.h> - #ifdef USE_GPSD -+#include <gpsd_config.h> - #include <gps.h> - #endif -