[Pkg-mpd-commits] [python-mpd] 13/19: Use versioned Breaks/Replaces to replace python[3]-mpd2
Simon McVittie
smcv at debian.org
Sun May 22 18:17:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/experimental
in repository python-mpd.
commit 05d2de6ed9bdb1b392497eff6362725bde7979ae
Author: Simon McVittie <smcv at debian.org>
Date: Sat Apr 30 16:24:21 2016 +0100
Use versioned Breaks/Replaces to replace python[3]-mpd2
---
debian/control | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 811cf86..6cadbf6 100644
--- a/debian/control
+++ b/debian/control
@@ -25,8 +25,10 @@ Depends:
${shlibs:Depends},
${misc:Depends},
${python:Depends},
-Conflicts: python-mpd2
-Replaces: python-mpd2
+Breaks:
+ python-mpd2 (<< 0.5.5-1~),
+Replaces:
+ python-mpd2 (<< 0.5.5-1~),
Description: Python MPD client library
Fast MPD (Music Player Daemon) client library written in pure Python.
It was written to be a replacement for python-mpdclient which is a bit
@@ -41,8 +43,10 @@ Depends:
${shlibs:Depends},
${misc:Depends},
${python3:Depends},
-Conflicts: python3-mpd2
-Replaces: python3-mpd2
+Breaks:
+ python3-mpd2 (<< 0.5.5-1~),
+Replaces:
+ python3-mpd2 (<< 0.5.5-1~),
Description: Python MPD client library (Python 3)
Fast MPD (Music Player Daemon) client library written in pure Python.
It was written to be a replacement for python-mpdclient which is a bit
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git
More information about the Pkg-mpd-commits
mailing list