diff -Nru golang-github-gdamore-encoding-1.0.0/debian/changelog golang-github-gdamore-encoding-1.0.0/debian/changelog --- golang-github-gdamore-encoding-1.0.0/debian/changelog 2020-08-08 05:43:32.000000000 +0000 +++ golang-github-gdamore-encoding-1.0.0/debian/changelog 2020-08-24 22:18:58.000000000 +0000 @@ -1,3 +1,12 @@ +golang-github-gdamore-encoding (1.0.0-2) unstable; urgency=medium + + * d/control: bump the dh compat level to 13. + * d/control: use the paride@debian.org alias in Uploaders. + * d/copyright: update copyright information for debian/*. + * debian/*: rewrap (cosmetic, wrap-and-sort -ast). + + -- Paride Legovini Mon, 24 Aug 2020 22:18:58 +0000 + golang-github-gdamore-encoding (1.0.0-1) unstable; urgency=medium [ Stephen Gelman ] diff -Nru golang-github-gdamore-encoding-1.0.0/debian/control golang-github-gdamore-encoding-1.0.0/debian/control --- golang-github-gdamore-encoding-1.0.0/debian/control 2020-08-08 05:38:19.000000000 +0000 +++ golang-github-gdamore-encoding-1.0.0/debian/control 2020-08-24 22:18:58.000000000 +0000 @@ -2,12 +2,14 @@ Section: devel Priority: optional Maintainer: Debian Go Packaging Team -Uploaders: Paride Legovini -Build-Depends: debhelper-compat (= 12), - dh-golang, - golang-any, - golang-github-smartystreets-goconvey-dev, - golang-golang-x-text-dev +Uploaders: + Paride Legovini , +Build-Depends: + debhelper-compat (= 13), + dh-golang, + golang-any, + golang-github-smartystreets-goconvey-dev, + golang-golang-x-text-dev, Standards-Version: 4.5.0 Homepage: https://github.com/gdamore/encoding Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gdamore-encoding @@ -18,9 +20,10 @@ Package: golang-github-gdamore-encoding-dev Architecture: all -Depends: ${misc:Depends}, - golang-github-smartystreets-goconvey-dev, - golang-golang-x-text-dev +Depends: + golang-github-smartystreets-goconvey-dev, + golang-golang-x-text-dev, + ${misc:Depends}, Description: Various character map encodings missing from golang.org/x/net/encoding Package encoding provides a number of encodings that are missing from the standard Go encoding package. diff -Nru golang-github-gdamore-encoding-1.0.0/debian/copyright golang-github-gdamore-encoding-1.0.0/debian/copyright --- golang-github-gdamore-encoding-1.0.0/debian/copyright 2020-08-08 05:37:30.000000000 +0000 +++ golang-github-gdamore-encoding-1.0.0/debian/copyright 2020-08-24 22:18:58.000000000 +0000 @@ -9,7 +9,7 @@ License: Apache-2.0 Files: debian/* -Copyright: 2018-2019 Paride Legovini +Copyright: 2018-2020 Paride Legovini License: Apache-2.0 Comment: Debian packaging is licensed under the same terms as upstream