summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-08-16 13:30:01 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-08-16 13:30:01 +0100
commit9acb31a971d4f653836bbcf07410f51d3f80dbdd (patch)
treee9ae76490fea1187410522c1a4974e3fda9f84ff /debian
parentab500fe2332b6ad9af0baedd50440331c0b83492 (diff)
If a .orig in .. is a symlink, hardlink the link target into our private unpack directory, rather than the link itself (since latter won't work if the symlink is relative).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 577b81a..1c5fbc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
dgit (1.3) unstable; urgency=low
* In option parser test `@ARGV' not `length @ARGV'. Closes:#795710.
+ * If a .orig in .. is a symlink, hardlink the link target into our
+ private unpack directory, rather than the link itself (since latter
+ won't work if the symlink is relative).
--