chiark / gitweb /
Remove duplicate libdigest-sha-perl from dgit.d.o dependencies
[dsa-metapackages.git] / debian / control
index 48d4dbc261051e0d81875735e6c4f5ac1246447c..18e8464e213ee27b8c5352e435094080afdcc276 100644 (file)
@@ -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.)