[Pkg-osm-commits] [SCM] imposm branch, master, updated. debian/2.5.0-1-3-g04d7cb6

2013-11-04 Thread David Paleino
The following commit has been merged in the master branch:
commit 04d7cb6222d085c9106a24989d9f2f1195e4b3a8
Author: David Paleino 
Date:   Mon Nov 4 17:22:56 2013 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 31e77ae..c36bfe3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-imposm (2.5.0-2) UNRELEASED; urgency=low
+imposm (2.5.0-2) unstable; urgency=low
 
+  * Upload to unstable.
   * Standards-Version bump to 3.9.5, no changes needed.
   * Use canonical Vcs-* urls.
 
- -- David Paleino   Mon, 04 Nov 2013 17:22:22 +0100
+ -- David Paleino   Mon, 04 Nov 2013 17:22:43 +0100
 
 imposm (2.5.0-1) experimental; urgency=low
 

-- 
Python importer for OpenStreetMap data

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] imposm branch, master, updated. debian/2.5.0-1-3-g04d7cb6

2013-11-04 Thread David Paleino
The following commit has been merged in the master branch:
commit af85a1d27202db87a0005a305e5cf257dee747a9
Author: David Paleino 
Date:   Mon Nov 4 17:22:28 2013 +0100

Use canonical Vcs-* urls.

diff --git a/debian/changelog b/debian/changelog
index 25b310c..31e77ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 imposm (2.5.0-2) UNRELEASED; urgency=low
 
   * Standards-Version bump to 3.9.5, no changes needed.
+  * Use canonical Vcs-* urls.
 
- -- David Paleino   Mon, 04 Nov 2013 17:21:44 +0100
+ -- David Paleino   Mon, 04 Nov 2013 17:22:22 +0100
 
 imposm (2.5.0-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 4dd2891..e966158 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Build-Depends: debhelper (>= 9~)
  , libprotobuf-dev
 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
+Vcs-Git: git://anonscm.debian.org/pkg-osm/imposm.git
+Vcs-Browser: http://anonscm.debian.org/?p=pkg-osm/imposm.git;a=summary
 
 Package: python-imposm
 Architecture: any

-- 
Python importer for OpenStreetMap data

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits


[Pkg-osm-commits] [SCM] imposm branch, master, updated. debian/2.5.0-1-3-g04d7cb6

2013-11-04 Thread David Paleino
The following commit has been merged in the master branch:
commit 2033ed5153da5eca9b26d95b67f3ddb6070ebbed
Author: David Paleino 
Date:   Mon Nov 4 17:21:55 2013 +0100

Standards-Version bump to 3.9.5, no changes needed.

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

-- 
Python importer for OpenStreetMap data

___
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits