summaryrefslogtreecommitdiffstats
path: root/dilos/dependencies/avahi-tqt/debian/control
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-09-20 17:28:58 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-09-22 15:04:55 +0200
commit71ddb81ce2a33cf1a00868057f6cf67797ec4062 (patch)
treee7acdd66b94b14a8ba07e5f795dfbf892a8f7bb6 /dilos/dependencies/avahi-tqt/debian/control
parent53fe99952ff09fcdb71ad60ce83380fc6b9117a2 (diff)
downloadtde-packaging-71ddb81ce2a33cf1a00868057f6cf67797ec4062.tar.gz
tde-packaging-71ddb81ce2a33cf1a00868057f6cf67797ec4062.zip
DilOS: build avahi-tqt
Signed-off-by: Denis Kozadaev <denis@dilos.org> (cherry picked from commit 0a3db96a2a8d1eff8a5fa67b30048a43e37f8d33)
Diffstat (limited to 'dilos/dependencies/avahi-tqt/debian/control')
-rw-r--r--dilos/dependencies/avahi-tqt/debian/control53
1 files changed, 53 insertions, 0 deletions
diff --git a/dilos/dependencies/avahi-tqt/debian/control b/dilos/dependencies/avahi-tqt/debian/control
new file mode 100644
index 000000000..2ab2e4a7f
--- /dev/null
+++ b/dilos/dependencies/avahi-tqt/debian/control
@@ -0,0 +1,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.