diff -Nru golang-github-gorilla-handlers-1.1/debian/changelog golang-github-gorilla-handlers-1.1/debian/changelog --- golang-github-gorilla-handlers-1.1/debian/changelog 2016-10-31 00:44:02.000000000 +0000 +++ golang-github-gorilla-handlers-1.1/debian/changelog 2017-08-08 17:26:01.000000000 +0000 @@ -1,3 +1,9 @@ +golang-github-gorilla-handlers (1.1-3) unstable; urgency=medium + + * Replace golang-go with golang-any in Build-Depends, remove golang-go from Depends + + -- Konstantinos Margaritis Tue, 08 Aug 2017 20:26:01 +0300 + golang-github-gorilla-handlers (1.1-2) unstable; urgency=medium * Team upload. diff -Nru golang-github-gorilla-handlers-1.1/debian/control golang-github-gorilla-handlers-1.1/debian/control --- golang-github-gorilla-handlers-1.1/debian/control 2016-10-31 00:38:21.000000000 +0000 +++ golang-github-gorilla-handlers-1.1/debian/control 2017-08-08 17:25:53.000000000 +0000 @@ -3,7 +3,7 @@ Priority: extra Maintainer: pkg-go Uploaders: Tianon Gravi , Tim Potter -Build-Depends: debhelper (>= 9), dh-golang, golang-go, tzdata +Build-Depends: debhelper (>= 9), dh-golang, golang-any, tzdata Standards-Version: 3.9.8 Homepage: https://github.com/gorilla/handlers Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-gorilla-handlers.git @@ -12,7 +12,7 @@ Package: golang-github-gorilla-handlers-dev Architecture: all -Depends: golang-go, ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Built-Using: ${misc:Built-Using} Description: collection of useful handlers for Go's net/http package Package handlers is a collection of handlers (aka "HTTP middleware") for use