r3082 - packages/gpsdrive/trunk/debian

hamish-guest at alioth.debian.org hamish-guest at alioth.debian.org
Thu Jul 5 07:40:44 UTC 2012


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 <hamish_b at yahoo.com>  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 <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Andreas Putzo <andreas at putzo.net>, Francesco Paolo Lovergine <frankie at debian.org>, M. Hamish Bowman <hamish_b at yahoo.com>
 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.
  .




More information about the Pkg-grass-devel mailing list