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 <da...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to