[SCM] libspatialindex branch, master, updated. upstream/1.7.0-29-g8f2f076
Bas Couwenberg
sebastic at xs4all.nl
Fri Jan 10 19:30:52 UTC 2014
The following commit has been merged in the master branch:
commit c4d9d7daad94a840546bb798353bb4d1be794d54
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jan 10 16:48:40 2014 +0100
Restructure control file with cme, keep Standards-Version.
diff --git a/debian/control b/debian/control
index 83ef362..3d4caf5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,19 @@
Source: spatialindex
-Priority: extra
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
- Bas Couwenberg <sebastic at xs4all.nl>
-Build-Depends: debhelper (>= 8), autotools-dev
-Standards-Version: 3.9.2
+ Bas Couwenberg <sebastic at xs4all.nl>
Section: science
-Homepage: https://github.com/libspatialindex/libspatialindex
+Priority: extra
+Build-Depends: debhelper (>= 8),
+ autotools-dev
+Standards-Version: 3.9.2
Vcs-Browser: http://git.debian.org/?p=pkg-grass/libspatialindex.git
Vcs-Git: git://git.debian.org/git/pkg-grass/libspatialindex.git
+Homepage: https://github.com/libspatialindex/libspatialindex
Package: libspatialindex-dev
-Section: libdevel
Architecture: any
+Section: libdevel
Depends: libspatialindex1 (= ${binary:Version})
Recommends: pkg-config
Description: A general framework for developing spatial indices
@@ -24,9 +25,10 @@ Description: A general framework for developing spatial indices
This package contains the SpatialIndex shared library.
Package: libspatialindex1
-Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: A general framework for developing spatial indices - development files
Spatialindex is a C++ library that provides a framework for
developing spatial indices. Currently it defines generic interfaces,
@@ -35,3 +37,4 @@ Description: A general framework for developing spatial indices - development fi
.
This package contains the development files to build third
parties programs.
+
--
A general framework for developing spatial indices
More information about the Pkg-grass-devel
mailing list