chiark / gitweb /
debian/control: Add missing dependencies to dgit-infrastructure
[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}, git-buildpackage, liblist-moreutils-perl,
14          coreutils (>= 8.23-1~) | realpath,
15          libdigest-sha-perl, dput, curl,
16          libjson-perl, ca-certificates
17 Recommends: ssh-client, libtext-iconv-perl
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, gpgv, chiark-utils-bin,
30          libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3,
31          libwww-perl, libdpkg-perl
32 Recommends: dgit
33 Architecture: all
34 Priority: extra
35 Description: dgit server backend infrastructure
36  This package contains tools which are useful for setting up a dgit
37  git repository server.  You probably want dgit, the client package,
38  instead of dgit-infrastructure.