[imposm] 03/27: Restructure control file with cme.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Mon Aug 31 17:47:26 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 4b2bda5dfee1bc9379e0ec8a0576bdf2fb25f830
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Aug 31 13:13:46 2015 +0200

    Restructure control file with cme.
    
    Changes:
    - Bump Standards-Version to 3.9.6, no changes
    - Update Vcs-Browser URL to use cgit instead of gitweb, and HTTPS
---
 debian/changelog |  3 +++
 debian/control   | 42 ++++++++++++++++++++----------------------
 2 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a4728cf..c69de40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ imposm (2.5.0-4) UNRELEASED; urgency=medium
     - Rename Upstream-Source to Source
     - Drop © character from copyright statements
     - Use more common Apache-2.0 standalone license paragraph
+  * Restructure control file with cme, changes:
+    - Bump Standards-Version to 3.9.6, no changes
+    - Update Vcs-Browser URL to use cgit instead of gitweb, and HTTPS
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 13 Mar 2015 20:05:14 +0100
 
diff --git a/debian/control b/debian/control
index 44048cb..55d9caf 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,26 @@
 Source: imposm
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: David Paleino <dapal at debian.org>
 Section: python
 Priority: extra
-Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders:
- David Paleino <dapal at debian.org>
-Build-Depends: debhelper (>= 9~)
- , python-all-dev (>= 2.6.6-3~)
- , python-setuptools
- , libtokyocabinet-dev
- , cython
- , protobuf-compiler
- , libprotobuf-dev
-Standards-Version: 3.9.5
-Homepage: http://imposm.org/
+Build-Depends: debhelper (>= 9~),
+               python-all-dev,
+               python-setuptools,
+               libtokyocabinet-dev,
+               cython,
+               protobuf-compiler,
+               libprotobuf-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
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/imposm.git;a=summary
+Homepage: http://imposm.org/
 
 Package: python-imposm
 Architecture: any
+Depends: ${python:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
 Provides: ${python:Provides}
-Depends: ${python:Depends}
- , ${misc:Depends}
- , ${shlibs:Depends}
 Description: importer for OpenStreetMap data - Python module
  Imposm is an importer for OpenStreetMap data. It reads XML and PBF files and
  can import the data into PostgreSQL/PostGIS databases.
@@ -32,13 +31,12 @@ Description: importer for OpenStreetMap data - Python module
  This package contains the Python module
 
 Package: imposm
-Section: web
 Architecture: all
-Depends:
- ${misc:Depends}
- , ${python:Depends}
- , python-imposm (>= ${binary:Version})
- , python-pkg-resources
+Section: web
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python-imposm (>= ${binary:Version}),
+         python-pkg-resources
 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