[SCM] librasterlite branch, master, updated. debian/1.1d-1-17-g98dcec4

Bas Couwenberg sebastic at xs4all.nl
Wed Oct 2 16:06:13 UTC 2013


The following commit has been merged in the master branch:
commit 9187ec34987b25ce99585f958ff6fa33808715af
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Oct 2 17:09:01 2013 +0200

    Restructure control file with cme fix dpkg-control.

diff --git a/debian/control b/debian/control
index d347b28..76d3dec 100644
--- a/debian/control
+++ b/debian/control
@@ -1,40 +1,38 @@
 Source: librasterlite
-Priority: extra
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders: David Paleino <dapal at debian.org> 
- , Francesco Paolo Lovergine <frankie at debian.org>
- , Bas Couwenberg <sebastic at xs4all.nl>
-Build-Depends:
- debhelper (>= 9~)
- , dh-autoreconf
- , libtiff-dev
- , libgeotiff-dev
- , libjpeg-dev
- , zlib1g-dev
- , libpng-dev
- , libepsilon-dev
- , libspatialite-dev
- , libproj-dev
- , libsqlite3-dev
- , pkg-config
- , docbook2x
- , docbook-xsl
- , docbook-xml
- , xsltproc
-Standards-Version: 3.9.4
+Uploaders: David Paleino <dapal at debian.org>,
+           Francesco Paolo Lovergine <frankie at debian.org>,
+           Bas Couwenberg <sebastic at xs4all.nl>
 Section: libs
-Homepage: https://www.gaia-gis.it/fossil/librasterlite/
-Vcs-Git: git://anonscm.debian.org/pkg-grass/librasterlite.git
+Priority: extra
+Build-Depends: debhelper (>= 9~),
+               dh-autoreconf,
+               libtiff-dev,
+               libgeotiff-dev,
+               libjpeg-dev,
+               zlib1g-dev,
+               libpng-dev,
+               libepsilon-dev,
+               libspatialite-dev,
+               libproj-dev,
+               libsqlite3-dev,
+               pkg-config,
+               docbook2x,
+               docbook-xsl,
+               docbook-xml,
+               xsltproc
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/librasterlite.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/librasterlite.git
+Homepage: https://www.gaia-gis.it/fossil/librasterlite/
 
 Package: librasterlite-dev
-Section: libdevel
-Multi-Arch: same
 Architecture: any
+Multi-Arch: same
+Section: libdevel
+Depends: ${misc:Depends},
+         librasterlite2 (= ${binary:Version})
 Pre-Depends: ${misc:Pre-Depends}
-Depends:
- ${misc:Depends}
- , librasterlite2 (= ${binary:Version})
 Description: library supporting raster data sources for spatialite - headers
  librasterlite is a library supporting raster data sources within a SpatiaLite
  DataBase, and any releated command-line management tool.
@@ -42,12 +40,11 @@ Description: library supporting raster data sources for spatialite - headers
  This package contains development files.
 
 Package: librasterlite2
-Multi-Arch: same
 Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Depends:
- ${shlibs:Depends}
- , ${misc:Depends}
 Description: library supporting raster data sources for spatialite
  librasterlite is a library supporting raster data sources within a SpatiaLite
  DataBase, and any releated command-line management tool.
@@ -55,14 +52,13 @@ Description: library supporting raster data sources for spatialite
  This package contains the shared library.
 
 Package: rasterlite-dbg
-Section: debug
 Architecture: any
 Multi-Arch: same
-Depends:
- ${shlibs:Depends}
- , ${misc:Depends}
- , librasterlite2 (= ${binary:Version})
- , rasterlite-bin (= ${binary:Version})
+Section: debug
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         librasterlite2 (= ${binary:Version}),
+         rasterlite-bin (= ${binary:Version})
 Description: library supporting raster data sources for spatialite - debugging symbols
  librasterlite is a library supporting raster data sources within a SpatiaLite
  DataBase, and any releated command-line management tool.
@@ -70,15 +66,15 @@ Description: library supporting raster data sources for spatialite - debugging s
  This package contains debugging symbols for librasterlite and rasterlite-bin.
 
 Package: rasterlite-bin
-Section: graphics
 Architecture: any
 Multi-Arch: foreign
-Depends:
- ${shlibs:Depends}
- , ${misc:Depends}
- , librasterlite2 (= ${binary:Version})
+Section: graphics
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         librasterlite2 (= ${binary:Version})
 Description: command line tools for librasterlite
  librasterlite is a library supporting raster data sources within a SpatiaLite
  DataBase, and any releated command-line management tool.
  .
  This package contains command-line tools to use librasterlite.
+

-- 
library supporting raster data sources for spatialite



More information about the Pkg-grass-devel mailing list