4 Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
5 Standards-Version: 3.9.4.0
6 Build-Depends: debhelper (>= 9), gettext, po4a, tcl
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/
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
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.
26 dgit push constructs uploads from git commits
28 dgit clone and dgit fetch construct git commits from uploads.
30 Package: git-debrebase
31 Depends: perl, git-core, libdpkg-perl, libfile-fnmatch-perl, devscripts,
32 liblocale-gettext-perl,
34 Recommends: dgit, git-buildpackage
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.
40 Package: dgit-infrastructure
41 Depends: ${misc:Depends}, perl, git-core, gpgv, chiark-utils-bin,
42 libjson-perl, libdigest-sha-perl, libdbd-sqlite3-perl, sqlite3,
43 libwww-perl, libdpkg-perl,
44 liblocale-gettext-perl
48 Description: dgit server backend infrastructure
49 This package contains tools which are useful for setting up a dgit
50 git repository server. You probably want dgit, the client package,
51 instead of dgit-infrastructure.