[imposm-parser] 08/29: Fix final bits in debian/

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 13 19:11:20 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 2180b0bc09d39a8562cea4bc61dd967788dc406d
Author: David Paleino <dapal at debian.org>
Date:   Sun Apr 24 20:43:23 2011 +0200

    Fix final bits in debian/
---
 debian/README.source | 9 ---------
 debian/compat        | 2 +-
 debian/control       | 1 +
 debian/rules         | 8 ++------
 4 files changed, 4 insertions(+), 16 deletions(-)

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

-- 
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