diff -Nru golang-pathtree-0.0~git20140121/debian/changelog golang-pathtree-0.0~git20140121/debian/changelog --- golang-pathtree-0.0~git20140121/debian/changelog 2017-08-09 11:25:04.000000000 +0000 +++ golang-pathtree-0.0~git20140121/debian/changelog 2018-02-09 16:01:56.000000000 +0000 @@ -1,3 +1,10 @@ +golang-pathtree (0.0~git20140121-3) unstable; urgency=medium + + * Team upload. + * Switch to XS-Go-Import-Path + + -- Michael Stapelberg Fri, 09 Feb 2018 17:01:56 +0100 + golang-pathtree (0.0~git20140121-2) unstable; urgency=medium [ Paul Tagliamonte ] diff -Nru golang-pathtree-0.0~git20140121/debian/control golang-pathtree-0.0~git20140121/debian/control --- golang-pathtree-0.0~git20140121/debian/control 2017-08-09 11:23:56.000000000 +0000 +++ golang-pathtree-0.0~git20140121/debian/control 2018-02-09 16:01:56.000000000 +0000 @@ -8,6 +8,7 @@ Homepage: https://github.com/robfig/pathtree Vcs-Browser: http://anonscm.debian.org/cgit/pkg-go/packages/golang-pathtree.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-pathtree.git +XS-Go-Import-Path: github.com/robfig/pathtree Package: golang-github-robfig-pathtree-dev Architecture: all diff -Nru golang-pathtree-0.0~git20140121/debian/rules golang-pathtree-0.0~git20140121/debian/rules --- golang-pathtree-0.0~git20140121/debian/rules 2017-08-08 18:01:55.000000000 +0000 +++ golang-pathtree-0.0~git20140121/debian/rules 2018-02-09 16:01:56.000000000 +0000 @@ -1,6 +1,5 @@ #!/usr/bin/make -f -export DH_GOPKG := github.com/robfig/pathtree %: dh $@ --buildsystem=golang --with=golang