summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-25 16:33:08 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-25 17:58:34 +0100
commit182693923d60c6e869e7c07b113bf65bce816f3f (patch)
tree490d4c11d01f7b51997ab67c282418fa688200ac /debian
parentd6be829bf56e699d27d388026d4af7ab710ba328 (diff)
Make warnings fatal in dpkg-repos-admin-debian, dgit-ssh-dispatch (using setup_sigwarn).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2e6e744..2a49514 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,8 @@ dgit (1.1) unstable; urgency=low
* Work around #793471 (madness with $SIG{__WARN__} and Perl's system
builtin): move $SIG{} setting into setup_sigwarn in Dgit.pm, and
check getppid.
+ * Make warnings fatal in dpkg-repos-admin-debian, dgit-ssh-dispatch
+ (using setup_sigwarn).
--