diff --git a/debian/changelog b/debian/changelog index 7cf83a1..d31eed1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,37 @@ * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. + * Reading package lists... 0%Reading package lists... 0%Reading package + lists... 0%Reading package lists... 93%Reading package lists... 93%Reading + package lists... 94%Reading package lists... 94%Reading package lists... + 95%Reading package lists... 95%Reading package lists... 95%Reading package + lists... 95%Reading package lists... 96%Reading package lists... 96%Reading + package lists... 96%Reading package lists... 96%Reading package lists... + 96%Reading package lists... 96%Reading package lists... Done Building + dependency tree... 0%Building dependency tree... 0%Building dependency + tree... 50%Building dependency tree... 50%Building dependency tree... + 88%Building dependency tree... Done Reading state information... 0% Reading + state information... 0%Reading state information... Done Connecting to + api.ftp-master.debian.org to check 5 package versions. Please wait... Got + info from api.ftp-master.debian.org for 5 packages. Changes applied to dpkg + configuration: - control source Standards-Version: '4.1.2' -> '4.5.1' # + applied fix for :Current standards version is '4.5.1'. Please read + https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the + changes that may be needed on your package to upgrade it from standard + version '4.1.2' to '4.5.1'. - control source Build-Depends:3: + 'golang-github-dgrijalva-jwt-go-dev (>= 3.0~)' -> + 'golang-github-dgrijalva-jwt-go-dev' # applied fix for :unnecessary + greater-than versioned dependency: golang-github-dgrijalva-jwt-go-dev (>= + 3.0~). Debian has oldoldstable -> 3.0.0+REALLY.2.6.0-1; oldstable -> + 3.0.0.1+REALLY.2.6.0-3; buster-backports -> 3.2.0-1~bpo10+1; stable -> + 3.2.0-3; unstable -> 3.2.0-3; testing -> 3.2.0-3; - control + binary:"golang-github-go-kit-kit-dev" Depends:0: + 'golang-github-dgrijalva-jwt-go-dev (>= 3.0~)' -> + 'golang-github-dgrijalva-jwt-go-dev' # applied fix for :unnecessary + greater-than versioned dependency: golang-github-dgrijalva-jwt-go-dev (>= + 3.0~). Debian has oldoldstable -> 3.0.0+REALLY.2.6.0-1; oldstable -> + 3.0.0.1+REALLY.2.6.0-3; buster-backports -> 3.2.0-1~bpo10+1; stable -> + 3.2.0-3; unstable -> 3.2.0-3; testing -> 3.2.0-3; -- Debian Janitor Tue, 28 Apr 2020 21:48:19 +0000 diff --git a/debian/control b/debian/control index 100fc80..176ce18 100644 --- a/debian/control +++ b/debian/control @@ -1,20 +1,20 @@ Source: golang-github-go-kit-kit Maintainer: Debian Go Packaging Team -Uploaders: Martín Ferrari , +Uploaders: Martín Ferrari Section: devel Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 12), dh-golang (>= 1.17~), 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, golang-golang-x-net-dev, golang-golang-x-time-dev, - golang-google-grpc-dev, -Standards-Version: 4.1.2 + golang-google-grpc-dev +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-kit-kit Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-kit-kit.git Homepage: https://github.com/go-kit/kit @@ -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, @@ -30,7 +30,7 @@ golang-golang-x-time-dev, golang-google-grpc-dev, ${misc:Depends}, - ${shlibs:Depends}, + ${shlibs:Depends} Description: Programming toolkit for microservices Go kit is a set of packages and best practices, which provide a comprehensive, robust, and trustable way of building microservices for organizations of any