forked from opencomputeproject/SAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
27 lines (23 loc) · 756 Bytes
/
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
Source: saithrift
Maintainer: Pavel Shirshov <[email protected]>
Section: net
Priority: optional
Build-Depends: dh-exec (>=0.3), debhelper (>= 9)
Standards-Version: 0.9.4
Package: saiserver
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Pre-Depends}
Description: This package contains SAI thrift server
Package: saiserver-dbg
Architecture: any
Depends: saiserver (= ${binary:Version}), ${misc:Depends}
Section: debug
Description: debugging symbols for SAI thrift server
Package: libsaithrift-dev
Architecture: any
Depends: ${shlibs:Depends}
Description: This package contains SAI rpc library development headers
Package: python-saithrift
Architecture: any
Depends: ${shlibs:Depends}
Description: This package contains python SAI rpc library.