chiark / gitweb /
Provide Depends for dgit.debian.org (gideon)
[dsa-metapackages.git] / debian / control
index ec963e881cd6663521f25483a6174a8986fc7893..0a0bae260a277a4bfae31ef26e8b3fa02ae4bce2 100644 (file)
@@ -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,
@@ -871,6 +872,7 @@ Description: metapackage for piuparts-slave.debian.org
 Package: debian.org-wiki.debian.org
 Architecture: all
 Depends: libapache2-mod-wsgi,
+       libcgi-pm-perl,
        libjson-perl,
        python-moinmoin (>= 1.9.7-2~bpo7+1),
        python-launchpadlib,
@@ -1087,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.)