[imposm] 09/27: Reorder (build) dependencies.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Aug 31 17:47:27 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 091892ee8500478710751de894da0c2cabf9fde7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Aug 31 13:25:39 2015 +0200

    Reorder (build) dependencies.
---
 debian/control | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 55d9caf..2accf4d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,13 @@ Uploaders: David Paleino <dapal at debian.org>
 Section: python
 Priority: extra
 Build-Depends: debhelper (>= 9~),
+               dh-python,
+               cython,
                python-all-dev,
                python-setuptools,
-               libtokyocabinet-dev,
-               cython,
                protobuf-compiler,
-               libprotobuf-dev
+               libprotobuf-dev,
+               libtokyocabinet-dev
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/imposm.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/imposm.git
@@ -18,8 +19,8 @@ Homepage: http://imposm.org/
 Package: python-imposm
 Architecture: any
 Depends: ${python:Depends},
-         ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
+         ${misc:Depends}
 Provides: ${python:Provides}
 Description: importer for OpenStreetMap data - Python module
  Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and
@@ -33,10 +34,10 @@ Description: importer for OpenStreetMap data - Python module
 Package: imposm
 Architecture: all
 Section: web
-Depends: ${misc:Depends},
+Depends: python-imposm (>= ${binary:Version}),
+         python-pkg-resources,
          ${python:Depends},
-         python-imposm (>= ${binary:Version}),
-         python-pkg-resources
+         ${misc:Depends}
 Description: importer for OpenStreetMap data
  Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and
  can import the data into PostgreSQL/PostGIS databases.

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