Fix debian policy rule
Fix issue in debian policy by removeing double quotes. Signed-off-by: Paul Liljenberg <liljenberg.paul@gmail.com>
This commit is contained in:
parent
9e530247e0
commit
f10c8e786b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue