summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2014-08-04 01:15:42 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2014-08-04 01:15:42 +0100
commit7cb661445122e9ab8a9e0a1f521ae9e502662b84 (patch)
tree7871475892691e655c5af5291457c24c756ee57c
parent07261afb451ed4420d3dbda87613fa1229130276 (diff)
Close request for --dget:-u as we no longer use dget at all.
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 051b1fd..9666ca0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,7 @@ dgit (0.22~experimental1) experimental; urgency=low
re-retreive the .dsc.
* Check SHA-256 of .dsc against hash from archive_query (ie projectb)
rather than letting dpkg-source do a signature verification.
- Closes:#737619.
+ Closes:#737619. Closes:#737625.
* Treat .dsc as bytes, just like everything else, rather than letting
HTTP::Message convert it to a Perl unicode string which the rest of
the program mishandles. Closes:#738536.