[DebianGIS-dev] [SCM] librasterlite branch, master, updated. upstream/1.0-5-gf9a960a

David Paleino dapal at debian.org
Mon Jan 24 17:27:19 UTC 2011


The following commit has been merged in the master branch:
commit 540cca8b6b40206855c547fca609b8f153ac4723
Author: David Paleino <dapal at debian.org>
Date:   Mon Jan 24 18:18:01 2011 +0100

    Fix debian/control minor issues

diff --git a/debian/control b/debian/control
index 927fc32..aa73cd4 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,8 @@ Package: librasterlite-dev
 Section: libdevel
 Architecture: any
 Depends:
- librasterlite1 (= ${binary:Version})
+ ${misc:Depends}
+ , librasterlite1 (= ${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.
@@ -32,7 +33,6 @@ Description: library supporting raster data sources for spatialite - headers
  This package contains development files.
 
 Package: librasterlite1
-Section: libs
 Architecture: any
 Depends:
  ${shlibs:Depends}
@@ -48,6 +48,7 @@ Section: debug
 Architecture: any
 Depends:
  ${shlibs:Depends}
+ , ${misc:Depends}
  , librasterlite1 (= ${binary:Version})
 Description: library supporting raster data sources for spatialite - debugging symbols
  librasterlite is a library supporting raster data sources within a SpatiaLite
@@ -60,6 +61,7 @@ Section: graphics
 Architecture: any
 Depends:
  ${shlibs:Depends}
+ , ${misc:Depends}
  , librasterlite1 (= ${binary:Version})
 Description: command line tools for librasterlite
  librasterlite is a library supporting raster data sources within a SpatiaLite

-- 
library supporting raster data sources for spatialite



More information about the Pkg-grass-devel mailing list