diff -Nru golang-github-mattn-go-isatty-0.0.3/debian/changelog golang-github-mattn-go-isatty-0.0.4/debian/changelog --- golang-github-mattn-go-isatty-0.0.3/debian/changelog 2018-02-11 16:43:56.000000000 +0000 +++ golang-github-mattn-go-isatty-0.0.4/debian/changelog 2018-12-20 16:50:17.000000000 +0000 @@ -1,3 +1,23 @@ +golang-github-mattn-go-isatty (0.0.4-1) unstable; urgency=medium + + [ Alexandre Viau ] + * d/changelog: remove trailing whitespaces + + [ Michael Stapelberg ] + * update debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci) + + [ Anthony Fok ] + * New upstream version 0.0.4 (released 2017-11-06) + * Apply "cme fix dpkg" fixes to d/control and d/copyright + * Build-Depends on golang-any instead of golang-go + * Update Maintainer address in debian/control + * Use debhelper (>= 11~) + * Bump Standards-Version to 4.2.1 (no change) + * Remove debian/source/options + * Add myself to the list of Uploaders + + -- Anthony Fok Thu, 20 Dec 2018 09:50:17 -0700 + golang-github-mattn-go-isatty (0.0.3-4) unstable; urgency=medium * Depend on golang-golang-x-sys-dev (for ppc64). @@ -60,8 +80,8 @@ -- Alexandre Viau Mon, 21 Mar 2016 23:43:38 -0400 golang-github-mattn-go-isatty (0.0~git20150813.0.7fcbc72-1) unstable; urgency=medium - - * New upstream snapshot. + + * New upstream snapshot. -- Fernando Ike Thu, 13 Aug 2015 21:45:38 -0300 diff -Nru golang-github-mattn-go-isatty-0.0.3/debian/compat golang-github-mattn-go-isatty-0.0.4/debian/compat --- golang-github-mattn-go-isatty-0.0.3/debian/compat 2018-02-11 16:43:56.000000000 +0000 +++ golang-github-mattn-go-isatty-0.0.4/debian/compat 2018-12-20 16:41:09.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru golang-github-mattn-go-isatty-0.0.3/debian/control golang-github-mattn-go-isatty-0.0.4/debian/control --- golang-github-mattn-go-isatty-0.0.3/debian/control 2018-02-11 16:43:56.000000000 +0000 +++ golang-github-mattn-go-isatty-0.0.4/debian/control 2018-12-20 16:49:58.000000000 +0000 @@ -1,20 +1,21 @@ Source: golang-github-mattn-go-isatty -Section: devel -Priority: optional -Maintainer: pkg-go +Maintainer: Debian Go Packaging Team Uploaders: Alexandre Viau , Fernando Ike , - Diego M. Rodriguez -Build-Depends: debhelper (>= 9), + Diego M. Rodriguez , + Anthony Fok +Section: devel +Testsuite: autopkgtest-pkg-go +Priority: optional +Build-Depends: debhelper (>= 11~), dh-golang (>= 1.17~), - golang-golang-x-sys-dev, - golang-go -Standards-Version: 3.9.8 -Homepage: https://github.com/mattn/go-isatty + golang-any, + golang-golang-x-sys-dev +Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-isatty Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-isatty.git +Homepage: https://github.com/mattn/go-isatty XS-Go-Import-Path: github.com/mattn/go-isatty -Testsuite: autopkgtest-pkg-go Package: golang-github-mattn-go-isatty-dev Architecture: all diff -Nru golang-github-mattn-go-isatty-0.0.3/debian/copyright golang-github-mattn-go-isatty-0.0.4/debian/copyright --- golang-github-mattn-go-isatty-0.0.3/debian/copyright 2018-02-11 16:43:56.000000000 +0000 +++ golang-github-mattn-go-isatty-0.0.4/debian/copyright 2018-06-12 21:00:51.000000000 +0000 @@ -1,4 +1,5 @@ -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: golang-github-mattn-go-isatty Source: https://github.com/mattn/go-isatty Files: * diff -Nru golang-github-mattn-go-isatty-0.0.3/debian/gitlab-ci.yml golang-github-mattn-go-isatty-0.0.4/debian/gitlab-ci.yml --- golang-github-mattn-go-isatty-0.0.3/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-mattn-go-isatty-0.0.4/debian/gitlab-ci.yml 2018-06-12 20:32:29.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-mattn-go-isatty-0.0.3/debian/source/options golang-github-mattn-go-isatty-0.0.4/debian/source/options --- golang-github-mattn-go-isatty-0.0.3/debian/source/options 2018-02-11 16:43:56.000000000 +0000 +++ golang-github-mattn-go-isatty-0.0.4/debian/source/options 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -tar-ignore = .hg -tar-ignore = .git -tar-ignore = .bzr diff -Nru golang-github-mattn-go-isatty-0.0.3/isatty_others.go golang-github-mattn-go-isatty-0.0.4/isatty_others.go --- golang-github-mattn-go-isatty-0.0.3/isatty_others.go 2017-09-25 05:34:41.000000000 +0000 +++ golang-github-mattn-go-isatty-0.0.4/isatty_others.go 2017-11-07 05:05:31.000000000 +0000 @@ -3,7 +3,7 @@ package isatty -// IsCygwinTerminal() return true if the file descriptor is a cygwin or msys2 +// IsCygwinTerminal return true if the file descriptor is a cygwin or msys2 // terminal. This is also always false on this environment. func IsCygwinTerminal(fd uintptr) bool { return false diff -Nru golang-github-mattn-go-isatty-0.0.3/.travis.yml golang-github-mattn-go-isatty-0.0.4/.travis.yml --- golang-github-mattn-go-isatty-0.0.3/.travis.yml 2017-09-25 05:34:41.000000000 +0000 +++ golang-github-mattn-go-isatty-0.0.4/.travis.yml 2017-11-07 05:05:31.000000000 +0000 @@ -2,6 +2,10 @@ go: - tip +os: + - linux + - osx + before_install: - go get github.com/mattn/goveralls - go get golang.org/x/tools/cmd/cover