From 11394aecd1f906fee2ebd2b90412aeba4651fbff Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 3 Apr 2019 22:56:40 +0900 Subject: DEB: use _base folder for a distro instead of specific distros (squeeze and maverick). Signed-off-by: Michele Calgaro --- ubuntu/_base/dependencies/avahi-tqt/debian/control | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 ubuntu/_base/dependencies/avahi-tqt/debian/control (limited to 'ubuntu/_base/dependencies/avahi-tqt/debian/control') diff --git a/ubuntu/_base/dependencies/avahi-tqt/debian/control b/ubuntu/_base/dependencies/avahi-tqt/debian/control new file mode 100644 index 000000000..2ab2e4a7f --- /dev/null +++ b/ubuntu/_base/dependencies/avahi-tqt/debian/control @@ -0,0 +1,53 @@ +Source: avahi-tqt +Section: net +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Ubuntu Developers +Uploaders: Timothy Pearson +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. -- cgit v1.2.1