Author: hamish-guest Date: 2012-07-05 07:40:44 +0000 (Thu, 05 Jul 2012) New Revision: 3082
Modified: packages/gpsdrive/trunk/debian/changelog packages/gpsdrive/trunk/debian/control Log: whitespace reorg of control file for easier to read diffs; notes about upcoming version into the changelog file Modified: packages/gpsdrive/trunk/debian/changelog =================================================================== --- packages/gpsdrive/trunk/debian/changelog 2012-07-02 08:42:46 UTC (rev 3081) +++ packages/gpsdrive/trunk/debian/changelog 2012-07-05 07:40:44 UTC (rev 3082) @@ -1,3 +1,16 @@ +gpsdrive (2.12+svn2702-1) unstable; urgency=low + + * Modernize Debian package with many changes + (closes: #287845, #456149, #498428, #508595, #585866, #589718, #591260, #672229, #674213) + * Sync'd to modern location of packaged OSM icons + * TMS and tiled WMS server support upgrade + * Include osm2poidb utility in utils package + * Move gpsdrive-data (maps) into main build system + * Update debian/copyright file + * Bundle simplified Natural Earth world coastline and cities + + -- M. Hamish Bowman <[email protected]> Thu, 05 Jul 2012 16:56:49 +1200 + gpsdrive (2.10~pre4-6.dfsg-6) unstable; urgency=low [ Francesco Paolo Lovergine ] Modified: packages/gpsdrive/trunk/debian/control =================================================================== --- packages/gpsdrive/trunk/debian/control 2012-07-02 08:42:46 UTC (rev 3081) +++ packages/gpsdrive/trunk/debian/control 2012-07-05 07:40:44 UTC (rev 3082) @@ -4,9 +4,24 @@ Maintainer: Debian GIS Project <[email protected]> Uploaders: Andreas Putzo <[email protected]>, Francesco Paolo Lovergine <[email protected]>, M. Hamish Bowman <[email protected]> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 7), automake1.9, libtool, pkg-config, libpcre3-dev, libgtk2.0-dev,libart-2.0-dev, libxml2-dev, libmysqlclient-dev, - autotools-dev, dpatch, libmapnik2-dev (>= 0.6), libboost-dev, libboost-filesystem-dev, libboost-serialization-dev, libdbus-glib-1-dev, - libxcursor-dev, libswitch-perl | perl (<< 5.10.1-13) +Build-Depends: debhelper (>= 7), + automake1.9, + autotools-dev, + dpatch, + libart-2.0-dev, + libboost-dev, + libboost-filesystem-dev, + libboost-serialization-dev, + libdbus-glib-1-dev, + libgtk2.0-dev, + libmapnik2-dev (>= 0.6), + libmysqlclient-dev, + libpcre3-dev, + libswitch-perl | perl (<< 5.10.1-13), + libtool, + libxcursor-dev, + libxml2-dev, + pkg-config Standards-Version: 3.8.4 Homepage: http://gpsdrive.de Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/gpsdrive/trunk @@ -14,9 +29,17 @@ Package: gpsdrive Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, gpsdrive-data, openstreetmap-map-icons-square, openstreetmap-map-icons-classic -Recommends: gpsd, gpsdrive-utils -Suggests: flite | festival, osm2pgsql, mysql-server, postgresql-8.4-postgis +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gpsdrive-data, + openstreetmap-map-icons-classic, + openstreetmap-map-icons-square +Recommends: gpsd, + gpsdrive-utils +Suggests: flite | festival, + osm2pgsql, + mysql-server, + postgresql-8.4-postgis Description: Car navigation system Map-based navigation system that displays the current position provided by a GPS receiver on a zoomable map. @@ -40,9 +63,25 @@ Package: gpsdrive-utils Architecture: all -Depends: gpsdrive, ${perl:Depends}, python, python-imaging, python-mapnik2, libdbi-perl, libdbd-mysql-perl, libdate-manip-perl, libfile-slurp-perl, - libmime-base64-perl, libtime-local-perl, libwww-curl-perl, libwww-mechanize-perl, libxml-parser-perl, libxml-simple-perl, libxml-twig-perl, - libxml-writer-perl, perlmagick, perl-tk +Depends: gpsdrive, + ${perl:Depends}, + libdate-manip-perl, + libdbd-mysql-perl, + libdbi-perl, + libfile-slurp-perl, + libmime-base64-perl, + libtime-local-perl, + libwww-curl-perl, + libwww-mechanize-perl, + libxml-parser-perl, + libxml-simple-perl, + libxml-twig-perl, + libxml-writer-perl, + perl-tk, + perlmagick, + python, + python-imaging, + python-mapnik2 Description: Various scripts for gpsdrive Gpsdrive is a car (bike, ship, plane) navigation system. . _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

