summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-01-07 23:10:04 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-01-07 23:13:40 +0000
commitef2804f8817f5d2771caa1c70a9ebe4591268099 (patch)
tree0cd1683222296e446a5577c4c75cbcee7ab17472 /debian/changelog
parent23e56c29bdbca9862d483b3551b107cd9a25c648 (diff)
dgit: archive-api-query: Avoid crashing due to lack of $isuite
Otherwise: Use of uninitialized value $isuite in concatenation (.) or string at dgit line 705. This breaks the infrastructure. Closes:#886592. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8d56188..6bac07b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
dgit (4.3~) unstable; urgency=medium
- *
+ Bugfixes:
+ * dgit archive-api-query: Avoid crashing due to lack of $isuite.
+ This breaks the infrastructure. Closes:#886592.
--