Skip to content

Commit

Permalink
debian: conflicts/replaces stanzas to replace renamed package
Browse files Browse the repository at this point in the history
otherwise new packages will be installed alongside older one and we'll
get a file conflict
  • Loading branch information
earwin committed Jul 23, 2015
1 parent e6b82c8 commit f16599c
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 @@ -17,6 +17,8 @@ Section: libs
Architecture: any
Pre-Depends: multiarch-support, ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, uhd-umtrx
Conflicts: umtrx-uhd
Replaces: umtrx-uhd
Recommends: python
Description: Fairwaves UmTRX driver - runtime utilities
The industrial grade dual-channel wide-band SDR transceiver.
Expand All @@ -25,5 +27,7 @@ Package: uhd-umtrx
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: umtrx-uhd
Replaces: umtrx-uhd
Description: Fairwaves UmTRX driver - UHD plugin module
The industrial grade dual-channel wide-band SDR transceiver.

0 comments on commit f16599c

Please sign in to comment.