Damjan Marion | 4d2f86a | 2019-01-18 13:28:22 +0100 | [diff] [blame] | 1 | Source: vpp |
| 2 | Section: net |
| 3 | Priority: extra |
| 4 | Maintainer: fd.io VPP Packaging Team <vpp-dev@fd.io> |
Nick Brown | b8e7a45 | 2021-08-10 09:20:32 +0100 | [diff] [blame^] | 5 | Build-Depends: debhelper-compat (= 10), |
Damjan Marion | 4d2f86a | 2019-01-18 13:28:22 +0100 | [diff] [blame] | 6 | dh-systemd, |
| 7 | dh-python, |
Damjan Marion | a416493 | 2020-05-12 12:22:18 +0200 | [diff] [blame] | 8 | @VPP_DEB_BUILD_DEPENDS@ |
Damjan Marion | 4d2f86a | 2019-01-18 13:28:22 +0100 | [diff] [blame] | 9 | Standards-Version: 3.9.4 |
| 10 | |
| 11 | Package: vpp |
| 12 | Architecture: any |
| 13 | Depends: libvppinfra (= ${source:Version}), |
| 14 | ${shlibs:Depends}, |
Damjan Marion | 691b7d5 | 2019-01-22 10:48:30 +0100 | [diff] [blame] | 15 | ${misc:Depends} |
Damjan Marion | 4d2f86a | 2019-01-18 13:28:22 +0100 | [diff] [blame] | 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}), |
Dave Wallace | 210fda2 | 2020-10-19 14:57:55 -0400 | [diff] [blame] | 54 | libmbedtls12 | libmbedtls10, |
Chuan Han | 6414674 | 2020-10-15 14:16:49 -0700 | [diff] [blame] | 55 | libmbedx509-0, |
Dave Wallace | 210fda2 | 2020-10-19 14:57:55 -0400 | [diff] [blame] | 56 | libmbedcrypto3 | libmbedcrypto1 | libmbedcrypto0, |
Damjan Marion | 691b7d5 | 2019-01-22 10:48:30 +0100 | [diff] [blame] | 57 | ${shlibs:Depends} |
Damjan Marion | 4d2f86a | 2019-01-18 13:28:22 +0100 | [diff] [blame] | 58 | Description: Vector Packet Processing--runtime core plugins |
| 59 | This package contains VPP core plugins |
| 60 | . |
| 61 | |
| 62 | Package: vpp-plugin-dpdk |
| 63 | Architecture: any |
| 64 | Depends: vpp (= ${source:Version}), |
Damjan Marion | 691b7d5 | 2019-01-22 10:48:30 +0100 | [diff] [blame] | 65 | ${shlibs:Depends} |
Damjan Marion | 4d2f86a | 2019-01-18 13:28:22 +0100 | [diff] [blame] | 66 | Description: Vector Packet Processing--runtime dpdk plugin |
| 67 | This package contains the VPP dpdk plugin |
| 68 | . |
| 69 | |
Ole Troan | e4a6d69 | 2019-03-13 18:08:42 +0100 | [diff] [blame] | 70 | Package: python3-vpp-api |
| 71 | Architecture: any |
| 72 | Depends: vpp (= ${source:Version}), |
| 73 | ${python3:Depends}, |
| 74 | ${misc:Depends} |
| 75 | Description: VPP Python3 API bindings |
| 76 | This package contains VPP python api bindings |
| 77 | . |