[imposm-parser] 06/17: Reorder (build) dependencies.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Aug 31 14:07:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository imposm-parser.

commit 711de00d89d173ba63c390b3ff584cdbac8a3f28
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Aug 31 15:05:19 2015 +0200

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

diff --git a/debian/control b/debian/control
index 6e801df..93ffe37 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,11 @@ Uploaders: David Paleino <dapal at debian.org>
 Section: python
 Priority: extra
 Build-Depends: debhelper (>= 9~),
-               python-setuptools,
+               dh-python,
                python-all-dev,
-               libprotobuf-dev (>= 2.4),
-               protobuf-compiler
+               python-setuptools,
+               protobuf-compiler,
+               libprotobuf-dev
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/imposm-parser.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/imposm-parser.git
@@ -16,13 +17,14 @@ X-Python-Version: >= 2.5
 
 Package: python-imposm-parser
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: python | python-multiprocessing,
          ${python:Depends},
-         ${misc:Depends},
-         python | python-multiprocessing
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: Python module to parse OpenStreetMap data
  imposm.parser is a Python library that parses OpenStreetMap data in XML 
  and PBF format.
  .
  It has a simple API and it is fast and easy to use. It also works across 
  multiple CPU/cores.
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/imposm-parser.git



More information about the Pkg-grass-devel mailing list