mirror of https://github.com/docker/docs.git
Merge pull request #241 from titanous/cleanup-deps
Remove unneeded sqlite deps from puppet and debian control
This commit is contained in:
commit
b51fe837a4
|
@ -3,14 +3,14 @@ Section: misc
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Homepage: https://github.com/dotcloud/docker
|
Homepage: https://github.com/dotcloud/docker
|
||||||
Maintainer: Daniel Mizyrycki <daniel@dotcloud.com>
|
Maintainer: Daniel Mizyrycki <daniel@dotcloud.com>
|
||||||
Build-Depends: debhelper (>= 8.0.0), pkg-config, git, golang, libsqlite3-dev
|
Build-Depends: debhelper (>= 8.0.0), git, golang
|
||||||
Vcs-Git: https://github.com/dotcloud/docker.git
|
Vcs-Git: https://github.com/dotcloud/docker.git
|
||||||
Standards-Version: 3.9.2
|
Standards-Version: 3.9.2
|
||||||
|
|
||||||
Package: dotcloud-docker
|
Package: dotcloud-docker
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Provides: dotcloud-docker
|
Provides: dotcloud-docker
|
||||||
Depends: lxc, wget, bsdtar, curl, libsqlite3-0
|
Depends: lxc, wget, bsdtar, curl
|
||||||
Conflicts: docker
|
Conflicts: docker
|
||||||
Description: A process manager with superpowers
|
Description: A process manager with superpowers
|
||||||
It encapsulates heterogeneous payloads in Standard Containers, and runs
|
It encapsulates heterogeneous payloads in Standard Containers, and runs
|
||||||
|
|
|
@ -32,7 +32,6 @@ class docker {
|
||||||
Package { ensure => "installed" }
|
Package { ensure => "installed" }
|
||||||
|
|
||||||
package { ["lxc", "debootstrap", "wget", "bsdtar", "git",
|
package { ["lxc", "debootstrap", "wget", "bsdtar", "git",
|
||||||
"pkg-config", "libsqlite3-dev",
|
|
||||||
"linux-image-3.5.0-25-generic",
|
"linux-image-3.5.0-25-generic",
|
||||||
"linux-image-extra-3.5.0-25-generic",
|
"linux-image-extra-3.5.0-25-generic",
|
||||||
"linux-headers-3.5.0-25-generic"]: }
|
"linux-headers-3.5.0-25-generic"]: }
|
||||||
|
|
Loading…
Reference in New Issue