From b8c2b9371fef54150ee6d3711a35007092aa576a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 15 Oct 2016 19:34:57 +0100 Subject: [PATCH] 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 --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index b24b0741..dfc4b701 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 -- 2.30.2