Author: frankie Date: 2008-01-03 13:47:01 +0000 (Thu, 03 Jan 2008) New Revision: 1328
Removed: packages/gosmore/debian/patches/10_bad_gpsd_header.dpatch Modified: packages/gosmore/debian/changelog packages/gosmore/debian/compat packages/gosmore/debian/control packages/gosmore/debian/patches/00list Log: Minor changes and merging of Bernd changes Modified: packages/gosmore/debian/changelog =================================================================== --- packages/gosmore/debian/changelog 2008-01-03 13:25:48 UTC (rev 1327) +++ packages/gosmore/debian/changelog 2008-01-03 13:47:01 UTC (rev 1328) @@ -1,3 +1,20 @@ +gosmore (0.0.0.20070901-3) UNRELEASED; urgency=low + + * Debhelper compatibility level bumped to 5. + * Policy bumped to 3.7.3 without changes. + * Added Vcs-* fields into debian/control. + * Merged changes by bzed: + + 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. + * Added Homepage field in debian/control. + + -- Francesco Paolo Lovergine <[EMAIL PROTECTED]> Thu, 03 Jan 2008 14:41:32 +0100 + gosmore (0.0.0.20070901-2) unstable; urgency=low * Change build-depend on gpsd to libgps-dev (>= 2.34.dfsg-3) | gpsd Modified: packages/gosmore/debian/compat =================================================================== --- packages/gosmore/debian/compat 2008-01-03 13:25:48 UTC (rev 1327) +++ packages/gosmore/debian/compat 2008-01-03 13:47:01 UTC (rev 1328) @@ -1 +1 @@ -4 +5 Modified: packages/gosmore/debian/control =================================================================== --- packages/gosmore/debian/control 2008-01-03 13:25:48 UTC (rev 1327) +++ packages/gosmore/debian/control 2008-01-03 13:47:01 UTC (rev 1328) @@ -3,8 +3,11 @@ Priority: optional Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org> 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 -Standards-Version: 3.7.2 +Build-Depends: debhelper (>> 5.0.0), cdbs, libgtk2.0-dev, flite-dev, libgps-dev (>= 2.34.dfsg-5) | gpsd (<< 2.34.dfsg-1), dpatch +Standards-Version: 3.7.3 +Homepage: http://wiki.openstreetmap.org/index.php/Gosmore +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/gosmore/trunk +Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/gosmore/trunk Package: gosmore Priority: optional Modified: packages/gosmore/debian/patches/00list =================================================================== --- packages/gosmore/debian/patches/00list 2008-01-03 13:25:48 UTC (rev 1327) +++ packages/gosmore/debian/patches/00list 2008-01-03 13:47:01 UTC (rev 1328) @@ -1 +0,0 @@ -10_bad_gpsd_header Deleted: packages/gosmore/debian/patches/10_bad_gpsd_header.dpatch =================================================================== --- packages/gosmore/debian/patches/10_bad_gpsd_header.dpatch 2008-01-03 13:25:48 UTC (rev 1327) +++ packages/gosmore/debian/patches/10_bad_gpsd_header.dpatch 2008-01-03 13:47:01 UTC (rev 1328) @@ -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 - _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel