summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-18 21:32:33 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-18 21:32:36 +0000
commit7dcdcdd7c58d7ea097088f76909b04d0ba0db5f6 (patch)
tree17af580f709d5f539907cb30c1e881137b779fe7 /debian/changelog
parent76e5c4414c5d0ecd5efdd55c6e93290763873eff (diff)
dgit: git_lrfetch_sane: Take $url, and pass it right value in import
This means we actually use the url from a Dgit .dsc field naming an unknown distro. Closes:#851728. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d334b39..ce2b0b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
dgit (3.6~) unstable; urgency=medium
+ Bugfixes:
+ * Actually use the url from a Dgit .dsc field naming an unknown distro.
+ Closes:#851728.
+
Minor improvements:
* Use `confess' to print a stack trace in a couple of internal error
rcases.