diff options
| author | Christian Poessinger <christian@poessinger.com> | 2017-12-06 17:36:13 +0100 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2017-12-08 17:56:52 +0100 |
| commit | 8ac9fd188aa37e9536f42d1e796e0ae8b739d83d (patch) | |
| tree | 4df06e7cc3a6b740e4fe353c6d42e7d2defe326c /debian/control | |
| parent | 89f049f94e9ce08b2d17808b28458ee1bf51c9d5 (diff) | |
| download | mdns-repeater-8ac9fd188aa37e9536f42d1e796e0ae8b739d83d.tar.gz mdns-repeater-8ac9fd188aa37e9536f42d1e796e0ae8b739d83d.zip | |
Add support for Debian packages
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6606218 --- /dev/null +++ b/debian/control @@ -0,0 +1,27 @@ +Source: mdns-repeater +Section: net +Priority: optional +Maintainer: Christian Poessinger <christian@poessinger.com> +Build-Depends: debhelper (>= 5), + pkg-config, + dh-systemd (>= 1.5) +Standards-Version: 3.9.6 +Vcs-Git: http://github.com/c-po/mdns-repeater +Homepage: http://github.com/c-po/mdns-repeater + +Package: mdns-repeater +Architecture: linux-any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Multicast DNS repeater + mdns-repeater is a Multicast DNS repeater for Linux. Multicast DNS + uses the 224.0.0.51 address, which is "administratively scoped" and does not + leave the subnet. + . + mdns-repeater provides a "keep it simple, stupid" solution to discovering mDNS + services across subnets, and is primarily intended for router distributions and + software firewalls. + . + Since the mDNS protocol sends the AA records in the packet itself, the repeater + does not need to forge the source address. Instead, the source address is of + the interface that repeats the packet. + |
