[Pkg-osm-commits] [SCM] imposm branch, master, updated. upstream/2.1.3-9-g01d43df
David Paleino
dapal at debian.org
Tue Oct 11 21:21:10 UTC 2011
The following commit has been merged in the master branch:
commit 01d43dfe8bab30cb9697122a16e8ba5be3f3977c
Author: David Paleino <dapal at debian.org>
Date: Tue Oct 11 23:21:07 2011 +0200
Split package
diff --git a/debian/control b/debian/control
index 38de0ca..488eb9b 100644
--- a/debian/control
+++ b/debian/control
@@ -21,3 +21,20 @@ Description: importer for OpenStreetMap data - Python module
.
It is designed to create databases that are optimized for rendering/WMS
services.
+ .
+ This package contains the Python module
+
+Package: imposm
+Section: web
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , python-imposm (= ${source:Version})
+Description: importer for OpenStreetMap data
+ Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and
+ can import the data into PostgreSQL/PostGIS databases.
+ .
+ It is designed to create databases that are optimized for rendering/WMS
+ services.
+ .
+ This package contains the importer.
diff --git a/debian/imposm.install b/debian/imposm.install
new file mode 100644
index 0000000..c703cf8
--- /dev/null
+++ b/debian/imposm.install
@@ -0,0 +1 @@
+usr/bin/
diff --git a/debian/python-imposm.install b/debian/python-imposm.install
new file mode 100644
index 0000000..bed05a5
--- /dev/null
+++ b/debian/python-imposm.install
@@ -0,0 +1,2 @@
+usr/lib/
+usr/share/
--
Python importer for OpenStreetMap data
More information about the Pkg-osm-commits
mailing list