Browse code

Update the "cgroup-lite" dep in our deb package from "Suggests" to "Recommends" and add "cgroupfs-mount" as another alternative

I tested to verify that if neither package is available (for example, on Debian Wheezy), apt still continues installing properly.

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)

Tianon Gravi authored on 2014/04/29 08:08:03
Showing 1 changed files
... ...
@@ -135,7 +135,7 @@ EOF
135 135
 			--deb-recommends ca-certificates \
136 136
 			--deb-recommends git \
137 137
 			--deb-recommends xz-utils \
138
-			--deb-suggests cgroup-lite \
138
+			--deb-recommends 'cgroupfs-mount | cgroup-lite' \
139 139
 			--description "$PACKAGE_DESCRIPTION" \
140 140
 			--maintainer "$PACKAGE_MAINTAINER" \
141 141
 			--conflicts docker \