chiark / gitweb /
Infra: get-dm-txt: Break out $certargs
[dgit.git] / debian / control
1 Source: dgit
2 Section: devel
3 Priority: optional
4 Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
5 Standards-Version: 3.9.4.0
6 Build-Depends: debhelper (>= 9)
7 Testsuite: autopkgtest
8 Vcs-Git: git://anonscm.debian.org/dgit-repos/repos/dgit.git
9 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=dgit-repos/repos/dgit.git
10
11 Package: dgit
12 Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev,
13          ${misc:Depends}, realpath, libdigest-sha-perl, dput, curl,
14          libjson-perl
15 Recommends: ssh-client
16 Suggests: sbuild
17 Architecture: all
18 Description: git interoperability with the Debian archive
19  dgit (with the associated infrastructure) makes it possible to
20  treat the Debian archive as a git repository.
21  .
22  dgit push constructs uploads from git commits
23  .
24  dgit clone and dgit fetch construct git commits from uploads.
25
26 Package: dgit-infrastructure
27 Depends: ${misc:Depends}, perl, git-core, dgit, gpgv, chiark-utils-bin, wget,
28          libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3
29 Architecture: all
30 Priority: extra
31 Description: dgit server backend infrastructure
32  This package contains tools which are useful for setting up a dgit
33  git repository server.  You probably want dgit, the client package.