[SCM] mplayer/master: Properly set Replaces/Conflicts on mplayer2{, -dbg} to avoid file overwrite errors.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Oct 29 08:41:37 UTC 2011


The following commit has been merged in the master branch:
commit f88ca4ff779b16c66a2a39137444f21417ce55cf
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Sep 6 00:16:32 2011 +0200

    Properly set Replaces/Conflicts on mplayer2{,-dbg} to avoid file overwrite errors.

diff --git a/debian/control b/debian/control
index c3f64fa..309a75e 100644
--- a/debian/control
+++ b/debian/control
@@ -113,7 +113,9 @@ Depends:
 Replaces:
  mencoder (<< 2:1.0~rc3+svn20090426-2),
  mplayer-doc (<< 2:1.0~rc3+svn20090426-2),
- mplayer-nogui (<< 2:1.0~rc3+svn20090426-2)
+ mplayer-nogui (<< 2:1.0~rc3+svn20090426-2),
+ mplayer2
+Conflicts: mplayer2
 Description: movie player for Unix-like systems
  MPlayer plays most MPEG, VOB, AVI, Ogg/OGM, VIVO,
  ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files,
@@ -141,6 +143,8 @@ Depends:
  ${misc:Depends}
 Recommends:
  ffmpeg-dbg
+Replaces: mplayer2-dbg
+Conflicts: mplayer2-dbg
 Description: debugging symbols for MPlayer
  This package contains the debugging symbols for MPlayer, a movie
  player for Unix-like systems.

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list