vppinfra: remove trailing whitespace in longjmp.S
[vpp.git] / src / pkg / debian / control.in
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                @VPP_DEB_BUILD_DEPENDS@
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 Description: Vector Packet Processing--executables
17  This package provides VPP executables: vpp, vpp_api_test, vpp_json_test
18  vpp - the vector packet engine
19  vpp_api_test - vector packet engine API test tool
20  vpp_json_test - vector packet engine JSON test tool
21
22 Package: vpp-dbg
23 Architecture: any
24 Depends: ${misc:Depends}
25 Description: Vector Packet Processing--debug symbols
26
27 Package: vpp-dev
28 Architecture: any
29 Depends: libvppinfra-dev (= ${source:Version}),
30          ${misc:Depends},
31          ${python:Depends}
32 Description: Vector Packet Processing--development support
33  This package contains development support files for the VPP libraries
34  .
35
36 Package: libvppinfra
37 Architecture: any
38 Depends: ${shlibs:Depends},
39          ${misc:Depends}
40 Description: Vector Packet Processing--runtime libraries
41  This package contains the VPP shared libraries, including:
42  .
43
44 Package: libvppinfra-dev
45 Architecture: any
46 Depends: ${misc:Depends}
47 Description: Vector Packet Processing--runtime libraries
48  This package contains the VPP shared libraries, including:
49  .
50
51 Package: vpp-plugin-core
52 Architecture: any
53 Depends: vpp (= ${source:Version}),
54          ${shlibs:Depends}
55 Description: Vector Packet Processing--runtime core plugins
56  This package contains VPP core plugins
57  .
58
59 Package: vpp-plugin-dpdk
60 Architecture: any
61 Depends: vpp (= ${source:Version}),
62          ${shlibs:Depends}
63 Description: Vector Packet Processing--runtime dpdk plugin
64  This package contains the VPP dpdk plugin
65  .
66
67 Package: vpp-api-python
68 Architecture: any
69 Depends: vpp (= ${source:Version}),
70          ${python:Depends},
71          ${misc:Depends}
72 Description: VPP Python API bindings
73  This package contains VPP python api bindings
74  .
75
76 Package: python3-vpp-api
77 Architecture: any
78 Depends: vpp (= ${source:Version}),
79          ${python3:Depends},
80          ${misc:Depends}
81 Description: VPP Python3 API bindings
82  This package contains VPP python api bindings
83  .