summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-02-08 14:45:53 +0100
committerTobias Klauser <tklauser@distanz.ch>2017-02-08 14:49:39 +0100
commit3a6bc9c6901c56f22bf105670f6da281f9eceba1 (patch)
tree72467326aa69ed31684bda5d1c65ce900f662d45 /debian/control
parent7f719d2f9f39dc541da85ff3cfc709058952d837 (diff)
debian: remove debian packaging files
There is now an official package in the Debian package repository [1] which should be used instead of locally built packages. Drop the local packaging file which anyway no longer match the version in Debian. [1] https://packages.debian.org/sid/llmnrd Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 0 insertions, 18 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 7058c99..0000000
--- a/debian/control
+++ /dev/null
@@ -1,18 +0,0 @@
-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.