File: control

package info (click to toggle)
pprepair 0.0~20160321-87ffae5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 356 kB
  • ctags: 218
  • sloc: cpp: 2,851; xml: 295; makefile: 15; sh: 11; ansic: 10
file content (30 lines) | stat: -rw-r--r-- 1,130 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: pprepair
Section: science
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Build-Depends: debhelper (>= 9),
               cmake,
               libcgal-dev,
               libgdal-dev,
               docbook2x,
               docbook-xsl,
               docbook-xml,
               xsltproc
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pprepair.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pprepair.git
Homepage: https://github.com/tudelft3d/pprepair

Package: pprepair
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Recommends: prepair
Description: planar partition repair tool
 pprepair (planar partition repair) takes a set of polygons and ensures that
 they form a valid planar partition, made of valid polygons and having no gaps
 or overlaps. It can be used as a validator, telling of problems in individual
 polygons or in the planar partition, and also as an automatic repair tool,
 outputting a set of polygons that do form a valid planar partition.