summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianon Gravi <admwiggin@gmail.com>2014-11-25 23:39:02 -0700
committerTianon Gravi <admwiggin@gmail.com>2014-11-25 23:39:02 -0700
commit25c37b19a2604aff4dfe019f76ddbcc3ee68a74e (patch)
treec7ce2a3e02735ee17d1d1c021110a1268fd1ca2c
parent28f7aebaa61f16a82cb844bbf43aaf74033a03a0 (diff)
downloadgolang-25c37b19a2604aff4dfe019f76ddbcc3ee68a74e.tar.gz
New upstream version (1.3.3)
-rw-r--r--debian/changelog14
-rw-r--r--debian/watch4
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 <admwiggin@gmail.com> Tue, 25 Nov 2014 23:30:11 -0700
+ -- Tianon Gravi <admwiggin@gmail.com> 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