[imposm-parser] 02/29: First debianization

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


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

sebastic pushed a commit to branch master
in repository imposm-parser.

commit 68790dac4b92b0774cdbd7b7ffdf7fdc05eac9d3
Author: David Paleino <dapal at debian.org>
Date:   Sun Apr 24 20:37:11 2011 +0200

    First debianization
---
 debian/README.source |  9 +++++++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 21 +++++++++++++++++++++
 debian/copyright     | 31 +++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         | 13 +++++++++++++
 debian/source/format |  1 +
 debian/watch.ex      | 23 +++++++++++++++++++++++
 9 files changed, 105 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..aa5e993
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+imposm-parser for Debian
+------------------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..eb589fe
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+imposm-parser (1.0.1+hg20110424.5307e5693e0c-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- David Paleino <dapal at debian.org>  Sun, 24 Apr 2011 20:31:11 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..28fefe6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: imposm-parser
+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~)
+ , python-support
+Standards-Version: 3.9.2
+Homepage: http://dev.omniscale.net/imposm.parser/
+Vcs-Git: git://git.debian.org/pkg-osm/imposm-parser.git
+Vcs-Browser: http://git.debian.org/?p=pkg-osm/imposm-parser.git;a=summary
+
+Package: python-imposm-parser
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Python module to parse OpenStreetMap data
+ imposm.parser is a Python library that parses OpenStreetMap data in XML 
+ and PBF format.
+ .
+ It has a simple API and it is fast and easy to use. It also works across 
+ multiple CPU/cores.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1dd08b3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: imposm-parser
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+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.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b760bee
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 
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.ex b/debian/watch.ex
new file mode 100644
index 0000000..8599844
--- /dev/null
+++ b/debian/watch.ex
@@ -0,0 +1,23 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php imposm-parser-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/imposm-parser-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/imposm-parser-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/imposm-parser/imposm-parser-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html imposm-parser-(.*)\.tar\.gz

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



More information about the Pkg-grass-devel mailing list