From 0c6df1b810241dd535bcc019a192d17a09a20dda Mon Sep 17 00:00:00 2001 From: Elazar Leibovich Date: Wed, 30 Nov 2016 22:21:51 +0200 Subject: debian: add debian packaging files This allows to build a debian package by running debuild, fixes #12. Signed-off-by: Elazar Leibovich Signed-off-by: Tobias Klauser --- debian/control | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7058c99 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: llmnrd +Section: net +Priority: optional +Maintainer: Tobias Klauser +Build-Depends: debhelper (>=9), dh-systemd +Standards-Version: 3.9.7 +Homepage: https://github.com/tklauser/llmnrd + +Package: llmnrd +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: llmnrd - Link-Local Multicast Resolution Daemon + lmnrd is a daemon implementing the Link-Local Multicast Name Resolution + (LLMNR) protocol according to RFC 4795. It currently only supports Linux, as + it uses the netlink kernel interface. + . + llmnrd will respond to name resolution queries sent by Windows clients in + networks where no DNS server is available. It supports both IPv4 and IPv6. -- cgit v1.2.3-54-g00ecf