Browse code

Revert "Add cgroup-bin dependency to our Ubuntu package"

This reverts commit c81bb20f5b2b5d86059c6004e60ba23b03d30fe0.

After re-reading the documentation: "The Recommends field should list packages that would be found together with this one in all but unusual installations."

Thus, "Recommends" is an acceptable place for this dep, and anyone disabling that gets to keep the pieces.

The main crux of why this needs to be reverted is because it breaks Debian completely because "lxc" and "cgroup-bin" can't be installed concurrently.

Tianon Gravi authored on 2013/12/06 11:03:47
Showing 1 changed files
... ...
@@ -96,7 +96,6 @@ EOF
96 96
 		    --depends lxc \
97 97
 		    --depends aufs-tools \
98 98
 		    --depends iptables \
99
-		    --depends cgroup-bin \
100 99
 		    --description "$PACKAGE_DESCRIPTION" \
101 100
 		    --maintainer "$PACKAGE_MAINTAINER" \
102 101
 		    --conflicts lxc-docker-virtual-package \