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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
|
Source: avahi
Section: net
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders: Sjoerd Simons <sjoerd@debian.org>,
Sebastian Dröge <slomo@debian.org>,
Loic Minier <lool@dooz.org>,
Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 9),
dh-systemd (>= 1.5),
pkg-config,
libcap-dev (>= 1:2.16) [linux-any],
libgdbm-dev,
libglib2.0-dev (>= 2.4),
libgtk2.0-dev (>= 2.14.0),
libgtk-3-dev,
libexpat-dev,
libdaemon-dev (>= 0.11),
libdbus-1-dev (>= 0.60),
python-all-dev (>= 2.6.6-3~),
python-gdbm (>= 2.4.3),
python-dbus,
python-gtk2 (>= 2.8.6-2),
libqt4-dev,
xmltoman,
intltool (>= 0.35.0)
Standards-Version: 3.9.4
X-Python-Version: >= 2.4
Vcs-Git: git://anonscm.debian.org/pkg-utopia/avahi.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-utopia/avahi.git;a=summary
Homepage: http://avahi.org/
Package: avahi-daemon
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
adduser,
dbus (>= 0.60),
lsb-base (>= 3.0-6),
bind9-host | host
Recommends: libnss-mdns
Suggests: avahi-autoipd
Multi-Arch: foreign
Description: Avahi mDNS/DNS-SD daemon
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains the Avahi Daemon which represents your machine
on the network and allows other applications to publish and resolve
mDNS/DNS-SD records.
Package: avahi-dnsconfd
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
avahi-daemon (>= 0.6.31-3~),
lsb-base (>= 3.0-6)
Recommends: resolvconf
Description: Avahi DNS configuration tool
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This tool listens on the network for announced DNS servers and passes
them to resolvconf so it can use them. This is very useful on autoconfigured
IPv6 networks.
Package: avahi-autoipd
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
adduser
Recommends: isc-dhcp-client,
iproute
Conflicts: zeroconf
Description: Avahi IPv4LL network address configuration daemon
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This tool implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local
Addresses" (IETF RFC3927), a protocol for automatic IP address
configuration from the link-local 169.254.0.0/16 range without the
need for a central server. It is primarily intended to be used in
ad-hoc networks which lack a DHCP server.
Package: python-avahi
Section: python
Architecture: any
Depends: ${python:Depends},
${misc:Depends},
python-gdbm (>= 2.4.3-1),
libavahi-common-data (>= 0.6.22),
python-dbus
Provides: ${python:Provides}
Description: Python utility package for Avahi
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains utility modules to talk to Avahi with Python easier.
Package: avahi-utils
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
avahi-daemon
Description: Avahi browsing, publishing and discovery utilities
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains several utilities that allow you to interact with
the Avahi daemon, including publish, browsing and discovering services.
Package: avahi-discover
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
python-avahi,
python-dbus,
python-gtk2 (>= 2.8.6-2),
python-glade2,
avahi-daemon
Description: Service discover user interface for avahi
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains a user interface for discovering services.
Package: libavahi-common3
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libavahi-common-data
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Avahi common library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains the Avahi common library, which is a set of common
functions used by many of Avahis components and client applications.
Package: libavahi-common-data
Section: libs
Architecture: any
Depends: ${misc:Depends}
Multi-Arch: same
Description: Avahi common data files
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains common data files for avahi.
Package: libavahi-common-dev
Section: libdevel
Architecture: any
Depends: libavahi-common3 (= ${binary:Version}),
${misc:Depends}
Description: Development files for the Avahi common library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains the development headers for the Avahi common
library, which is a set of common functions and definitions used by many
of Avahis components and client applications.
Package: libavahi-core7
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Avahi's embeddable mDNS/DNS-SD library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains the library for Avahi's embeddable mDNS/DNS-SD stack.
This can be used by embedded applications to integrate mDNS/DNS-SD
functionality into their applications.
.
You should not however use this library for non-embedded applications, you
should use libavahi-client which interacts with the avahi daemon.
Package: libavahi-core-dev
Section: libdevel
Architecture: any
Depends: libavahi-core7 (= ${binary:Version}),
${misc:Depends},
libavahi-common-dev
Description: Development files for Avahi's embeddable mDNS/DNS-SD library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains the development files for Avahi's embeddable
mDNS/DNS-SD stack. This can be used by embedded application developers
to integrate mDNS/DNS-SD functionality into their applications.
.
You should not however use this library for non-embedded applications, you
shoudl use libavahi-client-dev which interacts with the avahi daemon.
Package: libavahi-client3
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Avahi client library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains the library for Avahi's C API which allows you
to integrate mDNS/DNS-SD functionality into your application.
Package: libavahi-client-dev
Section: libdevel
Architecture: any
Depends: libavahi-client3 (= ${binary:Version}),
${misc:Depends},
libavahi-common-dev,
libdbus-1-dev (>= 0.60)
Description: Development files for the Avahi client library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains the development headers for Avahi's C API which
allows you to integrate mDNS/DNS-SD functionality into your application.
Package: libavahi-glib1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Avahi GLib integration library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This library contains the interface to integrate the Avahi libraries
into a GLib main loop application, including GTK+ applications.
Package: libavahi-glib-dev
Section: libdevel
Architecture: any
Depends: libavahi-glib1 (= ${binary:Version}),
${misc:Depends},
libglib2.0-dev,
libavahi-common-dev
Description: Development headers for the Avahi GLib integration library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains the development headers for the interface
to integrate the Avahi libraries into a GLib main loop application,
including GTK+ applications.
Package: libavahi-gobject0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Avahi GObject library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This library contains the GObject wrapper for Avahi.
Package: libavahi-gobject-dev
Section: libdevel
Architecture: any
Depends: libavahi-gobject0 (= ${binary:Version}),
${misc:Depends},
libglib2.0-dev,
libavahi-client-dev,
libavahi-glib-dev
Description: Development headers for the Avahi GObject library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains the development headers for a GObject interface
to Avahi
Package: libavahi-qt4-1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Avahi Qt 4 integration library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This library contains the interface to integrate the Avahi libraries
into a Qt 4 main loop application.
Package: libavahi-qt4-dev
Section: libdevel
Architecture: any
Depends: libavahi-qt4-1 (= ${binary:Version}),
${misc:Depends},
libqt4-dev,
libavahi-common-dev
Description: Development headers for the Avahi Qt 4 integration library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains the development headers for the interface
to integrate the Avahi libraries into a Qt 4 main loop application.
Package: libavahi-compat-libdnssd1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: libnss-mdns
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Avahi Apple Bonjour compatibility library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This library contains the Apple Bonjour compatibility library of Avahi.
Package: libavahi-compat-libdnssd-dev
Section: libdevel
Architecture: any
Depends: libavahi-compat-libdnssd1 (= ${binary:Version}),
${misc:Depends},
libavahi-client-dev,
Description: Development headers for the Avahi Apple Bonjour compatibility library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains the development headers for Apple Bonjour compatibility
library of Avahi.
Package: libavahi-ui0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Avahi GTK+ User interface library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This library contains a GTK+ widget for browsing services.
Package: libavahi-ui-dev
Section: libdevel
Architecture: any
Depends: libavahi-ui0 (= ${binary:Version}),
${misc:Depends},
libavahi-client-dev,
libavahi-glib-dev,
libgtk2.0-dev
Description: Development headers for the Avahi GTK+ User interface library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains the development headers for the GTK+ library of Avahi.
Package: libavahi-ui-gtk3-0
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Avahi GTK+ User interface library for GTK3
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This library contains a GTK+ widget for browsing services.
Package: libavahi-ui-gtk3-dev
Section: libdevel
Architecture: any
Depends: libavahi-ui-gtk3-0 (= ${binary:Version}),
${misc:Depends},
libavahi-client-dev,
libavahi-glib-dev,
libgtk-3-dev
Conflicts: libavahi-ui-dev
Description: Development headers for the Avahi GTK+ User interface library
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains the development headers for the GTK+ library of Avahi.
Package: avahi-ui-utils
Section: utils
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: ssh-client, vnc-viewer
Description: Avahi GTK+ utilities
Avahi is a fully LGPL framework for Multicast DNS Service Discovery.
It allows programs to publish and discover services and hosts
running on a local network with no specific configuration. For
example you can plug into a network and instantly find printers to
print to, files to look at and people to talk to.
.
This package contains some small GTK+ utilities to discover ssh and vnc
servers.
Package: avahi-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}
Description: Avahi - debugging symbols
This package contains detached debugging symbols for the binary packages
produced by the avahi source.
.
Most people will not need this package.
|