This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository hurd.
commit 13a4a205f39b408074ed0f6c156eceb5abe917e5 Author: Samuel Thibault <[email protected]> Date: Sun Nov 6 14:57:34 2016 +0100 local/setup-translators: Default crash server to dumping core --- debian/changelog | 1 + debian/local/setup-translators | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index df2fb6f..11ea821 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ hurd (1:0.8.git20161023-4) UNRELEASED; urgency=medium * control: Make hurd-prof Priority: extra instead of required. + * local/setup-translators: Default crash server to dumping core. -- Samuel Thibault <[email protected]> Mon, 31 Oct 2016 12:54:54 +0100 diff --git a/debian/local/setup-translators b/debian/local/setup-translators index 378bf3e..f5b82d6 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -114,7 +114,7 @@ if [ -z "$MINIMAL" ]; then st crash-kill '/hurd/crash --kill' crash-kill st crash-suspend '/hurd/crash --suspend' crash-suspend st crash-dump-core '/hurd/crash --dump-core' crash-dump-core - st crash '/hurd/symlink crash-kill' crash + st crash '/hurd/symlink crash-dump-core' crash fi echo . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
