aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 21d8d4424108b7013c4b7e4c3b89340f72eaff48 (plain)
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
Source: opendataplane
Priority: optional
Maintainer: Anders Roxell <anders.roxell@linaro.org>
Build-Depends: debhelper (>= 9), autotools-dev
Standards-Version: 3.9.6
Section: libs
Homepage: http://www.opendataplane.org/
Vcs-Git: git://git.linaro.org/lng/odp.git
Vcs-Browser: https://git.linaro.org/lng/odp.git

Package: odp-bin
Section: libdevel
Architecture: any
Multi-Arch: allowed
Depends: libodp (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Example binaries for OpenDataPlane
 These are the executable examples from the reference implementation.

Package: libodp-dbg
Priority: extra
Section: debug
Architecture: any
Multi-Arch: same
Depends: libodp (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for OpenDataPlane
 This is the OpenDataPlane library from the reference implementation
 with debug turned on.

Package: libodp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libodp (= ${binary:Version}), ${misc:Depends}, libssl-dev
Description: Development files for OpenDataPlane
 These are the source file for the OpenDataPlane reference implementation.

Package: libodp
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library for OpenDataPlane
 This is the OpenDataPlane library from the reference implementation.