[SCM] osm2pgsql branch, master, updated. debian/0.80.0+r27899-3-21-g2b337a0

Andreas Tille tille at debian.org
Tue Sep 17 22:21:36 UTC 2013


The following commit has been merged in the master branch:
commit 90d2ff6bb2a5ff48e9642657ae555409ab90abc4
Author: Andreas Tille <tille at debian.org>
Date:   Wed Sep 18 00:13:54 2013 +0200

    cme fix dpkg-control

diff --git a/debian/changelog b/debian/changelog
index ae91474..1d50e37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ osm2pgsql (0.82.0-1) UNRELEASED; urgency=low
   * debian/control:
      - Add myself as Uploader (and drop pkg-osm team)
      - canonical URIs for Vcs fields
+     - cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Tue, 17 Sep 2013 23:21:42 +0200
 
diff --git a/debian/control b/debian/control
index fb0e966..fd6f1f8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,40 +1,36 @@
 Source: osm2pgsql
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
+           David Paleino <dapal at debian.org>,
+           Andreas Tille <tille at debian.org>
 Section: utils
 Priority: optional
-Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders:
- Francesco Paolo Lovergine <frankie at debian.org>
- , David Paleino <dapal at debian.org>
- , Andreas Tille <tille at debian.org>
-Build-Depends:
- debhelper (>= 8~)
- , dh-autoreconf
- , libbz2-dev
- , zlib1g-dev
- , libgeos++-dev
- , libpq-dev
- , libxml2-dev
- , libproj-dev
- , libprotobuf-c0-dev (>= 0.14)
- , protobuf-c-compiler
+Build-Depends: debhelper (>= 8~),
+               dh-autoreconf,
+               libbz2-dev,
+               zlib1g-dev,
+               libgeos++-dev,
+               libpq-dev,
+               libxml2-dev,
+               libproj-dev,
+               libprotobuf-c0-dev (>= 0.14),
+               protobuf-c-compiler
 Standards-Version: 3.9.4
-Homepage: http://wiki.openstreetmap.org/wiki/Osm2pgsql
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/osm2pgsql.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/osm2pgsql.git
+Homepage: http://wiki.openstreetmap.org/wiki/Osm2pgsql
 
 Package: osm2pgsql
 Architecture: any
-Depends:
- ${shlibs:Depends}
- , ${misc:Depends}
-Recommends:
- postgis
- , postgresql-9.1-postgis
-Suggests:
- josm
- , gosmore 
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: postgis,
+            postgresql-9.1-postgis
+Suggests: josm,
+          gosmore
 Description: OpenStreetMap data to PostgreSQL converter
  Convert OSM planet snapshot data to SQL suitable for loading
  into a PostgreSQL database with PostGIS geospatial extensions. This
  database may then be used to render maps with Mapnik or for other
  geospatial analysis.
+

-- 
OpenStreetMap data to PostgreSQL converter



More information about the Pkg-grass-devel mailing list