diff -Nru golang-google-genproto-0.0~git20200413.b5235f6/debian/changelog golang-google-genproto-0.0~git20200413.b5235f6/debian/changelog --- golang-google-genproto-0.0~git20200413.b5235f6/debian/changelog 2020-04-14 19:01:06.000000000 +0000 +++ golang-google-genproto-0.0~git20200413.b5235f6/debian/changelog 2022-12-29 10:09:19.000000000 +0000 @@ -1,3 +1,21 @@ +golang-google-genproto (0.0~git20200413.b5235f6-3) unstable; urgency=medium + + * Team upload. + * Allow golang-github-golang-protobuf-1-5-dev as optional Depends + + -- Shengjing Zhu Thu, 29 Dec 2022 18:09:19 +0800 + +golang-google-genproto (0.0~git20200413.b5235f6-2) unstable; urgency=medium + + * Team upload. + * Replace transitional golang-goprotobuf-dev package + * Update Section to golang + * Bump debhelper-compat to 13 + * Update Standards-Version to 4.6.2 (no changes) + * Add Multi-Arch hint + + -- Shengjing Zhu Fri, 23 Dec 2022 00:36:14 +0800 + golang-google-genproto (0.0~git20200413.b5235f6-1) unstable; urgency=medium * Team upload. diff -Nru golang-google-genproto-0.0~git20200413.b5235f6/debian/control golang-google-genproto-0.0~git20200413.b5235f6/debian/control --- golang-google-genproto-0.0~git20200413.b5235f6/debian/control 2020-04-14 19:01:06.000000000 +0000 +++ golang-google-genproto-0.0~git20200413.b5235f6/debian/control 2022-12-29 10:09:19.000000000 +0000 @@ -2,16 +2,17 @@ Maintainer: Debian Go Packaging Team Uploaders: Martín Ferrari , Anthony Fok , -Section: devel +Section: golang Testsuite: autopkgtest-pkg-go Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), dh-golang (>= 1.17~), golang-any, + golang-github-golang-protobuf-1-3-dev, golang-google-grpc-dev (>= 1.19.0~), - golang-goprotobuf-dev (>= 1.3.2~), protobuf-compiler (>= 3.0.0~), -Standards-Version: 4.5.0 + protoc-gen-go-1-3, +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-google-genproto Vcs-Git: https://salsa.debian.org/go-team/packages/golang-google-genproto.git Homepage: https://godoc.org/google.golang.org/genproto @@ -20,8 +21,9 @@ Package: golang-google-genproto-dev Architecture: all -Depends: golang-google-grpc-dev (>= 1.19.0~), - golang-goprotobuf-dev (>= 1.3.2~), +Multi-Arch: foreign +Depends: golang-github-golang-protobuf-1-3-dev | golang-github-golang-protobuf-1-5-dev, + golang-google-grpc-dev (>= 1.19.0~), ${misc:Depends}, ${shlibs:Depends}, Breaks: golang-github-grpc-ecosystem-grpc-gateway-dev (<< 1.6.4), diff -Nru golang-google-genproto-0.0~git20200413.b5235f6/debian/gitlab-ci.yml golang-google-genproto-0.0~git20200413.b5235f6/debian/gitlab-ci.yml --- golang-google-genproto-0.0~git20200413.b5235f6/debian/gitlab-ci.yml 2020-04-14 19:01:06.000000000 +0000 +++ golang-google-genproto-0.0~git20200413.b5235f6/debian/gitlab-ci.yml 2022-12-29 10:09:19.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