X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fcontrol;h=d37f5f78b10950dee40346fe2d4cbf077f8137e0;hb=c315665ee5ff99ad78b4621abfd6be0d73b4e0c9;hp=8f15413b959dd83af03b87f3d25adf108e5a9632;hpb=d1c14131ff8c1e9e0b0b005cb065a952b6631e3c;p=dgit.git diff --git a/debian/control b/debian/control index 8f15413b..d37f5f78 100644 --- a/debian/control +++ b/debian/control @@ -4,10 +4,14 @@ Priority: optional Maintainer: Ian Jackson Standards-Version: 3.9.4.0 Build-Depends: debhelper (>= 9) +Testsuite: autopkgtest +Vcs-Git: git://anonscm.debian.org/dgit-repos/repos/dgit.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=dgit-repos/repos/dgit.git Package: dgit Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev, - ${misc:Depends}, realpath, libdigest-sha-perl + ${misc:Depends}, realpath, libdigest-sha-perl, dput, curl, + libjson-perl, ca-certificates Recommends: ssh-client Suggests: sbuild Architecture: all @@ -18,3 +22,12 @@ Description: git interoperability with the Debian archive dgit push constructs uploads from git commits . dgit clone and dgit fetch construct git commits from uploads. + +Package: dgit-infrastructure +Depends: ${misc:Depends}, perl, git-core, dgit, gpgv, chiark-utils-bin, + libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3 +Architecture: all +Priority: extra +Description: dgit server backend infrastructure + This package contains tools which are useful for setting up a dgit + git repository server. You probably want dgit, the client package.