diff -Nru golang-ed25519-dev-0~20140907.d2b94fd/debian/changelog golang-ed25519-dev-0~20140907.d2b94fd/debian/changelog --- golang-ed25519-dev-0~20140907.d2b94fd/debian/changelog 2018-02-11 08:53:12.000000000 +0000 +++ golang-ed25519-dev-0~20140907.d2b94fd/debian/changelog 2018-07-27 11:43:17.000000000 +0000 @@ -1,3 +1,10 @@ +golang-ed25519-dev (0~20140907.d2b94fd-4) unstable; urgency=medium + + * Team upload (Closes: #902957). + * debian/control: Update VCS, Standards version, renew priority naming. + + -- Ulrike Uhlig Fri, 27 Jul 2018 13:43:17 +0200 + golang-ed25519-dev (0~20140907.d2b94fd-3) unstable; urgency=medium [ Ximin Luo ] diff -Nru golang-ed25519-dev-0~20140907.d2b94fd/debian/control golang-ed25519-dev-0~20140907.d2b94fd/debian/control --- golang-ed25519-dev-0~20140907.d2b94fd/debian/control 2018-02-11 08:53:12.000000000 +0000 +++ golang-ed25519-dev-0~20140907.d2b94fd/debian/control 2018-07-27 11:43:17.000000000 +0000 @@ -1,13 +1,13 @@ Source: golang-ed25519-dev Section: devel -Priority: extra +Priority: optional Maintainer: Debian Privacy Tools Maintainers Uploaders: Jérémy Bobbio -Build-Depends: debhelper (>= 9), golang-go, dh-golang, golang-go.crypto-dev -Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 9), golang-go, dh-golang, golang-golang-x-crypto-dev +Standards-Version: 4.1.4 Homepage: https://github.com/agl/ed25519 -Vcs-Git: https://anonscm.debian.org/git/pkg-privacy/packages/golang-ed25519-dev.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-privacy/packages/golang-ed25519-dev.git +Vcs-Git: https://salsa.debian.org/pkg-privacy-team/golang-ed25519-dev.git +Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/golang-ed25519-dev XS-Go-Import-Path: github.com/agl/ed25519 Package: golang-ed25519-dev @@ -16,6 +16,6 @@ Description: Go implementation of the Ed25519 signature algorithm Ed25519 is a public-key signature system based on elliptic-curve cryptography, carefully engineered at several levels of design and - implementation to achieve very high speeds without compromising security. + implementation to achieve very high speeds without compromising security. . This package contains the source of a Go implementation. diff -Nru golang-ed25519-dev-0~20140907.d2b94fd/debian/copyright golang-ed25519-dev-0~20140907.d2b94fd/debian/copyright --- golang-ed25519-dev-0~20140907.d2b94fd/debian/copyright 2018-02-11 08:53:12.000000000 +0000 +++ golang-ed25519-dev-0~20140907.d2b94fd/debian/copyright 2018-07-27 11:43:17.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ed25519 Upstream-Contact: Adam Langley Source: https://github.com/agl/ed25519