diff -Nru golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/changelog golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/changelog --- golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/changelog 2018-02-12 22:20:59.000000000 +0000 +++ golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/changelog 2020-11-07 15:52:16.000000000 +0000 @@ -1,3 +1,28 @@ +golang-github-gobwas-glob (0.2.3+git20180208.19c076c-2) unstable; urgency=medium + + [ Michael Stapelberg ] + * update debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci) + + [ Debian Janitor (Jelmer Vernooij) ] + * 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. + * golang-github-gobwas-glob-dev: Add Multi-Arch: foreign. + + [ Anthony Fok ] + * Update Maintainer email address to team+pkg-go@tracker.debian.org + * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)" + * Add "Rules-Requires-Root: no" to debian/control + * Apply "cme fix dpkg" fixes: + - Organize debian/control fields + - Bump Standards-Version to 4.5.0 (no change) + * Adopt package from Alexandre Viau. Thank you for all the great work + you have done in maintaining this package, aviau! (Closes: #940361) + * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance + + -- Anthony Fok Sat, 07 Nov 2020 08:52:16 -0700 + golang-github-gobwas-glob (0.2.3+git20180208.19c076c-1) unstable; urgency=medium * Team upload. diff -Nru golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/compat golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/compat --- golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/compat 2018-02-12 22:19:04.000000000 +0000 +++ golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/control golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/control --- golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/control 2018-02-12 22:19:44.000000000 +0000 +++ golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/control 2020-11-07 02:54:29.000000000 +0000 @@ -1,20 +1,22 @@ Source: golang-github-gobwas-glob +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok Section: devel +Testsuite: autopkgtest-pkg-go Priority: optional -Maintainer: Debian Go Packaging Team -Uploaders: Alexandre Viau -Build-Depends: debhelper (>= 11), +Build-Depends: debhelper-compat (= 13), dh-golang, golang-any -Standards-Version: 4.1.3 -Homepage: https://github.com/gobwas/glob +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gobwas-glob Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gobwas-glob.git +Homepage: https://github.com/gobwas/glob +Rules-Requires-Root: no XS-Go-Import-Path: github.com/gobwas/glob -Testsuite: autopkgtest-pkg-go Package: golang-github-gobwas-glob-dev Architecture: all +Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Description: Go glob pattern library diff -Nru golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/gbp.conf golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/gbp.conf --- golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/gbp.conf 2018-02-12 22:18:38.000000000 +0000 +++ golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/gbp.conf 2020-11-07 15:51:54.000000000 +0000 @@ -1,2 +1,4 @@ [DEFAULT] +debian-branch = debian/sid +dist = DEP14 pristine-tar = True diff -Nru golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/gitlab-ci.yml golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/gitlab-ci.yml --- golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/gitlab-ci.yml 2020-10-30 05:57:32.000000000 +0000 @@ -0,0 +1,28 @@ + +# 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" diff -Nru golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/upstream/metadata golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/upstream/metadata --- golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-gobwas-glob-0.2.3+git20180208.19c076c/debian/upstream/metadata 2020-10-30 05:57:32.000000000 +0000 @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/gobwas/glob/issues +Bug-Submit: https://github.com/gobwas/glob/issues/new +Repository: https://github.com/gobwas/glob.git +Repository-Browse: https://github.com/gobwas/glob