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