[Pkg-osm-commits] [SCM] imposm-parser branch, master, updated. upstream/1.0.1+hg20110424.5307e5693e0c-7-g2180b0b

David Paleino dapal at debian.org
Sun Apr 24 18:43:37 UTC 2011


The following commit has been merged in the master branch:
commit 2180b0bc09d39a8562cea4bc61dd967788dc406d
Author: David Paleino <dapal at debian.org>
Date:   Sun Apr 24 20:43:23 2011 +0200

    Fix final bits in debian/

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index aa5e993..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,9 +0,0 @@
-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/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 28fefe6..7b16981 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +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-support
+XS-Python-Version: >= 2.5
 Standards-Version: 3.9.2
 Homepage: http://dev.omniscale.net/imposm.parser/
 Vcs-Git: git://git.debian.org/pkg-osm/imposm-parser.git
diff --git a/debian/rules b/debian/rules
index b760bee..e05d7fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,9 @@
 #!/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 $@ 
+	dh $@ \
+		--with python2

-- 
Python module to parse OpenStreetMap data



More information about the Pkg-osm-commits mailing list