[SCM] pyspatialite branch, master, updated. debian/3.0.1-2-10-ge88cf1b

Bas Couwenberg sebastic at xs4all.nl
Mon Sep 30 23:01:42 UTC 2013


The following commit has been merged in the master branch:
commit 2e708ee73d776c6b7d778aec0b8f74de409a67e4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Oct 1 00:49:34 2013 +0200

    Restructure control file with cme fix dpkg-control.

diff --git a/debian/control b/debian/control
index 34afc79..e9566e9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,28 @@
 Source: pyspatialite
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: David Paleino <dapal at debian.org>,
+           Bas Couwenberg <sebastic at xs4all.nl>
 Section: python
 Priority: extra
-Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders: David Paleino <dapal at debian.org>
- , Bas Couwenberg <sebastic at xs4all.nl>
-Build-Depends: debhelper (>= 9)
- , libspatialite-dev
- , libgeos-dev
- , libproj-dev
- , python-all-dev (>= 2.6.6-3~)
+Build-Depends: debhelper (>= 9),
+               libspatialite-dev,
+               libgeos-dev,
+               libproj-dev,
+               python-all-dev (>= 2.6.6-3~)
 Standards-Version: 3.9.4
-Homepage: http://pyspatialite.googlecode.com/
-Vcs-Git: git://anonscm.debian.org/pkg-grass/pyspatialite.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pyspatialite.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/pyspatialite.git
+Homepage: http://pyspatialite.googlecode.com/
 
 Package: python-pyspatialite
 Architecture: any
-Depends: ${python:Depends}
- , ${misc:Depends}
- , ${shlibs:Depends}
+Depends: ${python:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Python interface to Spatialite
  pyspatialite is an interface to the SQLite 3.x embedded relational database
  engine with spatialite extensions.
  .
  It is almost fully compliant with the Python database API version 2.0 and also
  exposes the unique features of SQLite and spatialite.
+

-- 
Python interface to Spatialite



More information about the Pkg-grass-devel mailing list