chiark / gitweb /
Reuse already-downloaded .orig files after checking their hashes. Closes: #720526...
[dgit.git] / debian / control
index ebda31c23e64c79793cc2f1f0a3f509fd1b02aac..8f15413b959dd83af03b87f3d25adf108e5a9632 100644 (file)
@@ -7,8 +7,9 @@ Build-Depends: debhelper (>= 9)
 
 Package: dgit
 Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev,
-         ${misc:Depends}
+         ${misc:Depends}, realpath, libdigest-sha-perl
 Recommends: ssh-client
+Suggests: sbuild
 Architecture: all
 Description: git interoperability with the Debian archive
  dgit (with the associated infrastructure) makes it possible to
@@ -17,6 +18,3 @@ Description: git interoperability with the Debian archive
  dgit push constructs uploads from git commits
  .
  dgit clone and dgit fetch construct git commits from uploads.
- .
- WARNING: This program is INCOMPLETE and WRONG and should not yet
- be used.  It is being uploaded to facilitate development.