Merge pull request #21343 from pandrew/fix-debian-policy-rule

Fix debian policy rule
This commit is contained in:
Jess Frazelle 2016-03-20 12:28:58 -07:00
commit 9ea7e082ef

View file

@ -6,7 +6,7 @@ override_dh_gencontrol:
# if we're on Ubuntu, we need to Recommends: apparmor
echo 'apparmor:Recommends=$(shell dpkg-vendor --is Ubuntu && echo apparmor)' >> debian/docker-engine.substvars
# recommend yubico-piv-tool since we include pkcs11 by default
echo 'yubico:Recommends="yubico-piv-tool (>= 1.1.0~)"' >> debian/docker-engine.substvars
echo 'yubico:Recommends=yubico-piv-tool (>= 1.1.0~)' >> debian/docker-engine.substvars
dh_gencontrol
override_dh_auto_build: