[spatialite] 09/20: Add mod-spatialite package for the loadable extension module.
Bas Couwenberg
sebastic at xs4all.nl
Sun Aug 3 21:55:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch experimental
in repository spatialite.
commit 9f0347177427e90ab9f2a51a113c97f60da8e406
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jun 1 20:53:28 2014 +0200
Add mod-spatialite package for the loadable extension module.
---
debian/changelog | 1 +
debian/control | 16 ++++++++++++++++
debian/mod-spatialite5.install | 1 +
3 files changed, 18 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d2e0bba..d92c08e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ spatialite (4.2.0~rc1-1) UNRELEASED; urgency=low
* Add patch to fix check_multithread build failure by linking libpthread.
* Drop --enable-libxml2, libxml2 support is enabled by default now.
* Add patch to fix 'successfully' typo.
+ * Add mod-spatialite package for the loadable extension module.
-- Bas Couwenberg <sebastic at xs4all.nl> Sun, 01 Jun 2014 14:15:51 +0200
diff --git a/debian/control b/debian/control
index 7ef359f..d8e2d68 100644
--- a/debian/control
+++ b/debian/control
@@ -72,3 +72,19 @@ Description: Geospatial extension for SQLite - debugging symbols
.
This package contains debugging symbols for the libraries.
+Package: mod-spatialite5
+Architecture: any
+Multi-Arch: same
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: Geospatial extension for SQLite - loadable module
+ The SpatiaLite extension enables SQLite to support spatial (geometry) data
+ in a way conformant to OpenGis specifications, with both WKT and WKB formats.
+ .
+ Spatialite also includes Virtualshape and Virtualtext to enable accessing
+ shapefiles and csv/text files as virtual tables.
+ .
+ This package contains the loadable extension module for SQLite 3.
+
diff --git a/debian/mod-spatialite5.install b/debian/mod-spatialite5.install
new file mode 100644
index 0000000..b1c8ca5
--- /dev/null
+++ b/debian/mod-spatialite5.install
@@ -0,0 +1 @@
+usr/lib/*/mod_spatialite.so*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite.git
More information about the Pkg-grass-devel
mailing list