[Pkg-golang-commits] [golang] 01/01: Remove outdated README files (README.source and README.Debian)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Tue Jul 19 04:36:50 UTC 2016


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

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

commit 69a8056b8a9a1698b304df19c60134bfbaa75190
Author: Tianon Gravi <admwiggin at gmail.com>
Date:   Mon Jul 11 18:31:16 2016 -0700

    Remove outdated README files (README.source and README.Debian)
---
 debian/README.Debian | 21 ---------------------
 debian/README.source | 33 ---------------------------------
 debian/changelog     |  6 ++++++
 3 files changed, 6 insertions(+), 54 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 5ad7f24..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,21 +0,0 @@
-== Cross-Compilation
-
-Go supports cross-compilation. The environment variables GOOS (e.g. linux,
-netbsd, …) and GOARCH (amd64, 386, arm) influence the resulting binary.
-
-For example, to compile helloworld for linux_386, use:
-
-    ~/gocode/src/helloworld $ GOARCH=386 go build                             
-    ~/gocode/src/helloworld $ file helloworld
-    helloworld: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
-    statically linked, not stripped
-
-If you get an error message like this:
-
-    ~/gocode/src/helloworld $ GOARCH=386 go build
-    go build runtime: linux/386 must be bootstrapped using make.bash
-
-…you are missing the appropriate golang-go-$GOOS-$GOARCH debian package,
-i.e. golang-go-linux-386 in this case.
-
--- Michael Stapelberg <stapelberg at debian.org>  Fri, 07 Jun 2013 22:34:12 +0200
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 1c65c0c..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,33 +0,0 @@
-The golang package is generated only for i386, amd64, armel, armhf and
-kfreebsd-* architectures, because of upstream restrictions.
-
-Quoting from upstream documentation (http://golang.org/doc/install.html):
-
-    The Go compilers support three instruction sets.  There are
-    important differences in the quality of the compilers for the
-    different architectures.
-
-    amd64 (a.k.a. x86-64); 6g,6l,6c,6a
-        The most mature implementation. The compiler has an effective
-        optimizer (registerizer) and generates good code (although
-        gccgo can do noticeably better sometimes).
-
-    386 (a.k.a. x86 or x86-32); 8g,8l,8c,8a
-        Comparable to the amd64 port.
-
-    arm (a.k.a. ARM); 5g,5l,5c,5a
-        Incomplete. It only supports Linux binaries, the optimizer is
-        incomplete, and floating point uses the VFP unit. However, all
-        tests pass. Work on the optimizer is continuing. Tested
-        against a Nexus One.
-
-    Except for things like low-level operating system interface code,
-    the run-time support is the same in all ports and includes a
-    mark-and-sweep garbage collector (a fancier one is in the works),
-    efficient array and string slicing, support for segmented stacks,
-    and a strong goroutine implementation.
-
-    The compilers can target the FreeBSD, Linux, and OS X
-    (a.k.a. Darwin) operating systems.
-
- -- Ondřej Surý <ondrej at debian.org>, Thu, 28 Apr 2011 11:33:26 +0200
diff --git a/debian/changelog b/debian/changelog
index 1acc5a3..905a821 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-1.7 (1.7~rc2-2) UNRELEASED; urgency=medium
+
+  * Remove outdated README files (README.source and README.Debian)
+
+ -- Tianon Gravi <tianon at debian.org>  Mon, 11 Jul 2016 18:31:57 -0700
+
 golang-1.7 (1.7~rc2-1) unstable; urgency=medium
 
   * Update to 1.7rc2 upstream release.

-- 
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