File: control

package info (click to toggle)
cddlib 094h-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,936 kB
  • sloc: sh: 10,179; ansic: 9,555; makefile: 126
file content (101 lines) | stat: -rw-r--r-- 3,679 bytes parent folder | download | duplicates (2)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Source: cddlib
Section: math
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Tobias Hansen <thansen@debian.org>
Homepage: http://www.inf.ethz.ch/personal/fukudak/cdd_home/
Build-Depends: debhelper (>= 9), dh-autoreconf, libgmp-dev
Build-Depends-Indep: latexmk, latex2html
# latex2html is required due to html.sty.
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/debian-science/packages/cddlib.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=debian-science/packages/cddlib.git;a=summary

Package: libcdd-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libgmp-dev, libcdd0d (= ${binary:Version})
Suggests: libcdd-doc
Multi-Arch: same
Description: Library for finding vertices of convex polytopes, development
 The cddlib library is a C library for manipulating general convex
 polyhedra.  It supports converting between the system of linear
 inequalities representation and a vertices and extreme rays
 representation of a polyhedron, and also supports solving linear
 programming problems.
 .
 This package contains the cddlib development files.

Package: libcdd0d
Section: libs
Architecture: any
Conflicts: libcdd0
Depends: ${shlibs:Depends}, ${misc:Depends}, libgmp-dev
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Library for finding vertices of convex polytopes, runtime
 The cddlib library is a C library for manipulating general convex
 polyhedra.  It supports converting between the system of linear
 inequalities representation and a vertices and extreme rays
 representation of a polyhedron, and also supports solving linear
 programming problems.
 .
 This package contains the cddlib shared libraries.

Package: libcdd-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libcdd-doc
Replaces: libcdd-test (<< 094h-1~)
Breaks: libcdd-test (<< 094h-1~)
Description: Programs using libcdd
 The cddlib library is a C library for manipulating general convex
 polyhedra.  It supports converting between the system of linear
 inequalities representation and a vertices and extreme rays
 representation of a polyhedron, and also supports solving linear
 programming problems.
 .
 This package contains example programs using libcdd, for example
 cdd_both_reps, which computes minimal H- and V-representations
 of a given convex polytope.

Package: libcdd-test
Depends: libcdd-tools, ${misc:Depends}
Architecture: all
Priority: extra
Section: oldlibs
Description: transitional dummy package
 This is a transitional dummy package. It can safely be removed.

Package: libcdd0d-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
    libcdd0d (= ${binary:Version}),
    ${misc:Depends}
Multi-Arch: same
Description: debugging symbols for libcdd0d
 The cddlib library is a C library for manipulating general convex
 polyhedra.  It supports converting between the system of linear
 inequalities representation and a vertices and extreme rays
 representation of a polyhedron, and also supports solving linear
 programming problems.
 .
 This package contains the debugging symbols for libcdd0d.

Package: libcdd-doc
Architecture: all
Section: doc
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libcdd-dev (<< 094g-3)
Breaks: libcdd-dev (<< 094g-3)
Description: documentation for libcdd
 The cddlib library is a C library for manipulating general convex
 polyhedra.  It supports converting between the system of linear
 inequalities representation and a vertices and extreme rays
 representation of a polyhedron, and also supports solving linear
 programming problems.
 .
 This package contains the cddlib reference manual.