~ubuntu-branches/debian/jessie/libccd/jessie

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Jose Luis Rivero
  • Date: 2014-03-24 16:51:48 UTC
  • Revision ID: package-import@ubuntu.com-20140324165148-eyvzb1l0jqwmodpe
Tags: 2.0-1
Initial release (Closes: #722266)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libccd
 
2
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
 
3
Uploaders: Jose Luis Rivero <jrivero@osrfoundation.org>
 
4
Standards-Version: 3.9.5
 
5
Section: science
 
6
Priority: extra
 
7
Build-Depends: debhelper (>= 9), 
 
8
               cmake
 
9
Vcs-Git: git://anonscm.debian.org/debian-science/packages/libccd.git
 
10
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/libccd.git
 
11
Homepage: http://libccd.danfis.cz/
 
12
 
 
13
Package: libccd2
 
14
Section: libs
 
15
Architecture: any
 
16
Pre-Depends: ${misc:Pre-Depends}
 
17
Depends: ${shlibs:Depends}, ${misc:Depends}
 
18
Multi-Arch: same
 
19
Description: Library for collision detection between convex shapes - shared library
 
20
 libccd implements variation on Gilbert-Johnson-Keerthi (GJK) algorithm + Expand
 
21
 Polytope Algorithm (EPA). It also implements Minkowski Portal Refinement (MPR,
 
22
 a.k.a. XenoCollide) algorithm as published in Game Programming Gems 7. libccd
 
23
 is one of the very few open source libraries that include MPR algorithm working 
 
24
 in 3-D space.  However, there is a library called mpr2d, implemented in D
 
25
 programming language, that works in 2-D space.
 
26
 .
 
27
 This package gathers the shared library
 
28
 
 
29
Package: libccd-dev
 
30
Architecture: any
 
31
Section: libdevel
 
32
Depends: libccd2 (= ${binary:Version}),
 
33
         ${misc:Depends}
 
34
Multi-Arch: same
 
35
Description: Library for collision detection between convex shapes - dev files
 
36
 libccd implements variation on Gilbert-Johnson-Keerthi (GJK) algorithm + Expand
 
37
 Polytope Algorithm (EPA). It also implements Minkowski Portal Refinement (MPR,
 
38
 a.k.a. XenoCollide) algorithm as published in Game Programming Gems 7. libccd
 
39
 is one of the very few open source libraries that include MPR algorithm working 
 
40
 in 3-D space.  However, there is a library called mpr2d, implemented in D
 
41
 programming language, that works in 2-D space. 
 
42
 .
 
43
 This package contains development files (headers, shared library
 
44
 symbolic link and cmake file).
 
45
 
 
46
Package: libccd2-dbg
 
47
Architecture: any
 
48
Section: debug
 
49
Depends: libccd2 (= ${binary:Version}),
 
50
         ${misc:Depends}
 
51
Multi-Arch: same
 
52
Description: Library for collision detection between convex shapes - debug files
 
53
 libccd implements variation on Gilbert-Johnson-Keerthi (GJK) algorithm + Expand
 
54
 Polytope Algorithm (EPA). It also implements Minkowski Portal Refinement (MPR,
 
55
 a.k.a. XenoCollide) algorithm as published in Game Programming Gems 7. libccd
 
56
 is one of the very few open source libraries that include MPR algorithm working 
 
57
 in 3-D space.  However, there is a library called mpr2d, implemented in D 
 
58
 programming language, that works in 2-D space.
 
59
 .
 
60
 This package contains the debugging symbols.