debian/0000775000000000000000000000000012272205576007200 5ustar debian/copyright0000664000000000000000000000203712272204703011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: imposm Upstream-Author: Oliver Tonnhofer Upstream-Source: http://imposm.org Files: * Copyright: © 2011, Omniscale License: Apache-2.0 Files: debian/* Copyright: © 2011-2012, David Paleino License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. X-Comment: on Debian systems, the complete text of the Apache version 2.0 license can be found in "/usr/share/common-licenses/Apache-2.0". debian/changelog0000664000000000000000000000307312272205570011047 0ustar imposm (2.5.0-3build1) trusty; urgency=medium * No-change rebuild against libprotobuf8 -- Steve Langasek Wed, 29 Jan 2014 14:08:51 +0000 imposm (2.5.0-3) unstable; urgency=low * Really fix Vcs-Browser url. -- David Paleino Mon, 04 Nov 2013 17:28:08 +0100 imposm (2.5.0-2) unstable; urgency=low * Upload to unstable. * Standards-Version bump to 3.9.5, no changes needed. * Use canonical Vcs-* urls. -- David Paleino Mon, 04 Nov 2013 17:22:43 +0100 imposm (2.5.0-1) experimental; urgency=low * Acknowledge NMU. * New upstream version. * Standards-Version bump to 3.9.4, no changes needed. * debhelper compat bumped to 9. -- David Paleino Wed, 12 Dec 2012 22:04:12 +0100 imposm (2.4.0+dfsg-0.1) unstable; urgency=low * Non-maintainer upload. * Remove generated file without source cache/kc.c from upstream tarball (Closes: #694972). -- Michael Stapelberg Tue, 04 Dec 2012 22:36:33 +0100 imposm (2.4.0-1) unstable; urgency=low * New upstream version * Updated debian/copyright * Standards-Version bump to 3.9.3, no changes needed -- David Paleino Sun, 08 Apr 2012 09:12:51 +0200 imposm (2.3.2-2) unstable; urgency=low * Add missing dependency on python-pkg-resources (Closes: #645253) -- David Paleino Fri, 14 Oct 2011 00:00:21 +0200 imposm (2.3.2-1) unstable; urgency=low * Initial release (Closes: #645026) -- David Paleino Tue, 11 Oct 2011 23:47:00 +0200 debian/python-imposm.install0000664000000000000000000000006512272204703013403 0ustar usr/lib/ imposm/900913.sql usr/share/python-imposm/ debian/compat0000664000000000000000000000000212272204703010365 0ustar 9 debian/watch0000664000000000000000000000012212272204703010213 0ustar version=3 http://pypi.python.org/packages/source/i/imposm/imposm-(\d+.*)\.tar\.gz debian/clean0000664000000000000000000000014612272204703010175 0ustar #imposm/cache/internal.pb.cc #imposm/cache/internal.pb.h #imposm/cache/tc.c imposm.egg-info/PKG-INFO debian/source/0000775000000000000000000000000012272205576010500 5ustar debian/source/format0000664000000000000000000000001412272204703011675 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000020412272204703010243 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ \ --with python2 debian/imposm.install0000664000000000000000000000001112272204703012053 0ustar usr/bin/ debian/control0000664000000000000000000000264312272204703010577 0ustar Source: imposm Section: python Priority: extra Maintainer: Debian OpenStreetMap Team Uploaders: David Paleino Build-Depends: debhelper (>= 9~) , python-all-dev (>= 2.6.6-3~) , python-setuptools , libtokyocabinet-dev , cython , protobuf-compiler , libprotobuf-dev Standards-Version: 3.9.5 Homepage: http://imposm.org/ Vcs-Git: git://anonscm.debian.org/pkg-osm/imposm.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-osm/imposm.git;a=summary Package: python-imposm 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. . 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:Depends} , python-imposm (>= ${binary:Version}) , python-pkg-resources 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. debian/patches/0000775000000000000000000000000012272205576010627 5ustar debian/patches/00-fix_sql_path.patch0000664000000000000000000000112512272204703014534 0ustar From: David Paleino Subject: point to the correctly installed file Origin: vendor Forwarded: no --- imposm/psqldb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- imposm.orig/imposm/psqldb.py +++ imposm/imposm/psqldb.py @@ -116,7 +116,7 @@ def main(): 'password': options.password, } - mapping['epsg900913_sql'] = join(dirname(__file__), '900913.sql') + mapping['epsg900913_sql'] = '/usr/share/python-imposm/900913.sql' find_sql_files(options.pg_version, options.postgis_version, mapping) if options.postgis_version == '2.0': debian/patches/series0000664000000000000000000000002612272204703012031 0ustar 00-fix_sql_path.patch