File: control

package info (click to toggle)
clippoly 0.11-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,120 kB
  • sloc: cpp: 4,363; ansic: 2,918; makefile: 59; sh: 9
file content (30 lines) | stat: -rw-r--r-- 1,093 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: clippoly
Section: libs
Priority: optional
Maintainer: Barak A. Pearlmutter <bap@debian.org>
Build-Depends: debhelper (>= 11), autoconf-archive, pkg-config
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 4.2.1
Homepage: http://clippoly.sourceforge.net
Vcs-Git: https://salsa.debian.org/debian/clippoly.git
Vcs-Browser: https://salsa.debian.org/debian/clippoly

Package: libclippoly0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: polygon clipping routines, runtime library
 Robust routines for clipping polygons against each other: finding
 unions and intersections and differences of polygonal regions.
 Runtime library.

Package: libclippoly-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libclippoly0 (= ${binary:Version})
Description: polygon clipping routines, development library
 Robust routines for clipping polygons against each other: finding
 unions and intersections and differences of polygonal regions.
 Development library.