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=91a3be6cee3db65fcd8f5294bd10ef6a1602b9c8;hb=91e8b59a357c3c3e000a6758861e0b6078c5273c;hpb=91e9fdee912a0b5619f168d066abbdc52c6ef314 diff --git a/debian/control b/debian/control index 91a3be6..18e8464 100644 --- a/debian/control +++ b/debian/control @@ -254,6 +254,7 @@ Depends: debiandoc-sgml, latex-cjk-all, latex-cjk-chinese, ldap-utils, + libcgi-pm-perl, libemail-address-perl, libintl-perl, libmime-lite-perl, @@ -1088,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.)