diff -Nru pollen-4.8/ChangeLog pollen-4.9/ChangeLog --- pollen-4.8/ChangeLog 2014-02-28 17:12:02.000000000 +0000 +++ pollen-4.9/ChangeLog 2014-03-06 15:23:28.000000000 +0000 @@ -1,4 +1,11 @@ -pollen (4.8) released; urgency=low +pollen (4.9) released; urgency=low + + * debian/rules: LP: #1288807 + - fix FTBFS, build using golang 'go build' rather than gccgo + + -- Dustin Kirkland Fri, 28 Feb 2014 11:13:11 -0600 + +pollen (4.8-0ubuntu1) trusty; urgency=low [ JuanJo Ciarlante and Dustin Kirkland ] * check_pollen: @@ -6,7 +13,7 @@ server, runable as a non-privileged user, but not affecting the local PRNG - -- Dustin Kirkland Wed, 26 Feb 2014 10:51:09 -0600 + -- Dustin Kirkland Fri, 28 Feb 2014 11:13:09 -0600 pollen (4.7-0ubuntu1) trusty; urgency=low diff -Nru pollen-4.8/debian/changelog pollen-4.9/debian/changelog --- pollen-4.8/debian/changelog 2014-02-28 17:12:14.000000000 +0000 +++ pollen-4.9/debian/changelog 2014-03-06 15:23:58.000000000 +0000 @@ -1,3 +1,10 @@ +pollen (4.9-0ubuntu1) trusty; urgency=low + + * debian/rules: LP: #1288807 + - fix FTBFS, build using golang 'go build' rather than gccgo + + -- Dustin Kirkland Fri, 28 Feb 2014 11:13:11 -0600 + pollen (4.8-0ubuntu1) trusty; urgency=low [ JuanJo Ciarlante and Dustin Kirkland ] @@ -6,7 +13,7 @@ server, runable as a non-privileged user, but not affecting the local PRNG - -- Dustin Kirkland Wed, 26 Feb 2014 10:51:09 -0600 + -- Dustin Kirkland Fri, 28 Feb 2014 11:13:09 -0600 pollen (4.7-0ubuntu1) trusty; urgency=low diff -Nru pollen-4.8/debian/rules pollen-4.9/debian/rules --- pollen-4.8/debian/rules 2014-02-28 16:00:20.000000000 +0000 +++ pollen-4.9/debian/rules 2014-03-06 15:08:00.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ GO_BUILD=gccgo + dh $@ override_dh_strip: true