[Pkg-golang-commits] [golang] 01/03: start prepping for 1.9~beta1

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Thu Jun 15 02:45:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

mwhudson-guest pushed a commit to branch golang-1.9
in repository golang.

commit 149c6e52754256fe495aebfa8e632abef6925b47
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Thu Jun 15 13:12:20 2017 +1200

    start prepping for 1.9~beta1
---
 debian/changelog                |  6 +++++
 debian/control                  | 22 +++++++--------
 debian/gbp.conf                 |  4 +--
 debian/source/lintian-overrides | 60 ++++++++++++++++++++---------------------
 debian/watch                    |  2 +-
 5 files changed, 50 insertions(+), 44 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a6d0696..5220876 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-1.9 (1.9~beta1-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Michael Hudson-Doyle <michael.hudson at ubuntu.com>  Thu, 15 Jun 2017 13:10:59 +1200
+
 golang-1.8 (1.8.3-1) unstable; urgency=medium
 
   * New upstream release. (Closes: 863292, 863307)
diff --git a/debian/control b/debian/control
index 57c1714..95174bf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@
 # WARNING: "debian/control" is generated via "debian/rules gencontrol" (sourced from "debian/control.in")
 #
 
-Source: golang-1.8
+Source: golang-1.9
 Section: devel
 Priority: optional
 Maintainer: Go Compiler Team <pkg-golang-devel at lists.alioth.debian.org>
@@ -11,16 +11,16 @@ Uploaders: Michael Stapelberg <stapelberg at debian.org>,
            Tianon Gravi <tianon at debian.org>,
            Michael Hudson-Doyle <michael.hudson at ubuntu.com>
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-golang/golang.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-golang/golang.git -b golang-1.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-golang/golang.git -b golang-1.9
 Build-Depends: debhelper (>= 7.4.10),
                golang-any (>= 2:1.4~) | golang-go (>= 2:1.4~) | gccgo (>= 4:5~),
                netbase
 Standards-Version: 3.9.8
 Homepage: https://golang.org
 
-Package: golang-1.8-go
+Package: golang-1.9-go
 Architecture: amd64 arm64 armel armhf i386 ppc64 ppc64el s390x
-Depends: golang-1.8-src (>= ${source:Version}),
+Depends: golang-1.9-src (>= ${source:Version}),
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends}
@@ -42,7 +42,7 @@ Description: Go programming language compiler, linker, compiled stdlib
  Go supports cross-compilation, but as of Go 1.5, it is no longer necessary to
  pre-compile the standard library inside GOROOT for cross-compilation to work.
 
-Package: golang-1.8-src
+Package: golang-1.9-src
 Architecture: amd64 arm64 armel armhf i386 ppc64 ppc64el s390x
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Go programming language - source files
@@ -58,8 +58,8 @@ Description: Go programming language - source files
  This package provides the Go programming language source files needed for
  cross-compilation.
 
-Package: golang-1.8-doc
-Depends: golang-1.8-go, ${misc:Depends}
+Package: golang-1.9-doc
+Depends: golang-1.9-go, ${misc:Depends}
 Architecture: all
 Section: doc
 Description: Go programming language - documentation
@@ -77,10 +77,10 @@ Description: Go programming language - documentation
  language. You can view the formatted documentation by running "godoc
  --http=:6060", and then visiting http://localhost:6060/doc/install.html.
 
-Package: golang-1.8
-Depends: golang-1.8-doc (>= ${source:Version}),
-         golang-1.8-go (>= ${source:Version}),
-         golang-1.8-src (>= ${source:Version}),
+Package: golang-1.9
+Depends: golang-1.9-doc (>= ${source:Version}),
+         golang-1.9-go (>= ${source:Version}),
+         golang-1.9-src (>= ${source:Version}),
          ${misc:Depends}
 Architecture: all
 Description: Go programming language compiler - metapackage
diff --git a/debian/gbp.conf b/debian/gbp.conf
index bd05332..cb9cbf8 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -3,9 +3,9 @@
 #
 
 [DEFAULT]
-debian-branch = golang-1.8
+debian-branch = golang-1.9
 debian-tag = debian/%(version)s
