From: Ian Jackson Date: Mon, 22 Jun 2015 17:03:52 +0000 (+0100) Subject: Provide Depends for dgit.debian.org (gideon) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dsa-metapackages.git;a=commitdiff_plain;h=ca3236dccc35ae7a8d9c2cca28144f93462470ed;ds=inline Provide Depends for dgit.debian.org (gideon) Signed-off-by: Ian Jackson --- diff --git a/debian/control b/debian/control index 48d4dbc..0a0bae2 100644 --- a/debian/control +++ b/debian/control @@ -1089,3 +1089,31 @@ Depends: xapian-omega Description: metapackage for search.debian.org dependencies This package depends on everything that is needed for an instance of the www search engine (aka search.debian.org). + +Package: debian.org-dgit.debian.org +Architecture: all +Architecture: all +Depends: perl, + libwww-perl, + libdpkg-perl, + git-core, + devscripts, + dpkg-dev, + libdigest-sha-perl, + dput, + curl, + libjson-perl, + gpgv, + chiark-utils-bin, + wget, + libdigest-sha-perl, + libdbd-sqlite3-perl, + sqlite3 +Description: metapackage for dgit.debian.org dependencies + This package depends on everything that is needed for an instance of + the dgit git server (aka dgit.debian.org). + . + (This is actually simply the dependencies of the dgit and + dgit-infrastructure binary packages, but due to chicken-and-egg + problems and for ease of maintenance we are running the dgit + infrastructure out of a git tree.)