[imposm] 40/47: Patch refreshed
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 e5dea87b79a5e803d69887c1849a259f53acefa4
Author: David Paleino <dapal at debian.org>
Date: Wed Dec 12 22:04:07 2012 +0100
Patch refreshed
---
debian/patches/00-fix_sql_path.patch | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/patches/00-fix_sql_path.patch b/debian/patches/00-fix_sql_path.patch
index d0dc370..952752f 100644
--- a/debian/patches/00-fix_sql_path.patch
+++ b/debian/patches/00-fix_sql_path.patch
@@ -9,12 +9,12 @@ Forwarded: no
--- imposm.orig/imposm/psqldb.py
+++ imposm/imposm/psqldb.py
-@@ -88,7 +88,7 @@ def main():
+@@ -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, mapping)
-
- template = string.Template(db_create_template)
+ 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