summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-06-23 13:13:18 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-06-23 13:13:18 +0100
commitc679e537505487f4e2c7277d9ed2440ef574f657 (patch)
tree2e873853a743f7d626391bdb273ded077c6b1d4a /debian
parentf643d6182a1490fe9969c1ed02306518699e0ebd (diff)
Packaging: Strengthen dgit-infrastructure dependencies
In practice these dependencies are going to be needed for almost all deployments. They are also needed for the DEP-8 test suite, and we would prefer not to replicate them in debian/tests/control.
Diffstat (limited to 'debian')
-rw-r--r--debian/control5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 19a1a74..4251c22 100644
--- a/debian/control
+++ b/debian/control
@@ -24,9 +24,8 @@ Description: git interoperability with the Debian archive
dgit clone and dgit fetch construct git commits from uploads.
Package: dgit-infrastructure
-Depends: ${misc:Depends}
-Recommends: perl, git-core, dgit, gpgv, chiark-utils-bin, wget,
- libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3
+Depends: ${misc:Depends}, perl, git-core, dgit, gpgv, chiark-utils-bin, wget,
+ libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3
Architecture: all
Priority: extra
Description: dgit server backend infrastructure