diff --git a/debian/changelog b/debian/changelog index d3c722b605d59de194e63f1a54b28e5d0ced1f67..bedfd6eace12ffa66fcb00b589c7f1da413ebeca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +golang-logrus (1.0.6-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Debhelper & compat to version 11. + + -- Dmitry Smirnov <onlyjob@debian.org> Mon, 10 Sep 2018 07:42:42 +1000 + golang-logrus (1.0.5-2) unstable; urgency=medium * Team upload. diff --git a/debian/patches/fix-a-race-condition-in-TestLoggingWithHooksRace-752.patch b/debian/patches/fix-a-race-condition-in-TestLoggingWithHooksRace-752.patch deleted file mode 100644 index bbc1a1f13d476e0b24529fa6ce3e9df2e0592651..0000000000000000000000000000000000000000 --- a/debian/patches/fix-a-race-condition-in-TestLoggingWithHooksRace-752.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 8369e2f077642788e2ef31f342a0a4621b2b4607 Mon Sep 17 00:00:00 2001 -From: David Bariod <davidriod@googlemail.com> -Date: Sat, 12 May 2018 15:51:19 +0200 -Subject: [PATCH] Fix a race condition in TestLoggingWithHooksRace - ---- - hooks/test/test_test.go | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -Origin: upstream, https://github.com/sirupsen/logrus/commit/8369e2f077642788e2ef31f342a0a4621b2b4607.patch -Bug: https://github.com/sirupsen/logrus/issues/751 -Reviewed-by: Simon Eskildsen <simon@sirupsen.com> -Reviewed-by: Anthony Fok <foka@debian.org> -Last-Update: 2018-05-18 - -diff --git a/hooks/test/test_test.go b/hooks/test/test_test.go -index dea768e6..742be553 100644 ---- a/hooks/test/test_test.go -+++ b/hooks/test/test_test.go -@@ -51,11 +51,11 @@ func TestLoggingWithHooksRace(t *testing.T) { - }() - } - -+ wg.Wait() -+ - assert.Equal(logrus.InfoLevel, hook.LastEntry().Level) - assert.Equal("info", hook.LastEntry().Message) - -- wg.Wait() -- - entries := hook.AllEntries() - assert.Equal(100, len(entries)) - } diff --git a/debian/patches/series b/debian/patches/series index d70c61ce22867f0c7a7272edf8e5d4e67e986c9f..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +0,0 @@ -fix-a-race-condition-in-TestLoggingWithHooksRace-752.patch