From 8d2a423d8716aafc4bd5d05eeceec87dae27202b Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Thu, 10 Dec 2015 16:54:47 +0200 Subject: [PATCH] control: add missing fields Without section/priority, reprepro will reject the packages. Add sections following the Debian docker.io packages Signed-off-by: Riku Voipio --- hack/make/.build-deb/control | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hack/make/.build-deb/control b/hack/make/.build-deb/control index c4a63b4ff9..6a2af3f2dc 100644 --- a/hack/make/.build-deb/control +++ b/hack/make/.build-deb/control @@ -1,5 +1,8 @@ Source: docker-engine +Section: admin +Priority: optional Maintainer: Docker +Standards-Version: 3.9.6 Homepage: https://dockerproject.org Vcs-Browser: https://github.com/docker/docker Vcs-Git: git://github.com/docker/docker.git