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-python, |
Damjan Marion | a416493 | 2020-05-12 12:22:18 +0200 | [diff] [blame] | 7 | @VPP_DEB_BUILD_DEPENDS@ |
Damjan Marion | 4d2f86a | 2019-01-18 13:28:22 +0100 | [diff] [blame] | 8 | Standards-Version: 3.9.4 |
| 9 | |
| 10 | Package: vpp |
| 11 | Architecture: any |
| 12 | Depends: libvppinfra (= ${source:Version}), |
| 13 | ${shlibs:Depends}, |
Damjan Marion | 691b7d5 | 2019-01-22 10:48:30 +0100 | [diff] [blame] | 14 | ${misc:Depends} |
Damjan Marion | 4d2f86a | 2019-01-18 13:28:22 +0100 | [diff] [blame] | 15 | Description: Vector Packet Processing--executables |
| 16 | This package provides VPP executables: vpp, vpp_api_test, vpp_json_test |
| 17 | vpp - the vector packet engine |
| 18 | vpp_api_test - vector packet engine API test tool |
| 19 | vpp_json_test - vector packet engine JSON test tool |
| 20 | |
| 21 | Package: vpp-dbg |
| 22 | Architecture: any |
| 23 | Depends: ${misc:Depends} |
| 24 | Description: Vector Packet Processing--debug symbols |
| 25 | |
| 26 | Package: vpp-dev |
| 27 | Architecture: any |
| 28 | Depends: libvppinfra-dev (= ${source:Version}), |
| 29 | ${misc:Depends}, |
| 30 | ${python:Depends} |
| 31 | Description: Vector Packet Processing--development support |
| 32 | This package contains development support files for the VPP libraries |
| 33 | . |
| 34 | |
| 35 | Package: libvppinfra |
| 36 | Architecture: any |
| 37 | Depends: ${shlibs:Depends}, |
| 38 | ${misc:Depends} |
| 39 | Description: Vector Packet Processing--runtime libraries |
| 40 | This package contains the VPP shared libraries, including: |
| 41 | . |
| 42 | |
| 43 | Package: libvppinfra-dev |
| 44 | Architecture: any |
| 45 | Depends: ${misc:Depends} |
| 46 | Description: Vector Packet Processing--runtime libraries |
| 47 | This package contains the VPP shared libraries, including: |
| 48 | . |
| 49 | |
| 50 | Package: vpp-plugin-core |
| 51 | Architecture: any |
| 52 | Depends: vpp (= ${source:Version}), |
Dave Wallace | 210fda2 | 2020-10-19 14:57:55 -0400 | [diff] [blame] | 53 | libmbedtls12 | libmbedtls10, |
Chuan Han | 6414674 | 2020-10-15 14:16:49 -0700 | [diff] [blame] | 54 | libmbedx509-0, |
Dave Wallace | 210fda2 | 2020-10-19 14:57:55 -0400 | [diff] [blame] | 55 | libmbedcrypto3 | libmbedcrypto1 | libmbedcrypto0, |
Damjan Marion | 691b7d5 | 2019-01-22 10:48:30 +0100 | [diff] [blame] | 56 | ${shlibs:Depends} |
Damjan Marion | 4d2f86a | 2019-01-18 13:28:22 +0100 | [diff] [blame] | 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}), |
Damjan Marion | 691b7d5 | 2019-01-22 10:48:30 +0100 | [diff] [blame] | 64 | ${shlibs:Depends} |
Damjan Marion | 4d2f86a | 2019-01-18 13:28:22 +0100 | [diff] [blame] | 65 | Description: Vector Packet Processing--runtime dpdk plugin |
| 66 | This package contains the VPP dpdk plugin |
| 67 | . |
| 68 | |
Ole Troan | e4a6d69 | 2019-03-13 18:08:42 +0100 | [diff] [blame] | 69 | Package: python3-vpp-api |
| 70 | Architecture: any |
| 71 | Depends: vpp (= ${source:Version}), |
| 72 | ${python3:Depends}, |
| 73 | ${misc:Depends} |
| 74 | Description: VPP Python3 API bindings |
| 75 | This package contains VPP python api bindings |
| 76 | . |