diff -Nru golang-github-shurcool-sanitized-anchor-name-0.0~git20170918.86672fc/debian/changelog golang-github-shurcool-sanitized-anchor-name-1.0.0/debian/changelog --- golang-github-shurcool-sanitized-anchor-name-0.0~git20170918.86672fc/debian/changelog 2017-10-24 12:26:06.000000000 +0000 +++ golang-github-shurcool-sanitized-anchor-name-1.0.0/debian/changelog 2019-08-02 14:24:08.000000000 +0000 @@ -1,3 +1,18 @@ +golang-github-shurcool-sanitized-anchor-name (1.0.0-1) unstable; urgency=medium + + [ Alexandre Viau ] + * Point Vcs-* urls to salsa.debian.org. + + [ Anthony Fok ] + * New upstream version 1.0.0 + * Add debian/watch to track upstream tarball + * Update Maintainer email address to team+pkg-go@tracker.debian.org + * Apply "cme fix dpkg" fixes + - Update debhelper dependency to "Build-Depends: debhelper-compat (= 12)" + - Bump Standards-Version to 4.4.0 (no change) + + -- Anthony Fok Fri, 02 Aug 2019 08:24:08 -0600 + golang-github-shurcool-sanitized-anchor-name (0.0~git20170918.86672fc-1) unstable; urgency=medium * New upstream version 0.0~git20170918.86672fc diff -Nru golang-github-shurcool-sanitized-anchor-name-0.0~git20170918.86672fc/debian/compat golang-github-shurcool-sanitized-anchor-name-1.0.0/debian/compat --- golang-github-shurcool-sanitized-anchor-name-0.0~git20170918.86672fc/debian/compat 2017-10-24 12:25:59.000000000 +0000 +++ golang-github-shurcool-sanitized-anchor-name-1.0.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru golang-github-shurcool-sanitized-anchor-name-0.0~git20170918.86672fc/debian/control golang-github-shurcool-sanitized-anchor-name-1.0.0/debian/control --- golang-github-shurcool-sanitized-anchor-name-0.0~git20170918.86672fc/debian/control 2017-10-24 12:25:59.000000000 +0000 +++ golang-github-shurcool-sanitized-anchor-name-1.0.0/debian/control 2019-08-02 14:23:07.000000000 +0000 @@ -1,17 +1,18 @@ Source: golang-github-shurcool-sanitized-anchor-name +Maintainer: Debian Go Packaging Team +Uploaders: Anthony Fok , + Tim Potter Section: devel +Testsuite: autopkgtest-pkg-go Priority: optional -Maintainer: Debian Go Packaging Team -Uploaders: Anthony Fok , Tim Potter -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 12), dh-golang (>= 1.17~), golang-any -Standards-Version: 4.1.1 +Standards-Version: 4.4.0 +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-shurcool-sanitized-anchor-name +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-shurcool-sanitized-anchor-name.git Homepage: https://github.com/shurcooL/sanitized_anchor_name -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-shurcool-sanitized-anchor-name.git -Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-shurcool-sanitized-anchor-name.git XS-Go-Import-Path: github.com/shurcooL/sanitized_anchor_name -Testsuite: autopkgtest-pkg-go Package: golang-github-shurcool-sanitized-anchor-name-dev Architecture: all diff -Nru golang-github-shurcool-sanitized-anchor-name-0.0~git20170918.86672fc/debian/gitlab-ci.yml golang-github-shurcool-sanitized-anchor-name-1.0.0/debian/gitlab-ci.yml --- golang-github-shurcool-sanitized-anchor-name-0.0~git20170918.86672fc/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-shurcool-sanitized-anchor-name-1.0.0/debian/gitlab-ci.yml 2019-08-02 14:05:52.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-shurcool-sanitized-anchor-name-0.0~git20170918.86672fc/debian/watch golang-github-shurcool-sanitized-anchor-name-1.0.0/debian/watch --- golang-github-shurcool-sanitized-anchor-name-0.0~git20170918.86672fc/debian/watch 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-shurcool-sanitized-anchor-name-1.0.0/debian/watch 2019-08-02 14:23:07.000000000 +0000 @@ -0,0 +1,4 @@ +version=4 +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%golang-github-shurcool-sanitized-anchor-name-$1.tar.gz%" \ + https://github.com/shurcooL/sanitized_anchor_name/tags \ + (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian diff -Nru golang-github-shurcool-sanitized-anchor-name-0.0~git20170918.86672fc/go.mod golang-github-shurcool-sanitized-anchor-name-1.0.0/go.mod --- golang-github-shurcool-sanitized-anchor-name-0.0~git20170918.86672fc/go.mod 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-shurcool-sanitized-anchor-name-1.0.0/go.mod 2018-12-26 21:49:07.000000000 +0000 @@ -0,0 +1 @@ +module github.com/shurcooL/sanitized_anchor_name