diff options
Diffstat (limited to 'ubuntu/maverick/dependencies/avahi-tqt/debian/control')
-rw-r--r-- | ubuntu/maverick/dependencies/avahi-tqt/debian/control | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/avahi-tqt/debian/control b/ubuntu/maverick/dependencies/avahi-tqt/debian/control new file mode 100644 index 000000000..607e76dd1 --- /dev/null +++ b/ubuntu/maverick/dependencies/avahi-tqt/debian/control @@ -0,0 +1,55 @@ +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, + pkg-config, + python-support (>= 0.6), + libglib2.0-dev (>= 2.4), + libgtk2.0-dev (>= 2.14.0), + libexpat-dev, + libdbus-1-dev (>= 0.60), + python-gdbm (>= 2.4.3), + python-dbus, + python-gtk2 (>= 2.8.6-2), + libtqtinterface-dev, + intltool (>= 0.35.0), + libavahi-common-dev, + libavahi-client-dev +Standards-Version: 3.9.1 + +Package: libavahi-tqt-1 +Section: libs +Architecture: any +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 +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.
\ No newline at end of file |