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.
|