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