[SCM] vlc/master: Restrict Recommends to linux-any kfreebsd-any

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sat Aug 5 14:21:03 UTC 2017


The following commit has been merged in the master branch:
commit 82db579e982297fa8657f0ecbaac6ebec255c770
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sat May 20 11:08:07 2017 +0200

    Restrict Recommends to linux-any kfreebsd-any

diff --git a/debian/control b/debian/control
index b39894c..746ab2b 100644
--- a/debian/control
+++ b/debian/control
@@ -148,7 +148,7 @@ Depends: vlc-bin (= ${binary:Version}),
          vlc-l10n (= ${source:Version}),
          ${misc:Depends}
 Recommends: vlc-plugin-notify (= ${binary:Version}),
-            vlc-plugin-samba (= ${binary:Version}),
+            vlc-plugin-samba (= ${binary:Version}) [linux-any kfreebsd-any],
             vlc-plugin-skins2 (= ${binary:Version}),
             vlc-plugin-video-splitter (= ${binary:Version}),
             vlc-plugin-visualization (= ${binary:Version})

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list