aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-21 13:46:30 +0300
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-21 13:46:30 +0300
commit9a5c7fd29fbd5267c351cffd4d432aa7ec7c7e3f (patch)
treefa6c93f28c591fbf343c0bb99c1e3160bf7c0e6a
parentbfa59a46cb0786e09d48acb245bde39a9092363d (diff)
debian: Update control file to resolve possible conflicts with old version of osmo-bts-trx packages
osmo-bts and osmo-bts-dbg were used as names for packages in previous versions, so we should add Breaks, Replaces and Provides to control file to avoid conflicts during packages update. Change-Id: Ib4607e9bcffb775b4f99a3e5cf9b2bc1398cd131
-rw-r--r--debian/control6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index e1a58b28..bbc732e4 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,9 @@ Homepage: https://projects.osmocom.org/projects/osmobts
Package: osmo-bts-trx
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: osmo-bts
+Replaces: osmo-bts
+Provides: osmo-bts
Description: osmo-bts-trx GSM BTS with osmo-trx
osmo-bts-trx to be used with the osmo-trx application
@@ -31,6 +34,9 @@ Architecture: any
Section: debug
Priority: extra
Depends: osmo-bts-trx (= ${binary:Version}), ${misc:Depends}
+Breaks: osmo-bts-dbg
+Replaces: osmo-bts-dbg
+Provides: osmo-bts-dbg
Description: Debug symbols for the osmo-bts-trx
Make debugging possible