[SCM] kodi/master: Make Breaks/Replaces relation to xbmc packages versioned
rbalint at users.alioth.debian.org
rbalint at users.alioth.debian.org
Thu Sep 24 05:59:54 UTC 2015
The following commit has been merged in the master branch:
commit 79bb82e330aa68f13bd05e5fe97eaca39c3491ae
Author: Balint Reczey <balint at balintreczey.hu>
Date: Wed Sep 23 20:34:35 2015 +0200
Make Breaks/Replaces relation to xbmc packages versioned
This lets dummy transition-only xbmc packages coexist with kodi.
Also remove Provides/Replaces relations remaining from xbmc packaging.
Closes: #799823
diff --git a/debian/control b/debian/control
index acf6c7a..c7e0371 100644
--- a/debian/control
+++ b/debian/control
@@ -130,9 +130,8 @@ Depends: kodi-bin (>= ${source:Version}),
python-imaging,
${python:Depends},
${misc:Depends}
-Provides: xbmc, xbmc-standalone, xbmc-data, xbmc-skin-confluence, xbmc-live
-Replaces: xbmc, xbmc-standalone, xbmc-data, xbmc-skin-confluence, xbmc-live
-Breaks: xbmc, xbmc-standalone, xbmc-data, xbmc-skin-confluence
+Replaces: xbmc (<< 2:13.2+dfsg1-5~)
+Breaks: xbmc (<< 2:13.2+dfsg1-5~)
Description: Open Source Home Theatre (arch-independent data package)
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
@@ -162,9 +161,9 @@ Depends: ${shlibs:Depends},
${dlopenlibs:Depends},
${misc:Depends}
Recommends: ${shlibs:Recommends}, udisks2
-Provides: xbmc-bin, xbmc-common
-Replaces: xbmc-bin, xbmc-common
-Conflicts: xbmc-bin, xbmc-common, libgl1-mesa-swx11
+Replaces: xbmc-bin (<< 2:13.2+dfsg1-5~)
+Breaks: xbmc-bin (<< 2:13.2+dfsg1-5~)
+Conflicts: libgl1-mesa-swx11
Description: Open Source Home Theatre (binary data package)
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
--
kodi packaging
More information about the pkg-multimedia-commits
mailing list