chiark / gitweb /
wip changes for remote push - fixes, todos
[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 Vcs-Git: git://anonscm.debian.org/dgit-repos/repos/dgit.git
8 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=dgit-repos/repos/dgit.git
9
10 Package: dgit
11 Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev,
12          ${misc:Depends}, realpath, libdigest-sha-perl
13 Recommends: ssh-client
14 Suggests: sbuild
15 Architecture: all
16 Description: git interoperability with the Debian archive
17  dgit (with the associated infrastructure) makes it possible to
18  treat the Debian archive as a git repository.
19  .
20  dgit push constructs uploads from git commits
21  .
22  dgit clone and dgit fetch construct git commits from uploads.