File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ Standards-Version: 1.0.0
7
7
8
8
Package: syncd
9
9
Architecture: any
10
+ Conflicts: syncd-rpc
10
11
Description: This package contains sync daemon for SONiC project.
11
12
This sync daemon syncs the ASIC_DB in Redis database and the real ASIC via SAI.
12
13
13
14
Package: syncd-rpc
14
15
Architecture: any
16
+ Conflicts: syncd
15
17
Description: This package contains sync daemon with rpc for SONiC project.
16
18
This sync daemon syncs the ASIC_DB in Redis database and the real ASIC via SAI.
17
19
This daemon contains saithrift rpc library for remote control of an ASIC.
@@ -53,6 +55,7 @@ Package: syncd-dbg
53
55
Architecture: any
54
56
Section: debug
55
57
Priority: extra
58
+ Conflicts: syncd-rpc-dbg
56
59
Depends:
57
60
syncd (= ${binary:Version}),
58
61
${misc:Depends}
@@ -62,6 +65,7 @@ Package: syncd-rpc-dbg
62
65
Architecture: any
63
66
Section: debug
64
67
Priority: extra
68
+ Conflicts: syncd-dbg
65
69
Depends:
66
70
syncd-rpc (= ${binary:Version}),
67
71
${misc:Depends}
You can’t perform that action at this time.
0 commit comments