diff -Nru golang-github-lucasb-eyer-go-colorful-1.0/debian/changelog golang-github-lucasb-eyer-go-colorful-1.0/debian/changelog --- golang-github-lucasb-eyer-go-colorful-1.0/debian/changelog 2018-07-22 10:22:10.000000000 +0000 +++ golang-github-lucasb-eyer-go-colorful-1.0/debian/changelog 2018-08-11 14:54:58.000000000 +0000 @@ -1,3 +1,10 @@ +golang-github-lucasb-eyer-go-colorful (1.0-2) unstable; urgency=medium + + * Timeout for tests increased to one hour + * Bump Standards-Version to 4.2.0 (no changes needed) + + -- Paride Legovini Sat, 11 Aug 2018 14:54:58 +0000 + golang-github-lucasb-eyer-go-colorful (1.0-1) unstable; urgency=medium * Initial release (Closes: #904253) diff -Nru golang-github-lucasb-eyer-go-colorful-1.0/debian/control golang-github-lucasb-eyer-go-colorful-1.0/debian/control --- golang-github-lucasb-eyer-go-colorful-1.0/debian/control 2018-07-22 10:22:10.000000000 +0000 +++ golang-github-lucasb-eyer-go-colorful-1.0/debian/control 2018-08-11 14:54:58.000000000 +0000 @@ -7,7 +7,7 @@ dh-golang, golang-any, golang-github-data-dog-go-sqlmock-dev -Standards-Version: 4.1.5 +Standards-Version: 4.2.0 Homepage: https://github.com/lucasb-eyer/go-colorful Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-lucasb-eyer-go-colorful Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-lucasb-eyer-go-colorful.git diff -Nru golang-github-lucasb-eyer-go-colorful-1.0/debian/rules golang-github-lucasb-eyer-go-colorful-1.0/debian/rules --- golang-github-lucasb-eyer-go-colorful-1.0/debian/rules 2018-07-22 10:22:10.000000000 +0000 +++ golang-github-lucasb-eyer-go-colorful-1.0/debian/rules 2018-08-11 14:54:58.000000000 +0000 @@ -5,6 +5,11 @@ %: dh $@ --buildsystem=golang --with=golang +override_dh_auto_test: + # The default timeout for tests is 10m, which is not enough for + # slower or overloaded machines. Let's increase it to one hour. + dh_auto_test -- -timeout 1h + override_dh_auto_install: dh_auto_install