[Pkg-osm-commits] [SCM] imposm annotated tag, debian/2.5.0-2, created. debian/2.5.0-2

2013-11-04 Thread David Paleino
The annotated tag, debian/2.5.0-2 has been created
at  6c6266ba9319d3d9615ea9064c255acc5a241f7c (tag)
   tagging  04d7cb6222d085c9106a24989d9f2f1195e4b3a8 (commit)
  replaces  debian/2.5.0-1
 tagged by  David Paleino
on  Mon Nov 4 17:25:36 2013 +0100

- Shortlog 
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iEYEABECAAYFAlJ3yoAACgkQ5qqQFxOSsXRrXQCglBdYH6MT6ptVNPnkg0bgH3E1
HHIAn31guKSOYkulrq3dXbWxj3y7kmzy
=45MI
-END PGP SIGNATURE-

David Paleino (3):
  Standards-Version bump to 3.9.5, no changes needed.
  Use canonical Vcs-* urls.
  Upload to unstable.

---

-- 
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 da...@debian.org
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 da...@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':

-- 
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 04d7cb6222d085c9106a24989d9f2f1195e4b3a8
Author: David Paleino da...@debian.org
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 da...@debian.org  Mon, 04 Nov 2013 17:22:22 +0100
+ -- David Paleino da...@debian.org  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 da...@debian.org
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 da...@debian.org  Mon, 04 Nov 2013 17:21:44 +0100
+ -- David Paleino da...@debian.org  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-2-2-gb0bfeec

2013-11-04 Thread David Paleino
The following commit has been merged in the master branch:
commit 1f4d8d89e7bdf6f310b8f453d90ba5b43f6a8f6a
Author: David Paleino da...@debian.org
Date:   Mon Nov 4 17:28:06 2013 +0100

Really fix Vcs-Browser url.

diff --git a/debian/changelog b/debian/changelog
index c36bfe3..bec6b43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+imposm (2.5.0-3) UNRELEASED; urgency=low
+
+  * Really fix Vcs-Browser url.
+
+ -- David Paleino da...@debian.org  Mon, 04 Nov 2013 17:27:59 +0100
+
 imposm (2.5.0-2) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/control b/debian/control
index e966158..2fe59fb 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (= 9~)
 Standards-Version: 3.9.5
 Homepage: http://imposm.org/
 Vcs-Git: git://anonscm.debian.org/pkg-osm/imposm.git
-Vcs-Browser: http://anonscm.debian.org/?p=pkg-osm/imposm.git;a=summary
+Vcs-Browser: http://anonscm.debian.org/gitweb/?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-parser annotated tag, debian/1.0.5-1, created. debian/1.0.5-1

2013-11-04 Thread David Paleino
The annotated tag, debian/1.0.5-1 has been created
at  76d3eb41b6b2e6fcd4184387548ba16b3c82c30b (tag)
   tagging  cae5ef89f59a8411d1e31b382d87c79d8019c80a (commit)
  replaces  debian/1.0.3-1
 tagged by  David Paleino
on  Mon Nov 4 17:32:56 2013 +0100

- Shortlog 
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iEYEABECAAYFAlJ3zDgACgkQ5qqQFxOSsXT76ACeIBxj8NKh4pmgaIks5kvt0Hki
fEAAn0cK0xY8UE4TE6usTrUJG5bDW3H3
=07L2
-END PGP SIGNATURE-

David Paleino (8):
  Imported Upstream version 1.0.5
  Merge tag 'upstream/1.0.5'
  New upstream version.
  Use canonical Vcs-* urls.
  Standards-Version bump to 3.9.5, no changes needed.
  debhelper compatibility bumped to 9.
  debian/docs: README renamed to README.rst.
  Releasing to sid

---

-- 
Python module to parse 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-parser branch, master, updated. debian/1.0.5-1-1-gfa3d6eb

2013-11-04 Thread David Paleino
The following commit has been merged in the master branch:
commit fa3d6eb084153aa5c99fc6ebbe852fb915260491
Author: David Paleino da...@debian.org
Date:   Mon Nov 4 17:33:47 2013 +0100

Updated debian/copyright.

diff --git a/debian/changelog b/debian/changelog
index d30729f..322e4e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+imposm-parser (1.0.5-2) UNRELEASED; urgency=low
+
+  * Updated debian/copyright.
+
+ -- David Paleino da...@debian.org  Mon, 04 Nov 2013 17:33:40 +0100
+
 imposm-parser (1.0.5-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/copyright b/debian/copyright
index 43217f2..1168ba0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: imposm-parser
 Upstream-Author: Oliver Tonnhofer o...@omniscale.de
 Source: http://dev.omniscale.net/imposm.parser/
@@ -8,7 +8,7 @@ Copyright: © 2011, Omniscale GmbH  Co. KG
 License: Apache-2.0
 
 Files: debian/*
-Copyright: © 2011, David Paleino da...@debian.org
+Copyright: © 2011-2013, David Paleino da...@debian.org
 License: Apache-2.0
 
 License: Apache-2.0

-- 
Python module to parse 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