From d2ad7723bee97c44c5a7700133f350d93fe6331c Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Thu, 2 Aug 2018 16:53:29 -0700 Subject: [PATCH] Address review comments on PR #128 Upstream-commit: 0cd6b38d6dbf77a661030303e5cfeb7b26f60d82 Component: packaging --- components/packaging/deb/common/control | 4 ++-- components/packaging/deb/common/rules | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/components/packaging/deb/common/control b/components/packaging/deb/common/control index 0f23b511d4..46f21f56ad 100644 --- a/components/packaging/deb/common/control +++ b/components/packaging/deb/common/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: Docker Standards-Version: 3.9.6 -Homepage: https://dockerproject.org +Homepage: https://docker.com Vcs-Browser: https://github.com/docker/docker Vcs-Git: git://github.com/docker/docker.git @@ -35,7 +35,7 @@ Section: admin Priority: optional Maintainer: Docker Standards-Version: 3.9.6 -Homepage: https://dockerproject.org +Homepage: https://docker.com Vcs-Browser: https://github.com/docker/cli Vcs-Git: git://github.com/docker/cli.git Package: docker-ce-cli diff --git a/components/packaging/deb/common/rules b/components/packaging/deb/common/rules index 27e05dcee7..3e1cd64c35 100644 --- a/components/packaging/deb/common/rules +++ b/components/packaging/deb/common/rules @@ -12,9 +12,6 @@ override_dh_gencontrol: override_dh_auto_build: cd /go/src/github.com/docker/cli && LDFLAGS='' make VERSION=$(VERSION) GITCOMMIT=$(DOCKER_GITCOMMIT) dynbinary manpages -override_dh_auto_test: - #./engine/bundles/dynbinary-daemon/dockerd -v - override_dh_strip: # Go has lots of problems with stripping, so just don't