X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dsa-metapackages.git;a=blobdiff_plain;f=debian%2Fcontrol;h=18e8464e213ee27b8c5352e435094080afdcc276;hp=48d4dbc261051e0d81875735e6c4f5ac1246447c;hb=91e8b59a357c3c3e000a6758861e0b6078c5273c;hpb=77bf4cb03dd64100c4133ea7bab2b086cbb973a6 diff --git a/debian/control b/debian/control index 48d4dbc..18e8464 100644 --- a/debian/control +++ b/debian/control @@ -1089,3 +1089,29 @@ 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 +Depends: perl, + libwww-perl, + libdpkg-perl, + git, + devscripts, + dpkg-dev, + libdigest-sha-perl, + dput, + curl, + libjson-perl, + gpgv, + chiark-utils-bin, + wget, + 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.)