chiark / gitweb /
Allow fetching when archive has out-of-date git hash in .dsc. Closes: #720490.
[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 Suggests: sbuild
13 Architecture: all
14 Description: git interoperability with the Debian archive
15  dgit (with the associated infrastructure) makes it possible to
16  treat the Debian archive as a git repository.
17  .
18  dgit push constructs uploads from git commits
19  .
20  dgit clone and dgit fetch construct git commits from uploads.
21  .
22  WARNING: This program is INCOMPLETE and WRONG and should not yet
23  be used.  It is being uploaded to facilitate development.