[SCM] cmus/master: Make cmus-plugin-ffmpeg depend on the same version of cmus

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Nov 15 18:26:13 UTC 2015


The following commit has been merged in the master branch:
commit 0b783a0a394f95a3c35cacdb06159a548dec961b
Author: Sebastian Ramacher <sebastian at ramacher.at>
Date:   Sun Nov 15 19:20:32 2015 +0100

    Make cmus-plugin-ffmpeg depend on the same version of cmus
    
    cmus-plugin-ffmpeg is unusable without cmus and requires the exact same
    version of cmus to work correctly.
    
    This change does not create a circular dependency since cmus only
    Recommends cmus-plugin-ffmpeg.
    
    Closes: #695072

diff --git a/debian/control b/debian/control
index 37e7408..c66d853 100644
--- a/debian/control
+++ b/debian/control
@@ -65,9 +65,8 @@ Package: cmus-plugin-ffmpeg
 Architecture: any
 Depends:
  ${misc:Depends},
- ${shlibs:Depends}
-Suggests:
- cmus
+ ${shlibs:Depends},
+ cmus (= ${binary:Version})
 Description: lightweight ncurses audio player (FFmpeg plugin)
  C* Music Player is a modular and very configurable ncurses-based audio player.
  It has some interesting features like configurable colorscheme, mp3 and ogg

-- 
cmus packaging



More information about the pkg-multimedia-commits mailing list