chiark / gitweb /
quilt linearisation in changelog
[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://anonscm.debian.org/dgit-repos/repos/dgit.git
9 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=dgit-repos/repos/dgit.git
10
11 Package: dgit
12 Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev,
13          ${misc:Depends}, realpath, libdigest-sha-perl, dput, curl | wget
14 Recommends: ssh-client
15 Suggests: sbuild
16 Architecture: all
17 Description: git interoperability with the Debian archive
18  dgit (with the associated infrastructure) makes it possible to
19  treat the Debian archive as a git repository.
20  .
21  dgit push constructs uploads from git commits
22  .
23  dgit clone and dgit fetch construct git commits from uploads.
24
25 Package: dgit-infrastructure
26 Depends: ${misc:Depends}
27 Recommends: perl, git-core, gpgv, chiark-utils-bin, wget,
28             libdigest-sha-perl
29 Architecture: all
30 Priority: extra
31 Description: dgit server backend infrastructure
32  This package contains tools which are useful for setting up a dgit
33  git repository server.  You probably want dgit, the client package.