chiark / gitweb /
3395984a563fe00a767c9ac5b3506e650b5e41e2
[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), gettext, po4a, tcl
7 Testsuite: autopkgtest
8 Vcs-Git: https://salsa.debian.org/dgit-team/dgit
9 Vcs-Browser: https://salsa.debian.org/dgit-team/dgit
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: git-debpush
41 Depends: devscripts, git, gnupg, ${misc:Depends}
42 Architecture: all
43 Description: client script for git pushing to Debian-style archives
44  git-debpush is a script to create and push a specially formatted
45  signed git tag.  The metadata in the tag indicates that the tagged
46  commit should be pushed (or "uploaded") to a Debian-style archive.
47  .
48  Tags generated by this script can be read by an intermediary service,
49  which performs any conversion that's needed (such as producing and
50  signing a .dsc and .changes), and then uploads the result to the
51  Debian-style archive on your behalf.
52
53 Package: dgit-infrastructure
54 Depends: ${misc:Depends}, perl, git-core, gpgv, chiark-utils-bin,
55          libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3,
56          libwww-perl, libdpkg-perl,
57          liblocale-gettext-perl
58 Recommends: dgit
59 Architecture: all
60 Priority: extra
61 Description: dgit server backend infrastructure
62  This package contains tools which are useful for setting up a dgit
63  git repository server.  You probably want dgit, the client package,
64  instead of dgit-infrastructure.