From 182693923d60c6e869e7c07b113bf65bce816f3f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 25 Jul 2015 16:33:08 +0100 Subject: Make warnings fatal in dpkg-repos-admin-debian, dgit-ssh-dispatch (using setup_sigwarn). --- infra/dgit-ssh-dispatch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'infra/dgit-ssh-dispatch') diff --git a/infra/dgit-ssh-dispatch b/infra/dgit-ssh-dispatch index 9c023d8..17db268 100755 --- a/infra/dgit-ssh-dispatch +++ b/infra/dgit-ssh-dispatch @@ -1,9 +1,11 @@ #!/usr/bin/perl -w use strict; -use POSIX; use Debian::Dgit; +setup_sigwarn(); + +use POSIX; open DEBUG, '>/dev/null' or die $!; if (@ARGV && $ARGV[0] eq '-D') { -- cgit v1.2.3