diff -Nru golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/changelog golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/changelog --- golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/changelog 2017-01-25 03:33:31.000000000 +0000 +++ golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/changelog 2018-06-08 12:36:03.000000000 +0000 @@ -1,3 +1,16 @@ +golang-github-azure-go-ansiterm (0.0~git20160622.0.fa152c5-2) unstable; urgency=medium + + * Team upload. + + [ Alexandre Viau ] + * Point Vcs-* urls to salsa.debian.org. + + [ Dmitry Smirnov ] + * Patch "sirupsen/logrus" import path. + * Standards-Version: 4.1.4; Priority: optional. + + -- Dmitry Smirnov Fri, 08 Jun 2018 22:36:03 +1000 + golang-github-azure-go-ansiterm (0.0~git20160622.0.fa152c5-1) unstable; urgency=medium * Initial release (Closes: #853789) diff -Nru golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/control golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/control --- golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/control 2017-01-25 03:33:31.000000000 +0000 +++ golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/control 2018-06-08 12:34:21.000000000 +0000 @@ -1,23 +1,23 @@ Source: golang-github-azure-go-ansiterm Section: devel -Priority: extra +Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Tim Potter Build-Depends: debhelper (>= 10), dh-golang, golang-any, - golang-github-sirupsen-logrus-dev -Standards-Version: 3.9.8 + golang-github-sirupsen-logrus-dev (>= 1.0.2~) +Standards-Version: 4.1.4 Homepage: https://github.com/Azure/go-ansiterm -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-azure-go-ansiterm.git -Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-azure-go-ansiterm.git +Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-azure-go-ansiterm +Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-azure-go-ansiterm.git XS-Go-Import-Path: github.com/Azure/go-ansiterm Package: golang-github-azure-go-ansiterm-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, - golang-github-sirupsen-logrus-dev + golang-github-sirupsen-logrus-dev (>= 1.0.2~) Description: Go package for ANSI terminal emulation in Windows This package is a cross-platform ANSI terminal emulation library. It reads a stream of Ansi characters and produces the appropriate diff -Nru golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/copyright golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/copyright --- golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/copyright 2017-01-25 03:33:31.000000000 +0000 +++ golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/copyright 2018-06-08 12:36:03.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: go-ansiterm Source: https://github.com/Azure/go-ansiterm diff -Nru golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/gitlab-ci.yml golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/gitlab-ci.yml --- golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/gitlab-ci.yml 2018-06-08 12:29:01.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-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/patches/logrus-lowercase.patch golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/patches/logrus-lowercase.patch --- golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/patches/logrus-lowercase.patch 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/patches/logrus-lowercase.patch 2018-06-08 12:32:38.000000000 +0000 @@ -0,0 +1,31 @@ +Last-Update: 2018-06-08 +Forwarded: not-needed +Author: Dmitry Smirnov +Description: Fix logrus name space. + +--- a/parser.go ++++ b/parser.go +@@ -4,9 +4,9 @@ + "errors" + "io/ioutil" + "os" + +- "github.com/Sirupsen/logrus" ++ "github.com/sirupsen/logrus" + ) + + var logger *logrus.Logger + +--- a/winterm/win_event_handler.go ++++ b/winterm/win_event_handler.go +@@ -8,9 +8,9 @@ + "os" + "strconv" + + "github.com/Azure/go-ansiterm" +- "github.com/Sirupsen/logrus" ++ "github.com/sirupsen/logrus" + ) + + var logger *logrus.Logger + diff -Nru golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/patches/series golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/patches/series --- golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ golang-github-azure-go-ansiterm-0.0~git20160622.0.fa152c5/debian/patches/series 2018-06-08 09:46:48.000000000 +0000 @@ -0,0 +1 @@ +logrus-lowercase.patch