diff options
author | Elazar Leibovich <elazarl@gmail.com> | 2016-11-30 22:21:51 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-12-01 09:08:06 +0100 |
commit | 0c6df1b810241dd535bcc019a192d17a09a20dda (patch) | |
tree | b15bcee7eaec5f39d3f688525b31b634e7e628fa /debian/control | |
parent | efacfa3e42779e5f0bdd857c969d17eb8ad98789 (diff) |
debian: add debian packaging files
This allows to build a debian package by running debuild, fixes #12.
Signed-off-by: Elazar Leibovich <elazarl@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 18 |
1 files changed, 18 insertions, 0 deletions
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 <tklauser@distanz.ch> +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. |