summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2014-11-08 22:21:27 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2014-11-09 11:58:19 +0000
commit1b2c10f57b0257aac61a696378e9c8c05df8bf4f (patch)
treee958be79fec81a1f82679e57aebbcaf0894682d2 /debian/control
parent6fb4b888dd654e78fb263e69147de9d9df4a532b (diff)
New dgit-infrastructure binary package containing dgit-repos-server et al. Client users probably don't want this stuff. Also, it provides a convenient way to publish the dependencies.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 798465b..cc26c04 100644
--- a/debian/control
+++ b/debian/control
@@ -21,3 +21,13 @@ Description: git interoperability with the Debian archive
dgit push constructs uploads from git commits
.
dgit clone and dgit fetch construct git commits from uploads.
+
+Package: dgit-infrastructure
+Depends: ${misc:Depends}
+Recommends: perl, git-core, gpgv, chiark-utils-bin, wget,
+ libdigest-sha-perl
+Architecture: all
+Priority: extra
+Description: dgit server backend infrastructure
+ This package contains tools which are useful for setting up a dgit
+ git repository server. You probably want dgit, the client package.