chiark / gitweb /
59555c6ab574c8f3fdc4ece1f50db759f68ac5d0
[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: 4.4.0.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, 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, libwww-curl-perl,
19          libtext-csv-perl
20 Recommends: ssh-client, distro-info-data
21 Suggests: sbuild | pbuilder | cowbuilder
22 Architecture: all
23 Description: git interoperability with the Debian archive
24  dgit (with the associated infrastructure) makes it possible to
25  treat the Debian archive as a git repository.
26  .
27  dgit push constructs uploads from git commits
28  .
29  dgit clone and dgit fetch construct git commits from uploads.
30
31 Package: git-debrebase
32 Depends: perl, git-core, libdpkg-perl, libfile-fnmatch-perl, devscripts,
33          liblocale-gettext-perl,
34          ${misc:Depends}
35 Recommends: dgit, git-buildpackage
36 Architecture: all
37 Description: rebasing git workflow tool for Debian packaging
38  git-debrebase is a tool for representing in git, and manipulating,
39  Debian packages based on upstream source code.
40
41 Package: git-debpush
42 Depends: devscripts, git, gnupg, ${misc:Depends}
43 Architecture: all
44 Description: client script for git pushing to Debian-style archives
45  git-debpush is a script to create and push a specially formatted
46  signed git tag.  The metadata in the tag indicates that the tagged
47  commit should be pushed (or "uploaded") to a Debian-style archive.
48  .
49  Tags generated by this script can be read by an intermediary service,
50  which performs any conversion that's needed (such as producing and
51  signing a .dsc and .changes), and then uploads the result to the
52  Debian-style archive on your behalf.
53
54 Package: dgit-infrastructure
55 Depends: ${misc:Depends}, perl, git-core, gpgv, chiark-utils-bin,
56          libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3,
57          libdpkg-perl,
58          liblocale-gettext-perl
59 Recommends: dgit
60 Architecture: all
61 Priority: optional
62 Description: dgit server backend infrastructure
63  This package contains tools which are useful for setting up a dgit
64  git repository server.  You probably want dgit, the client package,
65  instead of dgit-infrastructure.