diff --git a/debian/changelog b/debian/changelog index 7cf83a1..46a9394 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,11 @@ * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on dh-golang and + golang-github-dgrijalva-jwt-go-dev. + + golang-github-go-kit-kit-dev: Drop versioned constraint on + golang-github-dgrijalva-jwt-go-dev in Depends. -- Debian Janitor Tue, 28 Apr 2020 21:48:19 +0000 diff --git a/debian/control b/debian/control index 100fc80..cfbe734 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 12), - dh-golang (>= 1.17~), + dh-golang, golang-any, - golang-github-dgrijalva-jwt-go-dev (>= 3.0~), + golang-github-dgrijalva-jwt-go-dev, golang-github-go-logfmt-logfmt-dev, golang-github-go-stack-stack-dev, golang-github-opentracing-opentracing-go-dev, @@ -22,7 +22,7 @@ Package: golang-github-go-kit-kit-dev Architecture: all -Depends: golang-github-dgrijalva-jwt-go-dev (>= 3.0~), +Depends: golang-github-dgrijalva-jwt-go-dev, golang-github-go-logfmt-logfmt-dev, golang-github-go-stack-stack-dev, golang-github-opentracing-opentracing-go-dev,