Browse code

Fix debian policy rule

Fix issue in debian policy by removeing double quotes.

Signed-off-by: Paul Liljenberg <liljenberg.paul@gmail.com>

Paul Liljenberg authored on 2016/03/20 04:58:19
Showing 1 changed files
... ...
@@ -6,7 +6,7 @@ override_dh_gencontrol:
6 6
 	# if we're on Ubuntu, we need to Recommends: apparmor
7 7
 	echo 'apparmor:Recommends=$(shell dpkg-vendor --is Ubuntu && echo apparmor)' >> debian/docker-engine.substvars
8 8
 	# recommend yubico-piv-tool since we include pkcs11 by default
9
-	echo 'yubico:Recommends="yubico-piv-tool (>= 1.1.0~)"' >> debian/docker-engine.substvars
9
+	echo 'yubico:Recommends=yubico-piv-tool (>= 1.1.0~)' >> debian/docker-engine.substvars
10 10
 	dh_gencontrol
11 11
 
12 12
 override_dh_auto_build: