[Pkg-osm-commits] [SCM] imposm branch, master, updated. upstream/2.1.3-16-g632966d

David Paleino dapal at debian.org
Tue Oct 11 21:35:05 UTC 2011


The following commit has been merged in the master branch:
commit 632966dbc8e0f9b76a05b428ee7bfef72a30c647
Author: David Paleino <dapal at debian.org>
Date:   Tue Oct 11 23:33:43 2011 +0200

    It really is arch-dependent

diff --git a/debian/control b/debian/control
index f6dff24..564b576 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OpenStreetMap Team <pkg-osm-maint at lists.alioth.debian.org>
 Uploaders:
  David Paleino <dapal at debian.org>
 Build-Depends: debhelper (>= 8~)
- , python (>= 2.6.6-3~)
+ , python-all-dev (>= 2.6.6-3~)
  , python-setuptools
  , libtokyocabinet-dev
  , cython
@@ -16,10 +16,11 @@ Vcs-Git: git://git.debian.org/pkg-osm/imposm.git
 Vcs-Browser: http://git.debian.org/?p=pkg-osm/imposm.git;a=summary
 
 Package: python-imposm
-Architecture: all
+Architecture: any
 Provides: ${python:Provides}
 Depends: ${python:Depends}
  , ${misc:Depends}
+ , ${shlibs:Depends}
 Description: importer for OpenStreetMap data - Python module
  Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and
  can import the data into PostgreSQL/PostGIS databases.

-- 
Python importer for OpenStreetMap data



More information about the Pkg-osm-commits mailing list