Skip to content

Commit 3bd7cad

Browse files
Add Conflicts: entries into control, preventing syncd-rpc be installed with syncd (sonic-net#179)
* Add conflict entries for syncd and syncd-rpc
1 parent 9fe1e69 commit 3bd7cad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

debian/control

+4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ Standards-Version: 1.0.0
77

88
Package: syncd
99
Architecture: any
10+
Conflicts: syncd-rpc
1011
Description: This package contains sync daemon for SONiC project.
1112
This sync daemon syncs the ASIC_DB in Redis database and the real ASIC via SAI.
1213

1314
Package: syncd-rpc
1415
Architecture: any
16+
Conflicts: syncd
1517
Description: This package contains sync daemon with rpc for SONiC project.
1618
This sync daemon syncs the ASIC_DB in Redis database and the real ASIC via SAI.
1719
This daemon contains saithrift rpc library for remote control of an ASIC.
@@ -53,6 +55,7 @@ Package: syncd-dbg
5355
Architecture: any
5456
Section: debug
5557
Priority: extra
58+
Conflicts: syncd-rpc-dbg
5659
Depends:
5760
syncd (= ${binary:Version}),
5861
${misc:Depends}
@@ -62,6 +65,7 @@ Package: syncd-rpc-dbg
6265
Architecture: any
6366
Section: debug
6467
Priority: extra
68+
Conflicts: syncd-dbg
6569
Depends:
6670
syncd-rpc (= ${binary:Version}),
6771
${misc:Depends}

0 commit comments

Comments
 (0)