[imposm] 42/47: Standards-Version bump to 3.9.5, no changes needed.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Mar 13 19:07:39 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 2033ed5153da5eca9b26d95b67f3ddb6070ebbed
Author: David Paleino <dapal at debian.org>
Date: Mon Nov 4 17:21:55 2013 +0100
Standards-Version bump to 3.9.5, no changes needed.
---
debian/changelog | 6 ++++++
debian/control | 2 +-
imposm/psqldb.py | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7b25069..25b310c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+imposm (2.5.0-2) UNRELEASED; urgency=low
+
+ * Standards-Version bump to 3.9.5, no changes needed.
+
+ -- David Paleino <dapal at debian.org> Mon, 04 Nov 2013 17:21:44 +0100
+
imposm (2.5.0-1) experimental; urgency=low
* Acknowledge NMU.
diff --git a/debian/control b/debian/control
index 7b2d3a7..4dd2891 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9~)
, cython
, protobuf-compiler
, libprotobuf-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
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
diff --git a/imposm/psqldb.py b/imposm/psqldb.py
index fdfff42..f6dbc21 100644
--- a/imposm/psqldb.py
+++ b/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':
--
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