[SCM] MediaTomb packaging branch, master, updated. debian/0.12.0.svn2018-3-12-gbbd5165

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Thu Aug 6 03:32:23 UTC 2009


The following commit has been merged in the master branch:
commit 2bdcba22a0fc0d5bb9d9fb1dc0775ae4a09d9af1
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Wed Aug 5 23:17:14 2009 -0400

    Add ${misc:Depends} for Depends field in binary packages.

diff --git a/debian/control b/debian/control
index 28806e2..55ab3a6 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Git: git://git.debian.org/git/pkg-multimedia/mediatomb.git
 
 Package: mediatomb-common
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: UPnP MediaServer (base package)
  MediaTomb is an UPnP MediaServer with a nice web user interface, it allows you
  to stream your digital media through your home network and listen to/watch it
@@ -28,7 +28,8 @@ Description: UPnP MediaServer (base package)
 
 Package: mediatomb-daemon
 Architecture: all
-Depends: mediatomb-common (>= ${source:Version}), adduser (>= 3.34)
+Depends: mediatomb-common (>= ${source:Version}), adduser (>= 3.34),
+ ${misc:Depends}
 Description: UPnP MediaServer (daemon package)
  MediaTomb is an UPnP MediaServer with a nice web user interface, it allows you
  to stream your digital media through your home network and listen to/watch it
@@ -43,7 +44,8 @@ Description: UPnP MediaServer (daemon package)
 
 Package: mediatomb
 Architecture: all
-Depends: mediatomb-daemon (>= ${source:Version}), iceweasel | firefox | www-browser
+Depends: mediatomb-daemon (>= ${source:Version}),
+ iceweasel | firefox | www-browser, ${misc:Depends}
 Description: UPnP MediaServer (main package)
  MediaTomb is an UPnP MediaServer with a nice web user interface, it allows you
  to stream your digital media through your home network and listen to/watch it

-- 
MediaTomb packaging



More information about the pkg-multimedia-commits mailing list