summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2021-08-16 20:38:09 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2021-08-16 20:38:09 +0100
commit25ea0a649771ea770723719563744d3f3f0f81fc (patch)
tree5fef588e547758845dd0a978d57da46e6de7323f
parent79f231c27c5157ccc8430506b9f790dde2ee701d (diff)
Make the synopsis read less like advertising
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 00fcd942..bb28fc5e 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Package: docker-compose
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-distutils
Recommends: docker.io (>= 1.9.0)
-Description: Punctual, lightweight development environments using Docker
+Description: define and run multi-container Docker applications with YAML
docker-compose is a service management software built on top of docker. Define
your services and their relationships in a simple YAML file, and let compose
handle the rest.