This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository imposm.
commit febebcbedc0e34882195da6b226a0367819d6a18 Author: Bas Couwenberg <[email protected]> Date: Mon Aug 31 13:21:52 2015 +0200 Drop 00-fix_sql_path.patch, applied upstream. --- debian/changelog | 1 + debian/patches/00-fix_sql_path.patch | 20 -------------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index bf7c2c9..b656d2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ imposm (2.6.0-1) UNRELEASED; urgency=medium - Bump Standards-Version to 3.9.6, no changes - Update Vcs-Browser URL to use cgit instead of gitweb, and HTTPS * Add gbp.conf to use pristine-tar by default. + * Drop 00-fix_sql_path.patch, applied upstream. -- Bas Couwenberg <[email protected]> Mon, 31 Aug 2015 13:15:19 +0200 diff --git a/debian/patches/00-fix_sql_path.patch b/debian/patches/00-fix_sql_path.patch deleted file mode 100644 index 952752f..0000000 --- a/debian/patches/00-fix_sql_path.patch +++ /dev/null @@ -1,20 +0,0 @@ -From: David Paleino <[email protected]> -Subject: point to the correctly installed file -Origin: vendor -Forwarded: no - ---- - imposm/psqldb.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- imposm.orig/imposm/psqldb.py -+++ imposm/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': diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index d2a6d63..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -00-fix_sql_path.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/imposm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

