diff -Nru golang-github-abbot-go-http-auth-0.0~git20150714.0.46b9627/debian/changelog golang-github-abbot-go-http-auth-0.0~git20150714.0.46b9627/debian/changelog --- golang-github-abbot-go-http-auth-0.0~git20150714.0.46b9627/debian/changelog 2015-09-08 02:02:40.000000000 +0000 +++ golang-github-abbot-go-http-auth-0.0~git20150714.0.46b9627/debian/changelog 2018-02-08 08:24:39.000000000 +0000 @@ -1,3 +1,15 @@ +golang-github-abbot-go-http-auth (0.0~git20150714.0.46b9627-2) unstable; urgency=medium + + [ Paul Tagliamonte ] + * Team upload. + * Use a secure transport for the Vcs-Git and Vcs-Browser URL + * Remove Built-Using from arch:all -dev package + + [ Michael Stapelberg ] + * Set XS-Go-Import-Path + + -- Michael Stapelberg Thu, 08 Feb 2018 09:24:39 +0100 + golang-github-abbot-go-http-auth (0.0~git20150714.0.46b9627-1) unstable; urgency=medium * Initial release (Closes: #798318). diff -Nru golang-github-abbot-go-http-auth-0.0~git20150714.0.46b9627/debian/control golang-github-abbot-go-http-auth-0.0~git20150714.0.46b9627/debian/control --- golang-github-abbot-go-http-auth-0.0~git20150714.0.46b9627/debian/control 2015-09-08 01:41:26.000000000 +0000 +++ golang-github-abbot-go-http-auth-0.0~git20150714.0.46b9627/debian/control 2018-02-08 08:24:39.000000000 +0000 @@ -2,21 +2,21 @@ Section: devel Priority: extra Maintainer: pkg-go -Uploaders: Dmitry Smirnov +Uploaders: Dmitry Smirnov , Tim Potter Build-Depends: debhelper (>= 9), dh-golang, golang-go Standards-Version: 3.9.6 Homepage: https://github.com/abbot/go-http-auth Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-abbot-go-http-auth.git -Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-abbot-go-http-auth.git +Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-abbot-go-http-auth.git +XS-Go-Import-Path: github.com/abbot/go-http-auth Package: golang-github-abbot-go-http-auth-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go -Built-Using: ${misc:Built-Using} Description: Basic and Digest HTTP Authentication for golang http HTTP Basic and HTTP Digest authentication in Go language. This library designed as a simple wrapper for http.RequestHandler functions.