cmake: place include/ and share/ in /usr (debian packages)
[vpp.git] / src / pkg / debian / control
1 Source: vpp
2 Section: net
3 Priority: extra
4 Maintainer: fd.io VPP Packaging Team <vpp-dev@fd.io>
5 Build-Depends: debhelper (>= 9),
6                dh-systemd,
7                dh-python,
8                python-all
9 Standards-Version: 3.9.4
10
11 Package: vpp
12 Architecture: any
13 Depends: libvppinfra (= ${source:Version}),
14          ${shlibs:Depends},
15          ${misc:Depends},
16          ${python:Depends}
17 Description: Vector Packet Processing--executables
18  This package provides VPP executables: vpp, vpp_api_test, vpp_json_test
19  vpp - the vector packet engine
20  vpp_api_test - vector packet engine API test tool
21  vpp_json_test - vector packet engine JSON test tool
22
23 Package: vpp-dbg
24 Architecture: any
25 Depends: ${misc:Depends}
26 Description: Vector Packet Processing--debug symbols
27
28 Package: vpp-dev
29 Architecture: any
30 Depends: libvppinfra-dev (= ${source:Version}),
31          ${misc:Depends},
32          ${python:Depends}
33 Description: Vector Packet Processing--development support
34  This package contains development support files for the VPP libraries
35  .
36
37 Package: libvppinfra
38 Architecture: any
39 Depends: ${shlibs:Depends},
40          ${misc:Depends}
41 Description: Vector Packet Processing--runtime libraries
42  This package contains the VPP shared libraries, including:
43  .
44
45 Package: libvppinfra-dev
46 Architecture: any
47 Depends: ${misc:Depends}
48 Description: Vector Packet Processing--runtime libraries
49  This package contains the VPP shared libraries, including:
50  .
51
52 Package: vpp-plugin-core
53 Architecture: any
54 Depends: vpp (= ${source:Version}),
55          ${misc:Depends}
56 Description: Vector Packet Processing--runtime core plugins
57  This package contains VPP core plugins
58  .
59
60 Package: vpp-plugin-dpdk
61 Architecture: any
62 Depends: vpp (= ${source:Version}),
63          ${misc:Depends}
64 Description: Vector Packet Processing--runtime dpdk plugin
65  This package contains the VPP dpdk plugin
66  .
67
68 Package: vpp-api-python
69 Architecture: any
70 Depends: vpp (= ${source:Version}),
71          ${python2:Depends},
72          ${misc:Depends}
73 Description: VPP Python API bindings
74   This package contains VPP python api bindings
75   .