Author: nd-guest
Date: 2007-10-03 20:42:01 +0000 (Wed, 03 Oct 2007)
New Revision: 1162

Modified:
   packages/gpsdrive/trunk/debian/changelog
   packages/gpsdrive/trunk/debian/compat
   packages/gpsdrive/trunk/debian/control
   packages/gpsdrive/trunk/debian/gpsdrive-scripts.install
   packages/gpsdrive/trunk/debian/rules
Log:
* Install needed perl modules for now.
* Updated package description in debian/control.
* Updated dependenices.
* Added Homepage field.
* Bumped debhelper compat level.


Modified: packages/gpsdrive/trunk/debian/changelog
===================================================================
--- packages/gpsdrive/trunk/debian/changelog    2007-10-03 20:37:58 UTC (rev 
1161)
+++ packages/gpsdrive/trunk/debian/changelog    2007-10-03 20:42:01 UTC (rev 
1162)
@@ -5,9 +5,19 @@
     disk space (map-icons).
   * Repackage upstream tarball to remove the debian/ dir.
     Added get-orig-source target to debian/rules.
-  * Add 30-icons.dpatch so that the icons are found. 
+  * Updated debian/copyright.
+  * Add Homepage field in debian/control.
+  * Bumped to debhelper compat level 5.
+  * Removed some docs and install some of the scripts as examples.
+  * Added Build-Depends on automake1.9.
+  * Add 30-icons.dpatch so that the icons are found.
+  * Add 40-backported.dpatch to include some bugfixes from upstream VCS.
+  * Add 50-scripts.dpatch.
+  * Removed 04_missing_includes.dpatch - package builds fine with gcc-4.3.
+  * Removed 05_start_gpsd.dpatch - feature has been removed.
+  * Removed debian/man dir.
 
- -- Andreas Putzo <[EMAIL PROTECTED]>  Sat, 29 Sep 2007 21:40:04 +0000
+ -- Andreas Putzo <[EMAIL PROTECTED]>  Wed, 03 Oct 2007 15:52:52 +0000
 
 gpsdrive (2.10~pre2-2) unstable; urgency=low
 

Modified: packages/gpsdrive/trunk/debian/compat
===================================================================
--- packages/gpsdrive/trunk/debian/compat       2007-10-03 20:37:58 UTC (rev 
1161)
+++ packages/gpsdrive/trunk/debian/compat       2007-10-03 20:42:01 UTC (rev 
1162)
@@ -1 +1 @@
-4
+5

Modified: packages/gpsdrive/trunk/debian/control
===================================================================
--- packages/gpsdrive/trunk/debian/control      2007-10-03 20:37:58 UTC (rev 
1161)
+++ packages/gpsdrive/trunk/debian/control      2007-10-03 20:42:01 UTC (rev 
1162)
@@ -3,14 +3,15 @@
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Andreas Putzo <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), automake1.9, libtool, pkg-config, 
libpcre3-dev, libgtk2.0-dev,libart-2.0-dev, libxml2-dev, libmysqlclient15-dev, 
autotools-dev, dpatch, libmapnik-dev, libboost-dev, libboost-filesystem-dev, 
libboost-serialization-dev, perl (>= 5.6.0-16)
+Build-Depends: debhelper (>= 5), automake1.9, libtool, pkg-config, 
libpcre3-dev, libgtk2.0-dev,libart-2.0-dev, libxml2-dev, libmysqlclient15-dev, 
autotools-dev, dpatch, libmapnik-dev, libboost-dev, libboost-filesystem-dev, 
libboost-serialization-dev
 Standards-Version: 3.7.2
+Homepage: http://gpsdrive.de
 
 Package: gpsdrive
 Architecture: any
-Depends: ${shlibs:Depends}, openstreetmap-map-icons-square | 
openstreetmap-map-icons-classic
-Recommends: gpsd
-Suggests: gpsdrive-scripts, libmysqlclient15off, imagemagick
+Depends: ${shlibs:Depends}, ${misc:Depends}, openstreetmap-map-icons-square | 
openstreetmap-map-icons-classic
+Recommends: gpsd, gpsdrive-scripts
+Suggests: libmysqlclient15off
 Description: Car navigation system
  GpsDrive is a car (bike, ship, plane) navigation system.
  GpsDrive displays your position provided from your NMEA capable GPS
@@ -23,7 +24,7 @@
 
 Package: gpsdrive-scripts
 Architecture: all
