chiark / gitweb /
changelog: Start 9.11
[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.git
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, liburi-perl
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  git-debrebase is an alternative to workflows including git-dpm,
42  gbp pq, and direct use of quilt patches.
43
44 Package: git-debpush
45 Depends: devscripts, git, gnupg, ${misc:Depends}
46 Architecture: all
47 Description: client script for git pushing to Debian-style archives
48  git-debpush is a script to create and push a specially formatted
49  signed git tag.  The metadata in the tag indicates that the tagged
50  commit should be pushed (or "uploaded") to a Debian-style archive.
51  .
52  Tags generated by this script can be read by an intermediary service,
53  which performs any conversion that's needed (such as producing and
54  signing a .dsc and .changes), and then uploads the result to the
55  Debian-style archive on your behalf.
56
57 Package: dgit-infrastructure
58 Depends: ${misc:Depends}, perl, git-core, gpgv, chiark-utils-bin,
59          libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3,
60          libdpkg-perl,
61          liblocale-gettext-perl
62 Recommends: dgit
63 Architecture: all
64 Description: dgit server backend infrastructure
65  This package contains tools which are useful for setting up a dgit
66  git repository server.  You probably want dgit, the client package,
67  instead of dgit-infrastructure.