diff -Nru golang-github-emicklei-go-restful-2.11.1/debian/changelog golang-github-emicklei-go-restful-2.11.1/debian/changelog --- golang-github-emicklei-go-restful-2.11.1/debian/changelog 2019-12-17 00:05:43.000000000 +0000 +++ golang-github-emicklei-go-restful-2.11.1/debian/changelog 2020-01-05 08:01:09.000000000 +0000 @@ -1,3 +1,12 @@ +golang-github-emicklei-go-restful (2.11.1-2) unstable; urgency=medium + + * Team upload. + * Update maintainer address to team+pkg-go@tracker.debian.org + * Replace golang-go with golang-any in Build-Depends + * Add Rules-Requires-Root + + -- Shengjing Zhu Sun, 05 Jan 2020 16:01:09 +0800 + golang-github-emicklei-go-restful (2.11.1-1) unstable; urgency=medium [ Alexandre Viau ] diff -Nru golang-github-emicklei-go-restful-2.11.1/debian/control golang-github-emicklei-go-restful-2.11.1/debian/control --- golang-github-emicklei-go-restful-2.11.1/debian/control 2019-12-17 00:04:18.000000000 +0000 +++ golang-github-emicklei-go-restful-2.11.1/debian/control 2020-01-05 08:01:09.000000000 +0000 @@ -2,24 +2,23 @@ Section: devel Priority: optional Standards-Version: 4.4.1 -Maintainer: pkg-go -Uploaders: Dmitry Smirnov , Tim Potter +Maintainer: Debian Go Packaging Team +Uploaders: Dmitry Smirnov , + Tim Potter , Build-Depends: debhelper-compat (= 12), dh-golang, - golang-go, -# golang-google-appengine-dev, + golang-any, Homepage: https://github.com/emicklei/go-restful Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-emicklei-go-restful Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-emicklei-go-restful.git XS-Go-Import-Path: github.com/emicklei/go-restful Testsuite: autopkgtest-pkg-go +Rules-Requires-Root: no Package: golang-github-emicklei-go-restful-dev Architecture: all -Depends: ${shlibs:Depends}, - ${misc:Depends}, - golang-go, -# golang-google-appengine-dev, +Depends: ${misc:Depends}, + ${shlibs:Depends}, Description: build REST-style Web Services using Google Go Go-restful is a package for building REST-style Web Services using Google Go. REST asks developers to use HTTP methods explicitly and in a way