diff -Nru golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/changelog golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/changelog --- golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/changelog 2015-10-09 16:33:16.000000000 +0000 +++ golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/changelog 2018-04-18 06:25:08.000000000 +0000 @@ -1,3 +1,16 @@ +golang-github-qor-inflection (0.0~git20151009.0.3272df6-2) unstable; urgency=medium + + [ Paul Tagliamonte ] + * Team upload. + * Use a secure transport for the Vcs-Git and Vcs-Browser URL + + [ Alexandre Viau ] + * Point Vcs-* urls to salsa.debian.org. + * Fix insecure-copyright-format-uri. + * Set Testsuite: autopkgtest-pkg-go. + + -- Alexandre Viau Wed, 18 Apr 2018 02:25:08 -0400 + golang-github-qor-inflection (0.0~git20151009.0.3272df6-1) unstable; urgency=medium * Initial release diff -Nru golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/control golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/control --- golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/control 2015-10-09 16:33:06.000000000 +0000 +++ golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/control 2018-04-18 06:25:08.000000000 +0000 @@ -8,9 +8,10 @@ golang-go Standards-Version: 3.9.6 Homepage: https://github.com/qor/inflection -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-qor-inflection.git -Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-qor-inflection.git +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-qor-inflection +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-qor-inflection.git XS-Go-Import-Path: github.com/qor/inflection +Testsuite: autopkgtest-pkg-go Package: golang-github-qor-inflection-dev Architecture: all diff -Nru golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/copyright golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/copyright --- golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/copyright 2015-10-09 16:33:06.000000000 +0000 +++ golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/copyright 2018-04-18 06:25:08.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: inflection Source: https://github.com/qor/inflection diff -Nru golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/gitlab-ci.yml golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/gitlab-ci.yml --- golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-qor-inflection-0.0~git20151009.0.3272df6/debian/gitlab-ci.yml 2018-04-18 06:25:08.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"