Control: tags 931662 + pending Control: tags 946022 + pending Dear maintainer,
I've prepared an NMU for gitlab-workhorse (versioned as 8.16.0+debian-1.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru gitlab-workhorse-8.16.0+debian/debian/changelog gitlab-workhorse-8.16.0+debian/debian/changelog --- gitlab-workhorse-8.16.0+debian/debian/changelog 2019-12-09 18:03:49.000000000 +0200 +++ gitlab-workhorse-8.16.0+debian/debian/changelog 2019-12-31 11:03:38.000000000 +0200 @@ -1,3 +1,12 @@ +gitlab-workhorse (8.16.0+debian-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Update the build dependency from golang-logrus-dev + to golang-github-sirupsen-logrus-dev. (Closes: #946022) + * Add test dependency on netstat. (Closes: #931662) + + -- Adrian Bunk <b...@debian.org> Tue, 31 Dec 2019 11:03:38 +0200 + gitlab-workhorse (8.16.0+debian-1) unstable; urgency=medium * Add README.source to explain how to recreate orig.tar diff -Nru gitlab-workhorse-8.16.0+debian/debian/control gitlab-workhorse-8.16.0+debian/debian/control --- gitlab-workhorse-8.16.0+debian/debian/control 2019-12-09 18:03:49.000000000 +0200 +++ gitlab-workhorse-8.16.0+debian/debian/control 2019-12-31 11:03:38.000000000 +0200 @@ -25,7 +25,7 @@ golang-github-prometheus-common-dev, golang-procfs-dev, golang-github-stretchr-testify-dev, - golang-logrus-dev (>= 1.0~), + golang-github-sirupsen-logrus-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-golang-x-sys-dev (>= 0.0~git20180510.7dfd129~), diff -Nru gitlab-workhorse-8.16.0+debian/debian/tests/control gitlab-workhorse-8.16.0+debian/debian/tests/control --- gitlab-workhorse-8.16.0+debian/debian/tests/control 2019-12-09 18:03:49.000000000 +0200 +++ gitlab-workhorse-8.16.0+debian/debian/tests/control 2019-12-31 11:03:38.000000000 +0200 @@ -1,3 +1,3 @@ Tests: listeningPort -Depends: @, psmisc +Depends: @, psmisc, netstat Restrictions: allow-stderr