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> |
Damjan Marion | cb58b23 | 2017-01-03 11:39:51 +0100 | [diff] [blame^] | 5 | Build-Depends: debhelper (>= 9), dkms, dh-systemd, dh-python, chrpath |
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 |
Damjan Marion | cb58b23 | 2017-01-03 11:39:51 +0100 | [diff] [blame^] | 19 | Depends: ${misc:Depends} |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 20 | Description: Vector Packet Processing--debug symbols |
| 21 | |
| 22 | Package: vpp-dev |
| 23 | Architecture: any |
Damjan Marion | cb58b23 | 2017-01-03 11:39:51 +0100 | [diff] [blame^] | 24 | Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 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 |
Damjan Marion | cb58b23 | 2017-01-03 11:39:51 +0100 | [diff] [blame^] | 31 | Depends: ${misc:Depends} |
Dave Barach | 7457422 | 2016-02-01 12:05:52 -0500 | [diff] [blame] | 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 |
Damjan Marion | cb58b23 | 2017-01-03 11:39:51 +0100 | [diff] [blame^] | 59 | Depends: ${misc:Depends} |
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 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 | |
Damjan Marion | cb034b9 | 2016-12-28 18:38:59 +0100 | [diff] [blame] | 63 | Package: vpp-api-lua |
| 64 | Architecture: any |
Damjan Marion | cb58b23 | 2017-01-03 11:39:51 +0100 | [diff] [blame^] | 65 | Depends: ${misc:Depends}, vpp (= ${source:Version}) |
Damjan Marion | cb034b9 | 2016-12-28 18:38:59 +0100 | [diff] [blame] | 66 | Description: VPP LUA API bindings |
| 67 | This package contains VPP lua api bindings |
| 68 | . |
| 69 | |
| 70 | Package: vpp-api-java |
| 71 | Architecture: any |
Damjan Marion | cb58b23 | 2017-01-03 11:39:51 +0100 | [diff] [blame^] | 72 | Depends: ${misc:Depends}, vpp (= ${source:Version}) |
Damjan Marion | cb034b9 | 2016-12-28 18:38:59 +0100 | [diff] [blame] | 73 | Description: VPP Java API bindings |
| 74 | This package contains VPP java api bindings |
| 75 | . |
| 76 | |
| 77 | Package: vpp-api-python |
Ed Warnicke | 6ce685d | 2016-10-28 22:52:36 +0000 | [diff] [blame] | 78 | Architecture: any |
| 79 | Depends: ${python:Depends}, ${misc:Depends}, vpp (= ${source:Version}) |
| 80 | Description: VPP Python API bindings |
| 81 | This package contains VPP python api bindings |
| 82 | . |