File: control

package info (click to toggle)
clippoly 0.11-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,124 kB
  • ctags: 919
  • sloc: cpp: 2,207; ansic: 1,504; makefile: 60; sh: 9
file content (30 lines) | stat: -rw-r--r-- 1,104 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 (>= 9), dh-autoreconf
Build-Conflicts: autoconf2.13, automake1.4
Standards-Version: 3.9.5
Homepage: http://clippoly.sourceforge.net
Vcs-Git: git://anonscm.debian.org/collab-maint/clippoly.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/clippoly.git

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.