From 1456fda3ec36d29f80ea24e905b10e93a6d7a04b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 20 Sep 2018 11:42:29 +0200 Subject: [PATCH 1/2] change home page link for deb pkgs Signed-off-by: Sebastiaan van Stijn (cherry picked from commit a4df8fe1f86f38ad935862eb188b6fc234d22793) Signed-off-by: Sebastiaan van Stijn Upstream-commit: 702f6a07fccef45343368895d105bb3e79ad2339 Component: packaging --- components/packaging/deb/common/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/packaging/deb/common/control b/components/packaging/deb/common/control index d45e144702..0d04c29c48 100644 --- a/components/packaging/deb/common/control +++ b/components/packaging/deb/common/control @@ -9,7 +9,7 @@ Build-Depends: bash-completion, make, gcc Standards-Version: 3.9.6 -Homepage: https://docker.com +Homepage: https://www.docker.com Vcs-Browser: https://github.com/docker/docker Vcs-Git: git://github.com/docker/docker.git From 4827d551d29a9b564c619b29b7f9a43aa41df178 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 20 Sep 2018 11:45:13 +0200 Subject: [PATCH 2/2] change some wording in package description Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 1a3379642fb37457d0249ae99385d17ddc85a6af) Signed-off-by: Sebastiaan van Stijn Upstream-commit: 56bed5f33d75bf297c8f3c2018a34aaa30cfe9da Component: packaging --- components/packaging/deb/common/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/packaging/deb/common/control b/components/packaging/deb/common/control index 0d04c29c48..cf31d62f7a 100644 --- a/components/packaging/deb/common/control +++ b/components/packaging/deb/common/control @@ -27,11 +27,11 @@ Recommends: aufs-tools, Conflicts: docker (<< 1.5~), docker.io, lxc-docker, lxc-docker-virtual-package, docker-engine, docker-engine-cs Replaces: docker-engine Description: Docker: the open-source application container engine - Docker is an open source project to build, ship and run any application as a + Docker is a product for you to build, ship and run any application as a lightweight container . Docker containers are both hardware-agnostic and platform-agnostic. This means - they can run anywhere, from your laptop to the largest EC2 compute instance and + they can run anywhere, from your laptop to the largest cloud compute instance and everything in between - and they don't require you to use a particular language, framework or packaging system. That makes them great building blocks for deploying and scaling web apps, databases, and backend services without @@ -43,11 +43,11 @@ Depends: ${shlibs:Depends} Conflicts: docker (<< 1.5~), docker.io, lxc-docker, lxc-docker-virtual-package, docker-engine, docker-engine-cs Breaks: docker-ce (<< 18.06~) Description: Docker CLI: the open-source application container engine - Docker is an open source project to build, ship and run any application as a + Docker is a product for you to build, ship and run any application as a lightweight container . Docker containers are both hardware-agnostic and platform-agnostic. This means - they can run anywhere, from your laptop to the largest EC2 compute instance and + they can run anywhere, from your laptop to the largest cloud compute instance and everything in between - and they don't require you to use a particular language, framework or packaging system. That makes them great building blocks for deploying and scaling web apps, databases, and backend services without