From 7ae45a97b725c605126f66a58d172347fe1a0cea Mon Sep 17 00:00:00 2001 From: Malware Utkonos Date: Fri, 3 Jun 2022 14:38:05 -0400 Subject: [PATCH] Set recommended control fields: Section and Priority. Fixes #256 (#272) Signed-off-by: Malware Utkonos --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index cbeace5..09df0d7 100644 --- a/debian/control +++ b/debian/control @@ -4,5 +4,7 @@ Build-Depends: debhelper (>= 9), ca-certificates, curl, base-files (>= 11.1~) | Package: coredns Architecture: any +Section: net +Priority: optional Description: DNS server that chains plugins Depends: adduser