summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-15 19:34:57 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-15 19:38:09 +0100
commitb8c2b9371fef54150ee6d3711a35007092aa576a (patch)
treef7fa1d6e56b7b91ca7997f576e2301712a9d5ac2
parent230275261f3bdec17bcd08c7005e4065355b0277 (diff)
debian/control: Add missing dependencies to dgit-infrastructure
Now it doesn't Depend: dgit, it needs its own copies of these two. I have done git grep '^use' and it seems that these are the only ones that are needed. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index b24b074..dfc4b70 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,8 @@ Description: git interoperability with the Debian archive
Package: dgit-infrastructure
Depends: ${misc:Depends}, perl, git-core, gpgv, chiark-utils-bin,
- libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3
+ libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3,
+ libwww-perl, libdpkg-perl
Recommends: dgit
Architecture: all
Priority: extra