diff options
Diffstat (limited to 'dvswitch-avahi/debian/control')
-rw-r--r-- | dvswitch-avahi/debian/control | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/dvswitch-avahi/debian/control b/dvswitch-avahi/debian/control index 49e4313..8258a21 100644 --- a/dvswitch-avahi/debian/control +++ b/dvswitch-avahi/debian/control @@ -9,7 +9,20 @@ Homepage: http://www.nuug.no/ Package: dvswitch-avahi Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, - dvswitch -Suggests: dvsource, dvsink + dvswitch, avahi-utils +Description: DVSwitch wrappers to find sinks and sources dynamically + Use Avahi to find dvswitch sources and sinks. + +Package: dvsource-avahi +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, + dvsource, avahi-utils +Description: DVSwitch wrappers to find sinks and sources dynamically + Use Avahi to find dvswitch sources and sinks. + +Package: dvsink-avahi +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, + dvsink, avahi-utils Description: DVSwitch wrappers to find sinks and sources dynamically Use Avahi to find dvswitch sources and sinks. |