diff -Nru golang-github-golang-jwt-jwt-v5-5.2.0/debian/changelog golang-github-golang-jwt-jwt-v5-5.2.0/debian/changelog --- golang-github-golang-jwt-jwt-v5-5.2.0/debian/changelog 2023-12-29 11:15:39.000000000 +0000 +++ golang-github-golang-jwt-jwt-v5-5.2.0/debian/changelog 2023-12-29 19:40:56.000000000 +0000 @@ -1,3 +1,10 @@ +golang-github-golang-jwt-jwt-v5 (5.2.0-2) unstable; urgency=medium + + * Wrap-and-sort. + * Drop debian/salsa-ci.yml now that package is in unstable. + + -- Simon Josefsson Fri, 29 Dec 2023 20:40:56 +0100 + golang-github-golang-jwt-jwt-v5 (5.2.0-1) unstable; urgency=medium * Initial release (Closes: #1059620) diff -Nru golang-github-golang-jwt-jwt-v5-5.2.0/debian/control golang-github-golang-jwt-jwt-v5-5.2.0/debian/control --- golang-github-golang-jwt-jwt-v5-5.2.0/debian/control 2023-12-29 11:15:39.000000000 +0000 +++ golang-github-golang-jwt-jwt-v5-5.2.0/debian/control 2023-12-29 19:33:29.000000000 +0000 @@ -1,12 +1,14 @@ Source: golang-github-golang-jwt-jwt-v5 Maintainer: Debian Go Packaging Team -Uploaders: Simon Josefsson +Uploaders: + Simon Josefsson , Section: golang Testsuite: autopkgtest-pkg-go Priority: optional -Build-Depends: debhelper-compat (= 13), - dh-golang, - golang-any +Build-Depends: + debhelper-compat (= 13), + dh-golang, + golang-any, Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-golang-jwt-jwt-v5 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-golang-jwt-jwt-v5.git @@ -17,7 +19,8 @@ Package: golang-github-golang-jwt-jwt-v5-dev Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends} +Depends: + ${misc:Depends}, Description: golang implementation of JSON Web Tokens (library) Community maintained clone of github.com/dgrijalva/jwt-go. . diff -Nru golang-github-golang-jwt-jwt-v5-5.2.0/debian/salsa-ci.yml golang-github-golang-jwt-jwt-v5-5.2.0/debian/salsa-ci.yml --- golang-github-golang-jwt-jwt-v5-5.2.0/debian/salsa-ci.yml 2023-12-29 11:15:39.000000000 +0000 +++ golang-github-golang-jwt-jwt-v5-5.2.0/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ ---- -include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml - -variables: - SALSA_CI_DISABLE_APTLY: 0