summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..903360f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: python-netdisco
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
+Build-Depends: debhelper (>= 11),
+ dh-python,
+ python3-all,
+ python3-setuptools
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/python-team/modules/python-netdisco
+Vcs-Git: https://salsa.debian.org/python-team/modules/python-netdisco.git
+Homepage: https://github.com/home-assistant/netdisco
+
+
+Package: python3-netdisco
+Architecture: all
+Depends: ${python3:Depends},
+ ${misc:Depends}
+Description: Library to discover local devices and services (Python 3)
+ This is a Python 3 library to discover local devices and services on the
+ network. It allows one to scan on demand or offer a service that will scan the
+ network in the background in a set interval.
+ .
+ Current methods of scanning:
+ .
+ - mDNS (includes Chromecast, Homekit)
+ - uPnP
+ - Plex Media Server using Good Day Mate protocol
+ - Logitech Media Server discovery protocol
+ - Daikin discovery protocol
+ - Web OS discovery protocol