git » debian:dnss » commit e89597b

Describe the package as a "daemon" instead of "tool", for clarity

author Alberto Bertogli (debian)
2016-11-30 22:00:41 UTC
committer Alberto Bertogli (debian)
2016-11-30 22:00:41 UTC
parent 7fd15d33dafb618abf59bd04aff1b3fa55e4caa7

Describe the package as a "daemon" instead of "tool", for clarity

debian/control +3 -3

diff --git a/debian/control b/debian/control
index b34e44d..2b84d39 100644
--- a/debian/control
+++ b/debian/control
@@ -23,9 +23,9 @@ Architecture: any
 Built-Using: ${misc:Built-Using}
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Description: Tool for encapsulating DNS over HTTPS or GRPC
- dnss is a tool for encapsulating DNS over more secure protocols, like HTTPS or
- GRPC.
+Description: Daemon for encapsulating DNS over HTTPS or GRPC
+ dnss is a daemon for encapsulating DNS over more secure protocols, like HTTPS
+ or GRPC.
  .
  In HTTPS mode, it can act as a DNS-over-HTTPS proxy, using
  https://dns.google.com (or any other with the same API) as a server.