diff -Nru golang-protobuf-extensions-1.0.1/debian/changelog golang-protobuf-extensions-1.0.1/debian/changelog --- golang-protobuf-extensions-1.0.1/debian/changelog 2019-02-15 16:26:27.000000000 +0000 +++ golang-protobuf-extensions-1.0.1/debian/changelog 2022-11-27 16:08:32.000000000 +0000 @@ -1,3 +1,18 @@ +golang-protobuf-extensions (1.0.1-2) unstable; urgency=medium + + [ Debian Janitor ] + * Bump debhelper from old 11 to 12. + * 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-goprotobuf-dev. + + golang-protobuf-extensions-dev: Drop versioned constraint on + golang-goprotobuf-dev in Depends. + + -- Jelmer Vernooij Sun, 27 Nov 2022 16:08:32 +0000 + golang-protobuf-extensions (1.0.1-1) unstable; urgency=medium * Team upload. diff -Nru golang-protobuf-extensions-1.0.1/debian/compat golang-protobuf-extensions-1.0.1/debian/compat --- golang-protobuf-extensions-1.0.1/debian/compat 2019-02-15 16:26:27.000000000 +0000 +++ golang-protobuf-extensions-1.0.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru golang-protobuf-extensions-1.0.1/debian/control golang-protobuf-extensions-1.0.1/debian/control --- golang-protobuf-extensions-1.0.1/debian/control 2019-02-15 16:26:27.000000000 +0000 +++ golang-protobuf-extensions-1.0.1/debian/control 2022-11-27 16:08:32.000000000 +0000 @@ -3,10 +3,10 @@ Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Martín Ferrari -Build-Depends: debhelper (>= 11~), - dh-golang (>= 1.10~), +Build-Depends: debhelper-compat (= 12), + dh-golang, golang-any, - golang-goprotobuf-dev (>= 0.0~git20150526), + golang-goprotobuf-dev, Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-protobuf-extensions.git Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-protobuf-extensions @@ -16,7 +16,7 @@ Package: golang-protobuf-extensions-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, - golang-goprotobuf-dev (>= 0.0~git20150526) + golang-goprotobuf-dev Description: Protocol Buffer extensions for the Go language This repository provides various Protocol Buffer extensions for the Go language (golang), namely support for record length-delimited message diff -Nru golang-protobuf-extensions-1.0.1/debian/gitlab-ci.yml golang-protobuf-extensions-1.0.1/debian/gitlab-ci.yml --- golang-protobuf-extensions-1.0.1/debian/gitlab-ci.yml 2019-02-15 16:26:27.000000000 +0000 +++ golang-protobuf-extensions-1.0.1/debian/gitlab-ci.yml 2022-11-27 16:08:32.000000000 +0000 @@ -1,28 +1,6 @@ - # auto-generated, DO NOT MODIFY. # The authoritative copy of this file lives at: -# https://salsa.debian.org/go-team/ci/blob/master/cmd/ci/gitlabciyml.go - -# TODO: publish under debian-go-team/ci -image: stapelberg/ci2 - -test_the_archive: - artifacts: - paths: - - before-applying-commit.json - - after-applying-commit.json - script: - # Create an overlay to discard writes to /srv/gopath/src after the build: - - "rm -rf /cache/overlay/{upper,work}" - - "mkdir -p /cache/overlay/{upper,work}" - - "mount -t overlay overlay -o lowerdir=/srv/gopath/src,upperdir=/cache/overlay/upper,workdir=/cache/overlay/work /srv/gopath/src" - - "export GOPATH=/srv/gopath" - - "export GOCACHE=/cache/go" - # Build the world as-is: - - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > before-applying-commit.json" - # Copy this package into the overlay: - - "GBP_CONF_FILES=:debian/gbp.conf gbp buildpackage --git-no-pristine-tar --git-ignore-branch --git-ignore-new --git-export-dir=/tmp/export --git-no-overlay --git-tarball-dir=/nonexistant --git-cleaner=/bin/true --git-builder='dpkg-buildpackage -S -d --no-sign'" - - "pgt-gopath -dsc /tmp/export/*.dsc" - # Rebuild the world: - - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > after-applying-commit.json" - - "ci-diff before-applying-commit.json after-applying-commit.json" +# https://salsa.debian.org/go-team/infra/pkg-go-tools/blob/master/config/gitlabciyml.go +--- +include: + - https://salsa.debian.org/go-team/infra/pkg-go-tools/-/raw/master/pipeline/test-archive.yml diff -Nru golang-protobuf-extensions-1.0.1/debian/upstream/metadata golang-protobuf-extensions-1.0.1/debian/upstream/metadata --- golang-protobuf-extensions-1.0.1/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ golang-protobuf-extensions-1.0.1/debian/upstream/metadata 2022-11-27 16:08:32.000000000 +0000 @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/matttproud/golang_protobuf_extensions/issues +Bug-Submit: https://github.com/matttproud/golang_protobuf_extensions/issues/new +Repository: https://github.com/matttproud/golang_protobuf_extensions.git +Repository-Browse: https://github.com/matttproud/golang_protobuf_extensions