chiark / gitweb /
Split brain: Add some debug relating to tagwants
[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://git.chiark.greenend.org.uk/~ianmdlvl/dgit.git
9 Vcs-Browser: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git/dgit.git/
10
11 Package: dgit
12 Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev,
13          ${misc:Depends},
14          coreutils (>= 8.23-1~) | realpath,
15          libdigest-sha-perl, dput, curl,
16          libjson-perl, ca-certificates
17 Recommends: ssh-client
18 Suggests: sbuild
19 Architecture: all
20 Description: git interoperability with the Debian archive
21  dgit (with the associated infrastructure) makes it possible to
22  treat the Debian archive as a git repository.
23  .
24  dgit push constructs uploads from git commits
25  .
26  dgit clone and dgit fetch construct git commits from uploads.
27
28 Package: dgit-infrastructure
29 Depends: ${misc:Depends}, perl, git-core, dgit, gpgv, chiark-utils-bin,
30          libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3
31 Architecture: all
32 Priority: extra
33 Description: dgit server backend infrastructure
34  This package contains tools which are useful for setting up a dgit
35  git repository server.  You probably want dgit, the client package.