-upstream-branch = upstream-1.8
+upstream-branch = upstream-1.9
 upstream-tag = upstream/%(version)s
 pristine-tar = True
 
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index f7e103f..a866bee 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -2,43 +2,43 @@
 # WARNING: "debian/source/lintian-overrides" is generated via "debian/rules gencontrol" (sourced from "debian/source/lintian-overrides.in")
 #
 
-golang-1.8 source: source-contains-prebuilt-binary src/debug/dwarf/testdata/typedef.elf
-golang-1.8 source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-amd64-linux-exec
-golang-1.8 source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
-golang-1.8 source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-386-freebsd-exec
-golang-1.8 source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj
-golang-1.8 source: source-contains-prebuilt-windows-binary src/debug/pe/testdata/gcc-386-mingw-exec
-golang-1.8 source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
-golang-1.8 source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
-golang-1.8 source: source-contains-prebuilt-windows-binary src/debug/pe/testdata/gcc-386-mingw-obj
-golang-1.8 source: source-contains-prebuilt-binary src/runtime/race/race_linux_amd64.syso
+golang-1.9 source: source-contains-prebuilt-binary src/debug/dwarf/testdata/typedef.elf
+golang-1.9 source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-amd64-linux-exec
+golang-1.9 source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
+golang-1.9 source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-386-freebsd-exec
+golang-1.9 source: source-contains-prebuilt-binary src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj
+golang-1.9 source: source-contains-prebuilt-windows-binary src/debug/pe/testdata/gcc-386-mingw-exec
+golang-1.9 source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
+golang-1.9 source: source-contains-prebuilt-binary src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
+golang-1.9 source: source-contains-prebuilt-windows-binary src/debug/pe/testdata/gcc-386-mingw-obj
+golang-1.9 source: source-contains-prebuilt-binary src/runtime/race/race_linux_amd64.syso
 
 # All these files are compiled from src/debug/elf/testdata/hello.c
 # with various toolchain and options to be used as test data for the
 # elf parser.
-golang-1.8 source: source-is-missing src/debug/elf/testdata/compressed-32.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/compressed-64.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/gcc-386-freebsd-exec
-golang-1.8 source: source-is-missing src/debug/elf/testdata/go-relocation-test-clang-arm.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/go-relocation-test-clang-x86.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc482-ppc64le.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc492-mips64.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc493-mips64le.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc5-ppc.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc531-s390x.obj
-golang-1.8 source: source-is-missing src/debug/elf/testdata/zdebug-test-gcc484-x86-64.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/compressed-32.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/compressed-64.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/gcc-386-freebsd-exec
+golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-clang-arm.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-clang-x86.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc482-ppc64le.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc492-mips64.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc493-mips64le.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc5-ppc.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/go-relocation-test-gcc531-s390x.obj
+golang-1.9 source: source-is-missing src/debug/elf/testdata/zdebug-test-gcc484-x86-64.obj
 
 # These files are compiled from src/debug/dwarf/testdata/line2.c with clang and gcc.
-golang-1.8 source: source-is-missing src/debug/dwarf/testdata/line-clang.elf
-golang-1.8 source: source-is-missing src/debug/dwarf/testdata/line-gcc.elf
+golang-1.9 source: source-is-missing src/debug/dwarf/testdata/line-clang.elf
+golang-1.9 source: source-is-missing src/debug/dwarf/testdata/line-gcc.elf
 
 # Compiled from src/debug/dwarf/testdata/typedef.c with dwarf version 4.
-golang-1.8 source: source-is-missing src/debug/dwarf/testdata/typedef.elf4
+golang-1.9 source: source-is-missing src/debug/dwarf/testdata/typedef.elf4
 
 # This is not a typo.
-golang-1.8 source: unknown-file-in-debian-source lintian-overrides.in
+golang-1.9 source: unknown-file-in-debian-source lintian-overrides.in
diff --git a/debian/watch b/debian/watch
index 803552c..fe856a8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -5,4 +5,4 @@
 version=3
 opts=\
 uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
- http://golang.org/dl/ .*/go(1.8\S*)\.src\.tar\.gz
+ http://golang.org/dl/ .*/go(1.9\S*)\.src\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list