From 25c37b19a2604aff4dfe019f76ddbcc3ee68a74e Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 25 Nov 2014 23:39:02 -0700 Subject: New upstream version (1.3.3) --- debian/changelog | 14 +++++++++++--- debian/watch | 4 +++- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 467f71756..de7b0692e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,17 @@ -golang (2:1.3.2-2) UNRELEASED; urgency=medium - +golang (2:1.3.3-1) UNRELEASED; urgency=medium + + * New upstream version (https://code.google.com/p/go/source/list?name=go1.3.3) + - time: removed from tests now obsolete assumption about Australian tz + abbreviations + - net: temporarily skip TestAcceptIgnoreSomeErrors + - runtime: hide cgocallback_gofunc calling cgocallbackg from linker + - runtime: fix GOTRACEBACK reading on Windows, Plan 9 + - nacltest.bash: unset GOROOT + - cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug * Add Paul and myself as uploaders. Many, many thanks to Michael for his work so far on this package (and hopefully more to come). - -- Tianon Gravi Tue, 25 Nov 2014 23:30:11 -0700 + -- Tianon Gravi Wed, 26 Nov 2014 06:32:21 +0000 golang (2:1.3.2-1) unstable; urgency=medium diff --git a/debian/watch b/debian/watch index 49e969a90..ac3b0f0d1 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,4 @@ version=3 -http://golang.org/dl/ .*/go([0-9.]*)\.src\.tar\.gz +opts=\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\ + http://golang.org/dl/ .*/go(\d\S*)\.src\.tar\.gz -- cgit v1.2.3