Hi, Joachim Breitner wrote:
> I’m about to upload a new version of ghc to experimental, which FTBFS > with dash in experimental. I added a Build-Conflicts on dash > =0.5.6.1-1~exp1, so hopefully the buildds will pick up dash from > unstable, but I’m not too confident that this will happen. Hmm, an interesting side-effect to the behavior described in Bug#216768. > Are we likely seeing an upload fixing #618023 soon? Gerrit, the following changes are available from git://repo.or.cz/dash/debian/jrn.git proposed-updates (commit 08ad97a7, patched upstream source in branch candidate+patches, commit a888a8c). The main change since the last time I wrote is to run autoreconf at build time, so it actually will build. :) This involves a build-time dependency on automake, but I think it's worth it. Alternatively, I'd be happy to prepare a minimal upload that just fixes the IFS leak without taking the rest of the patches from upstream. You can find a package for testing at http://mentors.debian.net/debian/pool/main/d/dash/dash_0.5.6.1-1~exp2.dsc Thoughts welcome, as always. Jonathan Nieder (5): debian/diff: sync with upstream debian/diff: fix an IFS leak debian: prepare for upload debian/diff: sync with upstream debian: run autotools at build time Makefile.in | 580 -- aclocal.m4 | 850 --- config.h.in | 132 - configure | 6432 -------------------- debian/changelog | 19 + debian/control | 3 +- ...ce-GPL-noclobberopen-code-with-the-FreeBSD.diff | 144 + ...Do-not-split-the-result-of-tilde-expansion.diff | 62 + ...TIN-Fix-corruption-of-reads-with-byte-0x81.diff | 48 - debian/diff/0036-SHELL-Port-to-AIX.diff | 69 + ...37-BUILTIN-Fix-CTLESC-clobbering-by-read-1.diff | 51 + .../diff/0037-EVAL-Make-.-dev-null-return-0.diff | 98 - ...cmd-should-exit-with-zero-when-doing-nothi.diff | 92 + ...9-BUILTIN-Fix-backslash-handling-in-read-1.diff | 177 + debian/diff/0040-SHELL-Port-to-Solaris.diff | 429 ++ ...ncnode-refer-to-a-function-definition-not-.diff | 95 + debian/diff/0042-SHELL-Improve-LINENO-support.diff | 611 ++ ...ee-IFS-state-after-here-document-expansion.diff | 81 + ...4-DEBUG-Use-va_copy-when-reusing-a-va_list.diff | 59 + .../0045-PARSER-Fix-clobbering-of-checkkwd.diff | 91 + ...-n-upon-EOF-CTRL-D-when-run-interactively.diff} | 6 +- ...e-backslash-before-in-double-quotes-in-va.diff} | 6 +- debian/rules | 5 +- depcomp | 530 -- install-sh | 323 - missing | 360 -- src/Makefile.in | 596 -- 27 files changed, 1992 insertions(+), 9957 deletions(-) delete mode 100644 Makefile.in delete mode 100644 aclocal.m4 delete mode 100644 config.h.in delete mode 100755 configure create mode 100644 debian/diff/0034-REDIR-Replace-GPL-noclobberopen-code-with-the-FreeBSD.diff create mode 100644 debian/diff/0035-EXPAND-Do-not-split-the-result-of-tilde-expansion.diff delete mode 100644 debian/diff/0036-BUILTIN-Fix-corruption-of-reads-with-byte-0x81.diff create mode 100644 debian/diff/0036-SHELL-Port-to-AIX.diff create mode 100644 debian/diff/0037-BUILTIN-Fix-CTLESC-clobbering-by-read-1.diff delete mode 100644 debian/diff/0037-EVAL-Make-.-dev-null-return-0.diff create mode 100644 debian/diff/0038-BUILTIN-Dotcmd-should-exit-with-zero-when-doing-nothi.diff create mode 100644 debian/diff/0039-BUILTIN-Fix-backslash-handling-in-read-1.diff create mode 100644 debian/diff/0040-SHELL-Port-to-Solaris.diff create mode 100644 debian/diff/0041-EVAL-Let-funcnode-refer-to-a-function-definition-not-.diff create mode 100644 debian/diff/0042-SHELL-Improve-LINENO-support.diff create mode 100644 debian/diff/0043-EXPAND-Free-IFS-state-after-here-document-expansion.diff create mode 100644 debian/diff/0044-DEBUG-Use-va_copy-when-reusing-a-va_list.diff create mode 100644 debian/diff/0045-PARSER-Fix-clobbering-of-checkkwd.diff rename debian/diff/{0034-SHELL-print-n-upon-EOF-CTRL-D-when-run-interactively.diff => 0046-SHELL-print-n-upon-EOF-CTRL-D-when-run-interactively.diff} (85%) rename debian/diff/{0035-PARSER-Remove-backslash-before-in-double-quotes-in-va.diff => 0047-PARSER-Remove-backslash-before-in-double-quotes-in-va.diff} (84%) delete mode 100755 depcomp delete mode 100755 install-sh delete mode 100755 missing delete mode 100644 src/Makefile.in -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org