summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies/avahi-tqt/debian/control
blob: 2ab2e4a7fdf7ac6880496d095aaf56e1260e25f0 (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
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
Source: avahi-tqt
Section: net
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper (>= 7.0.50~),
               cmake,
               gcc,
               cdbs,
               pkg-config,
               libtqtinterface-dev,
               libavahi-common-dev,
               libavahi-client-dev
Standards-Version: 3.9.1

Package: libavahi-tqt-1
Section: libs
Architecture: any
Replaces: libavahi-tqt-1 (<< 4:14.0.0~)
Breaks: libavahi-tqt-1 (<< 4:14.0.0~)
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Avahi TQt 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 TQt main loop application.

Package: libavahi-tqt-dev
Section: libdevel
Architecture: any
Replaces: libavahi-tqt-dev (<< 4:14.0.0~)
Breaks: libavahi-tqt-dev (<< 4:14.0.0~)
Depends: libavahi-tqt-1 (= ${binary:Version}),
         ${misc:Depends},
         libtqtinterface-dev,
         libavahi-common-dev
Description: Development headers for the Avahi TQt 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 TQt main loop application.