forked from Gandi/dpdk-debian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
79 lines (70 loc) · 2.68 KB
/
control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Source: dpdk
Section: net
Priority: optional
Maintainer: Arthur Gautier <[email protected]>
Build-Depends: debhelper (>= 9),
quilt,
dkms,
libpcap-dev
Standards-Version: 3.9.6
Homepage: http://dpdk.org/
#Vcs-Git: git://anonscm.debian.org/collab-maint/dpdk.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/dpdk.git;a=summary
Package: dpdk-kernel-modules
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dkms
Description: DPDK - kernel modules
DPDK is a set of libraries and drivers for fast packet processing. It was
designed to run on any processors knowing Intel x86 has been the first CPU
to be supported. Ports for other CPUs like IBM Power 8 are under progress.
Package: dpdk-westmere
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dpdk-kernel-modules (=${source:Version}), libpcap-dev
Provides: dpdk
Description: DPDK - Westmere
DPDK is a set of libraries and drivers for fast packet processing. It was
designed to run on any processors knowing Intel x86 has been the first CPU
to be supported. Ports for other CPUs like IBM Power 8 are under progress.
Package: dpdk-sandybridge
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dpdk-kernel-modules (=${source:Version}), libpcap-dev
Provides: dpdk
Description: DPDK - Sandy Bridge
DPDK is a set of libraries and drivers for fast packet processing. It was
designed to run on any processors knowing Intel x86 has been the first CPU
to be supported. Ports for other CPUs like IBM Power 8 are under progress.
Package: dpdk-ivybridge
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, dpdk-kernel-modules (=${source:Version}), libpcap-dev
Provides: dpdk
Description: DPDK - Ivy Bridge
DPDK is a set of libraries and drivers for fast packet processing. It was
designed to run on any processors knowing Intel x86 has been the first CPU
to be supported. Ports for other CPUs like IBM Power 8 are under progress.
Package: dpdk-westmere-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
dpdk-westmere (= ${binary:Version}),
${misc:Depends}
Description: debugging symbols for dpdk-westmere
This package contains the debugging symbols for dpdk-westmere.
Package: dpdk-sandybridge-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
dpdk-sandybridge (= ${binary:Version}),
${misc:Depends}
Description: debugging symbols for dpdk-sandybridge
This package contains the debugging symbols for dpdk-sandybridge.
Package: dpdk-ivybridge-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
dpdk-ivybridge (= ${binary:Version}),
${misc:Depends}
Description: debugging symbols for dpdk-ivybridge
This package contains the debugging symbols for dpdk-ivybridge.