summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-15 23:15:54 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-07-15 23:16:02 +0100
commita68894875ce0d11261882f62b2aa28a6e3eed673 (patch)
tree1f8473670bcb9f80fcf6476117330502a6a31644 /debian/changelog
parent643fe03fd85c430ca77c9a3a59a4d9e6f99e9f7c (diff)
dgit import: Defend against broken symlinks in ..
Provide a special error message if lstat succeeds but lstat fails. This is not hypothetical - currently even dgit import ../blah.dsc can generate this situation ! Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1d912c0..784269c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ dgit (3.12~) unstable; urgency=medium
* Defend against commit subject lines which would generate patches which
look like series files, etc. Involves adding .patch to all generated
patch filenames.
+ * dgit import: Defend against broken symlinks in ..
--