blob: cf22fd021bb9edbeca21d15889b025aa2ef72c12 [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001Source: vpp
2Section: net
3Priority: extra
4Maintainer: Cisco OpenVPP Packaging Team <bogus.address@cisco.com>
5Build-Depends: debhelper (>= 9), dkms
6Standards-Version: 3.9.4
7
8Package: vpp
9Architecture: any
10Depends: ${shlibs:Depends}, ${misc:Depends}
11Description: Vector Packet Processing--executables
Damjan Marion08ff7e02016-01-20 13:45:36 +010012 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 Warnickecb9cada2015-12-08 15:45:58 -070016
17Package: vpp-dbg
18Architecture: any
19Depends: ${shlibs:Depends}, ${misc:Depends}
20Description: Vector Packet Processing--debug symbols
21
22Package: vpp-dev
23Architecture: any
24Depends: ${shlibs:Depends}, ${misc:Depends}
25Description: Vector Packet Processing--development support
Dave Barach74574222016-02-01 12:05:52 -050026 This package contains development support files for the VPP libraries
Ed Warnickecb9cada2015-12-08 15:45:58 -070027 .
Dave Barach74574222016-02-01 12:05:52 -050028
29Package: vpp-dpdk-dev
30Architecture: any
31Depends: ${shlibs:Depends}, ${misc:Depends}
32Description: Vector Packet Processing--development support
33 This package contains dpdk header files which match the dpdk version
34 compiled into the vpp executable
Ed Warnickecb9cada2015-12-08 15:45:58 -070035 .
Ed Warnickecb9cada2015-12-08 15:45:58 -070036
37Package: vpp-lib
38Architecture: any
39Depends: ${shlibs:Depends}, ${misc:Depends}
40Description: 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.
44 dpdk - Intel DPDK library
45 svm - vm library
46 vlib - vector processing library
47 vlib-api - binary API library
48 vnet - network stack library
49
50Package: vpp-dpdk-dkms
51Architecture: any
52Depends: ${shlibs:Depends}, ${misc:Depends}
53Description: DPDK 2.1 igb_uio_driver
54 This package contains Linux kernel modules distributed with DPDK.