[imposm] 02/47: First debianization

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 13 19:07:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository imposm.

commit db9fc7ee4cef75d871c3eeab956543679ba0da8c
Author: David Paleino <dapal at debian.org>
Date:   Sun Apr 24 19:57:46 2011 +0200

    First debianization
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 22 ++++++++++++++++++++++
 debian/copyright     | 27 +++++++++++++++++++++++++++
 debian/rules         |  9 +++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 7 files changed, 67 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a22c765
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+imposm (2.1.3-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #623942)
+
+ -- David Paleino <dapal at debian.org>  Sun, 24 Apr 2011 19:47:09 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4b1684d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: imposm
+Section: python
+Priority: extra
+Maintainer: Debian OpenStreetMap Team <pkg-osm-maint at lists.alioth.debian.org>
+Uploaders:
+ David Paleino <dapal at debian.org>
+Build-Depends: debhelper (>= 8~)
+Standards-Version: 3.9.2
+Homepage: http://imposm.org/
+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
+Depends: ${python:Depends}
+ , ${misc:Depends}
+Description: Python 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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d1c23e7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: imposm
+Upstream-Author: Oliver Tonnhofer <olt at omniscale.de>
+Source: http://imposm.org
+
+Files: *
+Copyright: © 2011, Omniscale <http://omniscale.com>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: © 2011, David Paleino <dapal at debian.org>
+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".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e05d7fc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ \
+		--with python2
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..09379d0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/i/imposm/imposm-(\d+.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/imposm.git



More information about the Pkg-grass-devel mailing list