chiark / gitweb /
i18n: i18n-diff-auditor: fix multi-arg handling
[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          liblocale-gettext-perl,
15          coreutils (>= 8.23-1~),
16          libdigest-sha-perl, dput, curl, apt,
17          libjson-perl, ca-certificates,
18          libtext-iconv-perl, libtext-glob-perl
19 Recommends: ssh-client
20 Suggests: sbuild | pbuilder | cowbuilder
21 Architecture: all
22 Description: git interoperability with the Debian archive
23  dgit (with the associated infrastructure) makes it possible to
24  treat the Debian archive as a git repository.
25  .
26  dgit push constructs uploads from git commits
27  .
28  dgit clone and dgit fetch construct git commits from uploads.
29
30 Package: git-debrebase
31 Depends: perl, git-core, libdpkg-perl, libfile-fnmatch-perl, devscripts,
32          liblocale-gettext-perl,
33          ${misc:Depends}
34 Recommends: dgit, git-buildpackage
35 Architecture: all
36 Description: rebasing git workflow tool for Debian packaging
37  git-debrebase is a tool for representing in git, and manipulating,
38  Debian packages based on upstream source code.
39
40 Package: dgit-infrastructure
41 Depends: ${misc:Depends}, perl, git-core, gpgv, chiark-utils-bin,
42          libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3,
43          libwww-perl, libdpkg-perl,
44          liblocale-gettext-perl
45 Recommends: dgit
46 Architecture: all
47 Priority: extra
48 Description: dgit server backend infrastructure
49  This package contains tools which are useful for setting up a dgit
50  git repository server.  You probably want dgit, the client package,
51  instead of dgit-infrastructure.