Skip to content

Commit

Permalink
Remove unneeded sqlite deps from puppet and debian control
Browse files Browse the repository at this point in the history
  • Loading branch information
titanous committed Mar 28, 2013
1 parent 9528b86 commit 5dc1e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deb/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Section: misc
Priority: extra
Homepage: https://github.com/dotcloud/docker
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
Standards-Version: 3.9.2

Package: dotcloud-docker
Architecture: amd64
Provides: dotcloud-docker
Depends: lxc, wget, bsdtar, curl, libsqlite3-0
Depends: lxc, wget, bsdtar, curl
Conflicts: docker
Description: A process manager with superpowers
It encapsulates heterogeneous payloads in Standard Containers, and runs
Expand Down
1 change: 0 additions & 1 deletion puppet/modules/docker/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
Package { ensure => "installed" }

package { ["lxc", "debootstrap", "wget", "bsdtar", "git",
"pkg-config", "libsqlite3-dev",
"linux-image-3.5.0-25-generic",
"linux-image-extra-3.5.0-25-generic",
"linux-headers-3.5.0-25-generic"]: }
Expand Down

0 comments on commit 5dc1e66

Please sign in to comment.