summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-28 23:03:38 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-28 23:03:38 +0100
commitbd9da469ec0702223270445ced410a54fb3d5158 (patch)
tree89e785ee50ba8db67e5ec15e0b33c34e8b68945f /debian
parent3c24da0438db18fb49b0458b97613bdb9e6797a1 (diff)
Reuse already-downloaded .orig files after checking their hashes. Closes: #720526. (This introduces a dependency on the Digest::SHA.)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2f80f28..cb80d51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
dgit (0.13) unstable; urgency=low
+ * Reuse already-downloaded .orig files after checking their hashes.
+ Closes: #720526. (This introduces a dependency on the Digest::SHA.)
* Remove DGET_UNPACK from the environment in case the user has set it.
* Remove scary warning from Description.
diff --git a/debian/control b/debian/control
index 986189d..8f15413 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9)
Package: dgit
Depends: perl, libwww-perl, libdpkg-perl, git-core, devscripts, dpkg-dev,
- ${misc:Depends}, realpath
+ ${misc:Depends}, realpath, libdigest-sha-perl
Recommends: ssh-client
Suggests: sbuild
Architecture: all