Remove unneeded sqlite deps from puppet and debian control
| ... | ... |
@@ -3,14 +3,14 @@ Section: misc |
| 3 | 3 |
Priority: extra |
| 4 | 4 |
Homepage: https://github.com/dotcloud/docker |
| 5 | 5 |
Maintainer: Daniel Mizyrycki <daniel@dotcloud.com> |
| 6 |
-Build-Depends: debhelper (>= 8.0.0), pkg-config, git, golang, libsqlite3-dev |
|
| 6 |
+Build-Depends: debhelper (>= 8.0.0), git, golang |
|
| 7 | 7 |
Vcs-Git: https://github.com/dotcloud/docker.git |
| 8 | 8 |
Standards-Version: 3.9.2 |
| 9 | 9 |
|
| 10 | 10 |
Package: dotcloud-docker |
| 11 | 11 |
Architecture: amd64 |
| 12 | 12 |
Provides: dotcloud-docker |
| 13 |
-Depends: lxc, wget, bsdtar, curl, libsqlite3-0 |
|
| 13 |
+Depends: lxc, wget, bsdtar, curl |
|
| 14 | 14 |
Conflicts: docker |
| 15 | 15 |
Description: A process manager with superpowers |
| 16 | 16 |
It encapsulates heterogeneous payloads in Standard Containers, and runs |
| ... | ... |
@@ -32,7 +32,6 @@ class docker {
|
| 32 | 32 |
Package { ensure => "installed" }
|
| 33 | 33 |
|
| 34 | 34 |
package { ["lxc", "debootstrap", "wget", "bsdtar", "git",
|
| 35 |
- "pkg-config", "libsqlite3-dev", |
|
| 36 | 35 |
"linux-image-3.5.0-25-generic", |
| 37 | 36 |
"linux-image-extra-3.5.0-25-generic", |
| 38 | 37 |
"linux-headers-3.5.0-25-generic"]: } |