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

Tianon Gravi tianon at debian.org
Tue Jul 12 01:31:21 UTC 2016


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

tianon pushed a commit to branch golang-1.6
in repository golang.

commit b4b558021a37c4054453208c499f06c8bb5d0f1b
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     |  1 +
 3 files changed, 1 insertion(+), 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 48bff51..07109f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ golang-1.6 (1.6.2-3) UNRELEASED; urgency=medium
 
   [ Tianon Gravi ]
   * Update Vcs-Git to reference a particular branch
+  * Remove outdated README files (README.source and README.Debian)
 
  -- Paul Tagliamonte <paultag at debian.org>  Wed, 29 Jun 2016 20:20:49 -0400
 

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