Skip to content

Commit

Permalink
Add Conflicts: entries into control, preventing syncd-rpc be installe…
Browse files Browse the repository at this point in the history
…d with syncd (sonic-net#179)

* Add conflict entries for syncd and syncd-rpc
  • Loading branch information
pavel-shirshov authored May 2, 2017
1 parent 9fe1e69 commit 3bd7cad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ Standards-Version: 1.0.0

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

Package: syncd-rpc
Architecture: any
Conflicts: syncd
Description: This package contains sync daemon with rpc for SONiC project.
This sync daemon syncs the ASIC_DB in Redis database and the real ASIC via SAI.
This daemon contains saithrift rpc library for remote control of an ASIC.
Expand Down Expand Up @@ -53,6 +55,7 @@ Package: syncd-dbg
Architecture: any
Section: debug
Priority: extra
Conflicts: syncd-rpc-dbg
Depends:
syncd (= ${binary:Version}),
${misc:Depends}
Expand All @@ -62,6 +65,7 @@ Package: syncd-rpc-dbg
Architecture: any
Section: debug
Priority: extra
Conflicts: syncd-dbg
Depends:
syncd-rpc (= ${binary:Version}),
${misc:Depends}
Expand Down

0 comments on commit 3bd7cad

Please sign in to comment.