[SCM] xbmc-pvr-addons/master: Make vdr-plugin-vnsiserver only suggest xbmc

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Mon Apr 7 11:06:02 UTC 2014


The following commit has been merged in the master branch:
commit 2c76ee9dd415a0b15378aa02a4027f4f6e724e64
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Mon Apr 7 13:04:04 2014 +0200

    Make vdr-plugin-vnsiserver only suggest xbmc
    
    This allows running them on different machines without installing
    full XBMC on both.
    
    Closes: #743619

diff --git a/debian/control b/debian/control
index b8f9f11..0427926 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,8 @@ Description: XBMC PVR Addon VDR Vnsi
 
 Package: vdr-plugin-vnsiserver
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, xbmc (>= 2:12), ${vdr:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${vdr:Depends}
+Suggests: xbmc (>= 2:12)
 Description: VDR-Network-Streaming-Interface
  VDR-Network-Streaming-Interface plugin for VDR
 

-- 
xbmc-pvr-addons packaging



More information about the pkg-multimedia-commits mailing list