Use spaces under tests/unit
[geos.git] / debian / control
blobd86299a20b0931147a83c88f44c1a6132d1f8cf2
1 Source: geos
2 Section: science
3 Priority: optional
4 Maintainer: Alex Bodnaru <alexbodn@012.net.il>
5 Build-Depends: debhelper (>= 4.0.0), c++-compiler, doxygen, autoconf2.13, autotools-dev
6 Standards-Version: 3.6.1
8 Package: libgeos-dev
9 Section: science
10 Priority: optional
11 Architecture: any
12 Depends: libgeos (= ${Source-Version})
13 Recommends: libgeos-doc (= ${Source-Version})
14 Description: GEOS (Geometry Engine - Open Source) development files
15  GEOS (Geometry Engine - Open Source) is a C++ port of the 
16  Java Topology Suite (JTS). As such, it aims to contain the 
17  complete functionality of JTS in C++. This includes all 
18  the OpenGIS "Simple Features for SQL" spatial predicate 
19  functions and spatial operators, as well as specific JTS 
20  topology functions such as IsValid().
21  .
22  This package contains the files required to compile and 
23  link a program with GEOS.
25 Package: libgeos
26 Section: science
27 Priority: optional
28 Architecture: any
29 Depends: ${shlibs:Depends}
30 Description: GEOS (Geometry Engine - Open Source) library
31  GEOS (Geometry Engine - Open Source) is a C++ port of the 
32  Java Topology Suite (JTS). As such, it aims to contain the 
33  complete functionality of JTS in C++. This includes all 
34  the OpenGIS "Simple Features for SQL" spatial predicate 
35  functions and spatial operators, as well as specific JTS 
36  topology functions such as IsValid().
38 Package: libgeos-doc
39 Section: doc
40 Priority: optional
41 Architecture: all
42 Description: GEOS (Geometry Engine - Open Source) documentation
43  GEOS (Geometry Engine - Open Source) is a C++ port of the 
44  Java Topology Suite (JTS). As such, it aims to contain the 
45  complete functionality of JTS in C++. This includes all 
46  the OpenGIS "Simple Features for SQL" spatial predicate 
47  functions and spatial operators, as well as specific JTS 
48  topology functions such as IsValid().
49  .
50  This package contains a reference manual for the GEOS library
51  claees.