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

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


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

    Use misc:Pre-Depends instead of hardcoding multiarch-support.
    
    Use misc:Pre-Depends instead of hardcoding multiarch-support.
    Drop shlibs:Depends from dev and dbg packages.

diff --git a/debian/control b/debian/control
index 3034260..68cc5cb 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Multi-Arch: same
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Pre-Depends: multiarch-support
+Pre-Depends: ${misc:Pre-Depends}
 Breaks: spatialite-bin (<< 3.0.0-1~)
 Description: Geospatial extension for SQLite - libraries
  The SpatiaLite extension enables SQLite to support spatial (geometry) data
@@ -43,9 +43,8 @@ Architecture: any
 Multi-Arch: same
 Section: libdevel
 Depends: libspatialite5 (= ${binary:Version}),
-         ${shlibs:Depends},
-         ${misc:Depends},
-         libsqlite3-dev
+         libsqlite3-dev,
+         ${misc:Depends}
 Recommends: pkg-config
 Description: Geospatial extension for SQLite - development files
  The SpatiaLite extension enables SQLite to support spatial (geometry) data
@@ -61,7 +60,6 @@ Architecture: any
 Multi-Arch: same
 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

-- 
geospatial extension for SQLite



More information about the Pkg-grass-devel mailing list