chiark / gitweb /
do not use git-show-ref as it is hopeless; just do it ourselves
[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
8 Package: dgit
9 Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev,
10          ${misc:Depends}
11 Recommends: ssh-client
12 Architecture: all
13 Description: git interoperability with the Debian archive
14  dgit (with the associated infrastructure) makes it possible to
15  treat the Debian archive as a git repository.
16  .
17  dgit push constructs uploads from git commits
18  .
19  dgit clone and dgit fetch construct git commits from uploads.
20  .
21  WARNING: This program is INCOMPLETE and WRONG and should not yet
22  be used.  It is being uploaded to facilitate development.