~sharpie/geos/3.3.2

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2006-11-06 21:35:52 UTC
  • mfrom: (3.1.3 feisty)
  • Revision ID: james.westby@ubuntu.com-20061106213552-m03o92ggj1na737b
Tags: 2.2.3-3
debian/control: move doxygen from build-depends-indep to build-depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: geos
2
2
Section: science
3
3
Priority: optional
4
 
Maintainer: Steve Halasz <debian@adkgis.org>
5
 
Build-Depends: debhelper (>= 4.0.0), doxygen, dpatch
6
 
Standards-Version: 3.6.1
 
4
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 
5
Uploaders: Steve Halasz <debian@adkgis.org>, Fabio Tranchitella <kobold@debian.org>
 
6
Build-Depends: debhelper (>= 5.0.0), dpatch, doxygen
 
7
Standards-Version: 3.7.2.1
7
8
 
8
9
Package: libgeos-dev
9
10
Section: libdevel
10
11
Architecture: any
11
 
Depends: libgeos2 (= ${Source-Version})
 
12
Depends: libgeos2c2a (= ${Source-Version}), libgeos-c1 (= ${Source-Version})
12
13
Suggests: libgdal-doc
13
14
Description: Geometry engine for GIS - Development files
14
15
 GEOS provides a spatial object model and fundamental geometric
17
18
 .
18
19
 This package contains the headers and libraries needed to 
19
20
 develop programs using GEOS.
20
 
 
21
 
Package: libgeos2
22
 
Section: libs
23
 
Architecture: any
24
 
Depends: ${shlibs:Depends}, ${misc:Depends}
25
 
Description: Geometry engine for Geographic Information Systems
 
21
 .
 
22
  Homepage: http://geos.refractions.net/
 
23
 
 
24
Package: libgeos-c1
 
25
Section: libs
 
26
Architecture: any
 
27
Depends: ${shlibs:Depends}, ${misc:Depends}
 
28
Description: Geometry engine for Geographic Information Systems - C Library
 
29
 GEOS provides a spatial object model and fundamental geometric
 
30
 functions. It implements the geometry model defined in the
 
31
 OpenGIS Consortium Simple Features Specification for SQL.
 
32
 Functions provided include:
 
33
 .
 
34
   * spatial predicates (based on the DE-9IM model),
 
35
   * overlay functions (intersection, difference, union,
 
36
     symmetric difference),
 
37
   * buffer,
 
38
   * convex hull,
 
39
   * area and distance functions, and
 
40
   * topological validity checking
 
41
 .
 
42
 This package contains the C library. A C++ library is provided
 
43
 by the libgeos* package.
 
44
 .
 
45
  Homepage: http://geos.refractions.net/
 
46
 
 
47
Package: libgeos2c2a
 
48
Section: libs
 
49
Architecture: any
 
50
Depends: ${shlibs:Depends}, ${misc:Depends}
 
51
Conflicts: libgeos2, libgeos2c2
 
52
Replaces: libgeos2, libgeos2c2
 
53
Description: Geometry engine for Geographic Information Systems - C++ Library
26
54
 GEOS provides a spatial object model and fundamental geometric 
27
55
 functions. It implements the geometry model defined in the 
28
56
 OpenGIS Consortium Simple Features Specification for SQL. 
34
62
   * buffer,
35
63
   * convex hull,
36
64
   * area and distance functions, and
37
 
   * topological validity checking 
 
65
   * topological validity checking
 
66
 .
 
67
 This package contains the C++ library. A C library is provided
 
68
 by the libgeos-c* package.
 
69
 .
 
70
  Homepage: http://geos.refractions.net/
38
71
 
39
72
Package: libgeos-doc
40
73
Section: doc
41
74
Architecture: all
42
 
Suggests: libgeos2 (= ${Source-Version}), libgeos-dev (= ${Source-Version})
 
75
Suggests: libgeos-dev (= ${Source-Version})
43
76
Description: Documentation for the GEOS GIS geometry engine library
44
77
 GEOS provides a spatial object model and fundamental geometric
45
78
 functions. It implements the geometry model defined in the
46
79
 OpenGIS Consortium Simple Features Specification for SQL.
47
80
 .
48
81
 This package contains the documentation for the GEOS API.
 
82
 .
 
83
  Homepage: http://geos.refractions.net/ro/doxygen_docs/html/