From: Ian Jackson Date: Sun, 23 Oct 2016 18:17:45 +0000 (+0100) Subject: Properly look for .origs etc. in .., fetching them less often. X-Git-Tag: archive/debian/2.9~54 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=cb1a4dcdcdb0bb00d38eb38a8b0285f8e81965b5 Properly look for .origs etc. in .., fetching them less often. Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index 4ff91b9d..4d553f6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ dgit (2.9~) unstable; urgency=low * Split brain mode: Fix --new. Closes:#842354. * During push, automatically calculate which .origs are required, so user never needs [--ch:]-sa or [--ch:]-sd. Closes:#829116. + * Properly look for .origs etc. in .., fetching them less often. -- diff --git a/dgit b/dgit index 0330552e..2e700813 100755 --- a/dgit +++ b/dgit @@ -1830,7 +1830,7 @@ sub generate_commits_from_dsc () { printdebug "considering linking $f: "; - link_ltarget "../../../$f", $f + link_ltarget "../../../../$f", $f or ((printdebug "($!) "), 0) or $!==&ENOENT or die "$f $!";