Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 1 | Source: vpp |
| 2 | Section: net |
| 3 | Priority: extra |
| 4 | Maintainer: Cisco OpenVPP Packaging Team <bogus.address@cisco.com> |
Srivatsa Sangli | 0777915 | 2016-04-15 13:59:00 -0700 | [diff] [blame] | 5 | Build-Depends: debhelper (>= 9), dkms, dh-systemd |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 6 | Standards-Version: 3.9.4 |
| 7 | |
| 8 | Package: vpp |
| 9 | Architecture: any |
Padraig | b21b676 | 2016-09-21 14:59:02 +0100 | [diff] [blame] | 10 | Depends: vpp-lib (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 11 | Description: Vector Packet Processing--executables |
Damjan Marion | 08ff7e0 | 2016-01-20 13:45:36 +0100 | [diff] [blame] | 12 | This package provides VPP executables: vpp, vpp_api_test, vpp_json_test |
| 13 | vpp - the vector packet engine |
| 14 | vpp_api_test - vector packet engine API test tool |
| 15 | vpp_json_test - vector packet engine JSON test tool |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 16 | |
| 17 | Package: vpp-dbg |
| 18 | Architecture: any |
| 19 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 20 | Description: Vector Packet Processing--debug symbols |
| 21 | |
| 22 | Package: vpp-dev |
| 23 | Architecture: any |
| 24 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 25 | Description: Vector Packet Processing--development support |
Dave Barach | 7457422 | 2016-02-01 12:05:52 -0500 | [diff] [blame] | 26 | This package contains development support files for the VPP libraries |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 27 | . |
Dave Barach | 7457422 | 2016-02-01 12:05:52 -0500 | [diff] [blame] | 28 | |
| 29 | Package: vpp-dpdk-dev |
| 30 | Architecture: any |
| 31 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 32 | Description: Vector Packet Processing--development support |
| 33 | This package contains dpdk header files which match the dpdk version |
| 34 | compiled into the vpp executable |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 35 | . |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 36 | |
| 37 | Package: vpp-lib |
| 38 | Architecture: any |
| 39 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 40 | Description: Vector Packet Processing--runtime libraries |
| 41 | This package contains the VPP shared libraries, including: |
| 42 | . |
| 43 | vppinfra - foundation library supporting vectors, hashes, bitmaps, pools, and string formatting. |
Padraig Connolly | 999bbc4 | 2016-11-15 09:35:50 +0000 | [diff] [blame^] | 44 | dpdk - DPDK library |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 45 | svm - vm library |
| 46 | vlib - vector processing library |
| 47 | vlib-api - binary API library |
| 48 | vnet - network stack library |
| 49 | |
Damjan Marion | ad476c7 | 2016-07-13 13:42:33 +0200 | [diff] [blame] | 50 | Package: vpp-plugins |
| 51 | Architecture: any |
Ed Warnicke | df65ea8 | 2016-09-10 16:13:36 -0700 | [diff] [blame] | 52 | Depends: vpp (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} |
Damjan Marion | ad476c7 | 2016-07-13 13:42:33 +0200 | [diff] [blame] | 53 | Description: Vector Packet Processing--runtime plugins |
| 54 | This package contains VPP plugins |
| 55 | . |
| 56 | |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 57 | Package: vpp-dpdk-dkms |
| 58 | Architecture: any |
| 59 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 60 | Description: DPDK 2.1 igb_uio_driver |
| 61 | This package contains Linux kernel modules distributed with DPDK. |
Ed Warnicke | 6ce685d | 2016-10-28 22:52:36 +0000 | [diff] [blame] | 62 | |
| 63 | Package: vpp-python-api |
| 64 | Architecture: any |
| 65 | Depends: ${python:Depends}, ${misc:Depends}, vpp (= ${source:Version}) |
| 66 | Description: VPP Python API bindings |
| 67 | This package contains VPP python api bindings |
| 68 | . |