summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-29 00:28:03 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-29 00:28:03 +0100
commit1328103204edf22d541028380c85abf5b98e3e7f (patch)
tree4bf09e9e86242f90a184e6ec46ca1d5f33acf19a
parent033356e270c87b1edd3411a5f7c1a020885cafd1 (diff)
changelog typo fixdebian/0.13
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1934e68..51d8e43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +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.)
+ Closes: #720526. (This introduces a dependency on Digest::SHA.)
* Do not always pointlessly fetch the .dsc twice. (That code was
erroneously duplicated during editing, apparently.)
* Remove DGET_UNPACK from the environment in case the user has set it.