[DebianGIS-dev] r1746 - packages/gpsdrive/trunk/debian
nd-guest at alioth.debian.org
nd-guest at alioth.debian.org
Wed Aug 6 22:04:54 UTC 2008
Author: nd-guest
Date: 2008-08-06 22:04:54 +0000 (Wed, 06 Aug 2008)
New Revision: 1746
Modified:
packages/gpsdrive/trunk/debian/README.Debian
packages/gpsdrive/trunk/debian/changelog
packages/gpsdrive/trunk/debian/control
Log:
* add missing conflicts/replaces to the gpsdrive-data package
* bump postgres version
Modified: packages/gpsdrive/trunk/debian/README.Debian
===================================================================
--- packages/gpsdrive/trunk/debian/README.Debian 2008-08-01 10:21:14 UTC (rev 1745)
+++ packages/gpsdrive/trunk/debian/README.Debian 2008-08-06 22:04:54 UTC (rev 1746)
@@ -18,8 +18,8 @@
Using gpsdrive with mapnik
---------------------------
-* Install osm2pgsql and postgresql-8.2-postgis if not already done.
- aptitude install osm2pgsql postgresql-8.2-postgis
+* Install osm2pgsql and postgresql-8.3-postgis if not already done.
+ aptitude install osm2pgsql postgresql-8.3-postgis
* Download a OpenStreetmap planet file from http://planet.openstreetmap.org/,
wget http://planet.openstreetmap.org/planet-latest.osm.bz2
* Set up postgresql:
@@ -27,7 +27,7 @@
sudo -u postgres createdb -Upostgres -EUNICODE gis
echo GRANT ALL ON SCHEMA PUBLIC TO `whoami` | sudo -u postgres psql -Upostgres gis
sudo -u postgres createlang -Upostgres plpgsql gis
- sudo -u postgres psql gis < /usr/share/postgresql-8.2-postgis/lwpostgis.sql
+ sudo -u postgres psql gis < /usr/share/postgresql-8.3-postgis/lwpostgis.sql
echo GRANT ALL ON geometry_columns TO `whoami` | sudo -u postgres psql -Upostgres gis
echo GRANT ALL ON spatial_ref_sys TO `whoami` | sudo -u postgres psql -Upostgres gis
* Import planet.osm (this may take a long time).
Modified: packages/gpsdrive/trunk/debian/changelog
===================================================================
--- packages/gpsdrive/trunk/debian/changelog 2008-08-01 10:21:14 UTC (rev 1745)
+++ packages/gpsdrive/trunk/debian/changelog 2008-08-06 22:04:54 UTC (rev 1746)
@@ -1,3 +1,11 @@
+gpsdrive (2.10~pre4-5) UNRELEASED; urgency=low
+
+ * Add missing Conflicts/Replaces to the gpsdrive-data package
+ and add a dependency on gpsdrive. (Closes: #493892)
+ * Update Suggests and README.Debian to postgresql-8.3-postgis.
+
+ -- Andreas Putzo <andreas at putzo.net> Wed, 06 Aug 2008 22:01:11 +0000
+
gpsdrive (2.10~pre4-4) unstable; urgency=low
* No longer create openstreetmap-map-icons-* binary packages.
Modified: packages/gpsdrive/trunk/debian/control
===================================================================
--- packages/gpsdrive/trunk/debian/control 2008-08-01 10:21:14 UTC (rev 1745)
+++ packages/gpsdrive/trunk/debian/control 2008-08-06 22:04:54 UTC (rev 1746)
@@ -12,7 +12,7 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gpsdrive-data, openstreetmap-map-icons-square, openstreetmap-map-icons-classic
Recommends: gpsd, gpsdrive-scripts
-Suggests: flite | festival, osm2pgsql, mysql-server, postgresql-8.2-postgis
+Suggests: flite | festival, osm2pgsql, mysql-server, postgresql-8.3-postgis
Description: Car navigation system
Map-based navigation system that displays the current
position provided by a GPS receiver on a zoomable map.
@@ -24,7 +24,9 @@
Package: gpsdrive-data
Architecture: all
-Recommends: gpsdrive
+Depends: gpsdrive (>= 2.10~pre4-5)
+Conflicts: gpsdrive (<= 2.10~pre4-4)
+Replaces: gpsdrive (<= 2.10~pre4-4)
Description: Car naviagion system
Map-based navigation system that displays the current
position provided by a GPS receiver on a zoomable map.
More information about the Pkg-grass-devel
mailing list