[go: up one dir, main page]

File: control

package info (click to toggle)
urdfdom 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 672 kB
  • ctags: 289
  • sloc: cpp: 1,991; python: 938; sh: 35; makefile: 9
file content (121 lines) | stat: -rw-r--r-- 4,068 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Source: urdfdom
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Thomas Moulard <thomas.moulard@gmail.com>,
           Jose Luis Rivero <jrivero@osrfoundation.org>
Section: libs
Priority: extra
Build-Depends: debhelper (>= 9), cmake,
	       libboost-dev,
	       libtinyxml-dev,
	       libconsole-bridge-dev,
	       liburdfdom-headers-dev (>= 0.3.0)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/urdfdom.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/urdfdom.git
Homepage: https://github.com/ros/urdfdom
XS-Testsuite: autopkgtest

Package: liburdfdom-model0.3
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: URDF DOM - model library
 The URDF (U-Robot Description Format) library provides core data
 structures and a simple XML parsers for populating the class data
 structures from an URDF file.
 .
 This package contains the URDF DOM model library.

Package: liburdfdom-model-state0.3
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: URDF DOM - model state library
 The URDF (U-Robot Description Format) library provides core data
 structures and a simple XML parsers for populating the class data
 structures from an URDF file.
 .
 This package contains the URDF DOM model state library.

Package: liburdfdom-sensor0.3
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: URDF DOM - sensor library
 The URDF (U-Robot Description Format) library provides core data
 structures and a simple XML parsers for populating the class data
 structures from an URDF file.
 .
 This package contains the URDF DOM sensor library.

Package: liburdfdom-world0.3
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: URDF DOM - world library
 The URDF (U-Robot Description Format) library provides core data
 structures and a simple XML parsers for populating the class data
 structures from an URDF file.
 .
 This package contains the URDF DOM world library.

Package: liburdfdom-dev
Architecture: any
Section: libdevel
Depends: libboost-dev,
	 libtinyxml-dev,
	 libconsole-bridge-dev,
	 liburdfdom-headers-dev (>= 0.3.0),
	 liburdfdom-model0.3 (= ${binary:Version}),
	 liburdfdom-model-state0.3 (= ${binary:Version}),
	 liburdfdom-sensor0.3 (= ${binary:Version}),
	 liburdfdom-world0.3 (= ${binary:Version}),
	 ${misc:Depends}
Multi-Arch: same
Description: URDF DOM - development files
 The URDF (U-Robot Description Format) library provides core data
 structures and a simple XML parsers for populating the class data
 structures from an URDF file.
 .
 This package contains the development files (headers, pkg-config and
 CMake files).

Package: liburdfdom0.3-dbg
Architecture: any
Section: debug
Depends: liburdfdom-model0.3 (= ${binary:Version}),
	 liburdfdom-model-state0.3 (= ${binary:Version}),
	 liburdfdom-sensor0.3 (= ${binary:Version}),
	 liburdfdom-world0.3 (= ${binary:Version}),
         ${misc:Depends}
Multi-Arch: same
Description: URDF DOM - debugging symbols
 The URDF (U-Robot Description Format) library provides core data
 structures and a simple XML parsers for populating the class data
 structures from an URDF file.
 .
 This package contains the debugging symbols for the shared libraries.

Package: liburdfdom-tools
Architecture: any
Depends: liburdfdom-model0.3 (= ${binary:Version}),
	 liburdfdom-model-state0.3 (= ${binary:Version}),
	 liburdfdom-sensor0.3 (= ${binary:Version}),
	 liburdfdom-world0.3 (= ${binary:Version}),
	 ${shlibs:Depends},
	 ${misc:Depends}
Multi-Arch: foreign
Description: URDF DOM - tools
 The URDF (U-Robot Description Format) library provides core data
 structures and a simple XML parsers for populating the class data
 structures from an URDF file.
 .
 This package contains additional tools.