[SCM] spatialite branch, master, updated. debian/4.0.0-1-16-g407ea2f

Bas Couwenberg sebastic at xs4all.nl
Mon Sep 30 00:22:09 UTC 2013


The following commit has been merged in the master branch:
commit dc38568a3c312b7fd102be26ec1ecb342afe14a4
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 30 01:04:58 2013 +0200

    Restructure control file with cme fix dpkg-control.

diff --git a/debian/control b/debian/control
index 2172930..42ce804 100644
--- a/debian/control
+++ b/debian/control
@@ -1,37 +1,34 @@
 Source: spatialite
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
+           David Paleino <dapal at debian.org>,
+           Bas Couwenberg <sebastic at xs4all.nl>
 Section: science
 Priority: extra
-Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders:
- Francesco Paolo Lovergine <frankie at debian.org>
- , David Paleino <dapal at debian.org>
- , Bas Couwenberg <sebastic at xs4all.nl>
-Build-Depends:
- debhelper (>= 9)
- , autotools-dev
- , dh-autoreconf
- , libsqlite3-dev (>= 3.6.11)
- , libgeos-dev (>= 3.3.0)
- , libproj-dev
- , libreadline-dev
- , libexpat1-dev
- , libfreexl-dev (>= 1.0.0)
- , pkg-config
- , zlib1g-dev
-Standards-Version: 3.9.4
-Homepage: http://www.gaia-gis.it/spatialite/
+Build-Depends: debhelper (>= 9),
+               autotools-dev,
+               dh-autoreconf,
+               libsqlite3-dev,
+               libgeos-dev (>= 3.3.0),
+               libproj-dev,
+               libreadline-dev,
+               libexpat1-dev,
+               libfreexl-dev,
+               pkg-config,
+               zlib1g-dev
+Standards-Version: 3.9.3
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/spatialite.git
 Vcs-Git: git://git.debian.org/pkg-grass/spatialite.git
+Homepage: http://www.gaia-gis.it/spatialite/
 
 Package: libspatialite5
 Architecture: any
-Section: libs
-Breaks: spatialite-bin (<< 3.0.0-1~)
 Multi-Arch: same
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Pre-Depends: multiarch-support
-Depends:
- ${shlibs:Depends}
- , ${misc:Depends}
+Breaks: spatialite-bin (<< 3.0.0-1~)
 Description: Geospatial extension for SQLite - libraries
  The SpatiaLite extension enables SQLite to support spatial (geometry) data
  in a way conformant to OpenGis specifications, with both WKT and WKB formats.
@@ -43,13 +40,12 @@ Description: Geospatial extension for SQLite - libraries
 
 Package: libspatialite-dev
 Architecture: any
-Section: libdevel
 Multi-Arch: same
-Depends:
- libspatialite5 (= ${binary:Version})
- , ${shlibs:Depends}
- , ${misc:Depends}
- , libsqlite3-dev (>= 3.3.6)
+Section: libdevel
+Depends: libspatialite5 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends},
+         libsqlite3-dev
 Recommends: pkg-config
 Description: Geospatial extension for SQLite - development files
  The SpatiaLite extension enables SQLite to support spatial (geometry) data
@@ -62,12 +58,11 @@ Description: Geospatial extension for SQLite - development files
 
 Package: libspatialite5-dbg
 Architecture: any
-Section: debug
 Multi-Arch: same
-Depends:
- libspatialite5 (= ${binary:Version})
- , ${shlibs:Depends}
- , ${misc:Depends}
+Section: debug
+Depends: libspatialite5 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: Geospatial extension for SQLite - debugging symbols
  The SpatiaLite extension enables SQLite to support spatial (geometry) data
  in a way conformant to OpenGis specifications, with both WKT and WKB formats.
@@ -76,3 +71,4 @@ Description: Geospatial extension for SQLite - debugging symbols
  shapefiles and csv/text files as virtual tables.
  .
  This package contains debugging symbols for the libraries.
+

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list