瀏覽代碼

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 11 年之前
父節點
當前提交
aea7418d8a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      hack/make/ubuntu

+ 0 - 1
hack/make/ubuntu

@@ -96,7 +96,6 @@ EOF
 		    --depends lxc \
 		    --depends lxc \
 		    --depends aufs-tools \
 		    --depends aufs-tools \
 		    --depends iptables \
 		    --depends iptables \
-		    --depends cgroup-bin \
 		    --description "$PACKAGE_DESCRIPTION" \
 		    --description "$PACKAGE_DESCRIPTION" \
 		    --maintainer "$PACKAGE_MAINTAINER" \
 		    --maintainer "$PACKAGE_MAINTAINER" \
 		    --conflicts lxc-docker-virtual-package \
 		    --conflicts lxc-docker-virtual-package \