diff -Nru golang-github-bugsnag-bugsnag-go-1.0.5+dfsg/debian/changelog golang-github-bugsnag-bugsnag-go-1.0.5+dfsg/debian/changelog --- golang-github-bugsnag-bugsnag-go-1.0.5+dfsg/debian/changelog 2016-03-07 20:08:58.000000000 +0000 +++ golang-github-bugsnag-bugsnag-go-1.0.5+dfsg/debian/changelog 2017-08-08 14:44:37.000000000 +0000 @@ -1,3 +1,15 @@ +golang-github-bugsnag-bugsnag-go (1.0.5+dfsg-2) unstable; urgency=medium + + [ Paul Tagliamonte ] + * Team upload. + * Use a secure transport for the Vcs-Git and Vcs-Browser URL + + [ Konstantinos Margaritis ] + * Replace golang-go with golang-any in Build-Depends, remove golang-go from + Depends + + -- Konstantinos Margaritis Tue, 08 Aug 2017 17:44:37 +0300 + golang-github-bugsnag-bugsnag-go (1.0.5+dfsg-1) unstable; urgency=low * Initial release (Closes: #785167) diff -Nru golang-github-bugsnag-bugsnag-go-1.0.5+dfsg/debian/control golang-github-bugsnag-bugsnag-go-1.0.5+dfsg/debian/control --- golang-github-bugsnag-bugsnag-go-1.0.5+dfsg/debian/control 2016-03-06 13:09:13.000000000 +0000 +++ golang-github-bugsnag-bugsnag-go-1.0.5+dfsg/debian/control 2017-08-08 14:44:37.000000000 +0000 @@ -5,25 +5,24 @@ Uploaders: Tim Potter Build-Depends: debhelper (>= 9), dh-golang, - golang-go, - golang-github-bitly-go-simplejson-dev, - golang-github-bugsnag-panicwrap-dev, - golang-github-juju-loggo-dev, - golang-github-revel-revel-dev, + golang-any, + golang-github-bitly-go-simplejson-dev, + golang-github-bugsnag-panicwrap-dev, + golang-github-juju-loggo-dev, + golang-github-revel-revel-dev Standards-Version: 3.9.6 Homepage: https://github.com/bugsnag/bugsnag-go Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-bugsnag-go.git -Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-bugsnag-go.git +Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-bugsnag-go.git XS-Go-Import-Path: github.com/bugsnag/bugsnag-go Package: golang-github-bugsnag-bugsnag-go-dev Architecture: all -Depends: ${misc:Depends}, - golang-go, - golang-github-bitly-go-simplejson-dev, - golang-github-bugsnag-panicwrap-dev, - golang-github-juju-loggo-dev, - golang-github-revel-revel-dev, +Depends: golang-github-bitly-go-simplejson-dev, + golang-github-bugsnag-panicwrap-dev, + golang-github-juju-loggo-dev, + golang-github-revel-revel-dev, + ${misc:Depends} Description: automatic panic monitoring for Go applications The Bugsnag Notifier for Golang gives you instant notification of panics, or unexpected errors, in your golang app. Any unhandled panics