-Depends: gpsdrive, ${perl:Depends}, libdbi-perl, libdate-manip-perl, 
libfile-slurp-perl, libmime-base64-perl, libtext-query-perl, 
libtime-local-perl, libwww-curl-perl, libwww-mechanize-perl, 
libxml-parser-perl, libxml-simple-perl, libxml-twig-perl, libxml-writer-perl
+Depends: gpsdrive, ${perl:Depends}, python2.5, python-mapnik, libdbi-perl, 
libdate-manip-perl, libfile-slurp-perl, libmime-base64-perl, 
libtext-query-perl, libtime-local-perl, libwww-curl-perl, 
libwww-mechanize-perl, libxml-parser-perl, libxml-simple-perl, 
libxml-twig-perl, libxml-writer-perl
 Description: Various scripts for gpsdrive
  Gpsdrive is a car (bike, ship, plane) navigation system.
  .
@@ -33,14 +34,32 @@
 Package: openstreetmap-map-icons-classic
 Architecture: all
 Description: Collection of map icons
- This package contains the classic set.
+ This package provides a set of icons intended to be used
+ together with maps. Several point-of-interest categories
+ are covered like accommodation, education, food, health,
+ geocache, places, religion, shopping, etc.
+ .
+ This package contains the classic set from the OpenStreetMap
+ project.
 
 Package: openstreetmap-map-icons-square
 Architecture: all
 Description: Collection of map icons
- This package contains the square set
+ This package provides a set of icons intended to be used
+ together with maps. Several point-of-interest categories
+ are covered like accommodation, education, food, health,
+ geocache, places, religion, shopping, etc.
+ .
+ This package contains the square set from the OpenStreetMap
+ project.
 
 Package: openstreetmap-map-icons-scalable
 Architecture: all
 Description: Collection of map icons
- This package contains the scaleable set
+ This package provides a set of icons intended to be used
+ together with maps. Several point-of-interest categories
+ are covered like accommodation, education, food, health,
+ geocache, places, religion, shopping, etc.
+ .
+ This package contains the scalable set from the OpenStreetMap
+ project.

Modified: packages/gpsdrive/trunk/debian/gpsdrive-scripts.install
===================================================================
--- packages/gpsdrive/trunk/debian/gpsdrive-scripts.install     2007-10-03 
20:37:58 UTC (rev 1161)
+++ packages/gpsdrive/trunk/debian/gpsdrive-scripts.install     2007-10-03 
20:42:01 UTC (rev 1162)
@@ -8,5 +8,9 @@
 usr/bin/gpsreplay
 usr/bin/poi-manager.pl
 usr/bin/gpsdrive_mapnik_gentiles.py
+usr/share/perl5/Geo/Filter/*
+usr/share/perl5/Geo/GPX/*
+usr/share/perl5/Geo/Geometry.pm
 usr/share/perl5/Geo/Gpsdrive/*
-usr/share/perl5/Geo/OSM/Planet.pm                               
+usr/share/perl5/Geo/OSM/Planet.pm
+usr/share/perl5/Utils/*

Modified: packages/gpsdrive/trunk/debian/rules
===================================================================
--- packages/gpsdrive/trunk/debian/rules        2007-10-03 20:37:58 UTC (rev 
1161)
+++ packages/gpsdrive/trunk/debian/rules        2007-10-03 20:42:01 UTC (rev 
1162)
@@ -42,6 +42,7 @@
        autoconf
        ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
                                --prefix=/usr \
+                               --enable-mapnik \
                                CFLAGS="$(CFLAGS)"
 
 build: build-stamp
@@ -79,7 +80,9 @@
        dh_testroot
        dh_installchangelogs ChangeLog
        dh_installdocs
-       dh_installman
+       dh_installman --language=C 
+       dh_installman --language=de -pgpsdrive man/de/gpsdrive.1 
+       dh_installman --language=es -pgpsdrive man/es/gpsdrive.1 
        dh_installexamples
        dh_install --sourcedir=$(DESTDIR)
        dh_strip
@@ -87,7 +90,6 @@
        dh_fixperms
        dh_makeshlibs
        dh_installdeb
-       # move mapnik settings to gpsdrive dir
        # strip language extensions
        mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/bin/convert-waypoints.pl 
$(CURDIR)/debian/gpsdrive-scripts/usr/bin/convert-waypoints
        mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/bin/geoinfo.pl 
$(CURDIR)/debian/gpsdrive-scripts/usr/bin/geoinfo


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to