blob: 466b9a4eca4c986a11700786a4dd7863319ec352 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Source: dvswitch-avahi
Section: misc
Priority: optional
Maintainer: Petter Reinholdtsen <pere@debian.org>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.1
Homepage: http://www.nuug.no/
Package: dvswitch-avahi
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
dvswitch, avahi-utils
Description: DVSwitch wrapper to announce presence 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 connect 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 connect sinks dynamically
Use Avahi to find dvswitch sources and sinks.
|