[SCM] Packaging for Google Go branch, weekly-debian-sid, updated. debian-weekly/2011.09.07-1-48-ge4a4b27

Ondřej Surý ondrej at sury.org
Fri Mar 9 08:43:45 UTC 2012


The following commit has been merged in the weekly-debian-sid branch:
commit 1c5f97f4e063073e94c0df51ce614f408c0e785b
Author: Ondřej Surý <ondrej at sury.org>
Date:   Fri Mar 9 08:38:37 2012 +0100

    Update debian/control based on debian-l10n-english review (Closes: #658415)

diff --git a/debian/control b/debian/control
index 077dfcf..c74c0d1 100644
--- a/debian/control
+++ b/debian/control
@@ -15,53 +15,39 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
 Replaces: golang-weekly-tools
 Conflicts: golang-go, golang-weekly-tools, golang-tools
 Provides: go-compiler, golang-go, golang-weekly-tools
-Description: Experimental Go programming language compiler
- This package provides assembler, compiler and linker for the Go
- programming language.  This is Google's Go implementation of the
- tool chain.
- .
+Description: Go programming language compiler
  The Go programming language is an open source project to make
  programmers more productive. Go is expressive, concise, clean, and
- efficient.  Its concurrency mechanisms make it easy to write programs
+ efficient. Its concurrency mechanisms make it easy to write programs
  that get the most out of multicore and networked machines, while its
  novel type system enables flexible and modular program construction.
  Go compiles quickly to machine code yet has the convenience of
- garbage collection and the power of run-time reflection.  It's a
+ garbage collection and the power of run-time reflection. It's a
  fast, statically typed, compiled language that feels like a
  dynamically typed, interpreted language.
  .
- Go is an experiment. We hope adventurous users will give it a try and
- see if they enjoy it. Not every programmer will, but we hope enough
- will find satisfaction in the approach it offers to justify further
- development. The language can (and still does) change between weekly
- releases, check http://golang.org/doc/devel/weekly.html before
- upgrading this package.
+ This package provides an assembler, a compiler, and a linker for the
+ Go programming language. This is Google's implementation of the Go
+ tool chain.
 
 Package: golang-weekly-src
 Conflicts: golang-src
 Provides: golang-src
 Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 armel armhf
 Depends: ${shlibs:Depends}, ${misc:Depends}, golang-weekly-go
-Description: Go programming language compiler (.go source files)
- This package provides the source files for the Go programming
- language needed for godoc and goinstall.
- .
+Description: Go programming language compiler - source files
  The Go programming language is an open source project to make
  programmers more productive. Go is expressive, concise, clean, and
- efficient.  Its concurrency mechanisms make it easy to write programs
+ efficient. Its concurrency mechanisms make it easy to write programs
  that get the most out of multicore and networked machines, while its
  novel type system enables flexible and modular program construction.
  Go compiles quickly to machine code yet has the convenience of
- garbage collection and the power of run-time reflection.  It's a
+ garbage collection and the power of run-time reflection. It's a
  fast, statically typed, compiled language that feels like a
  dynamically typed, interpreted language.
  .
- Go is an experiment. We hope adventurous users will give it a try and
- see if they enjoy it. Not every programmer will, but we hope enough
- will find satisfaction in the approach it offers to justify further
- development. The language can (and still does) change between weekly
- releases, check http://golang.org/doc/devel/weekly.html before
- upgrading this package.
+ This package provides the Go programming language source files needed
+ for godoc and goinstall.
 
 Package: golang-weekly-doc
 Conflicts: golang-doc
@@ -69,29 +55,21 @@ Provides: golang-doc
 Architecture: all
 Depends: ${misc:Depends}, golang-weekly-go
 Section: doc
-Description: Documentation for Google's Go programming language
- This package provides the documentation for the Go programming
- language.
- .
+Description: Go programming language compiler - documentation
  The Go programming language is an open source project to make
  programmers more productive. Go is expressive, concise, clean, and
- efficient.  Its concurrency mechanisms make it easy to write programs
+ efficient. Its concurrency mechanisms make it easy to write programs
  that get the most out of multicore and networked machines, while its
  novel type system enables flexible and modular program construction.
  Go compiles quickly to machine code yet has the convenience of
- garbage collection and the power of run-time reflection.  It's a
+ garbage collection and the power of run-time reflection. It's a
  fast, statically typed, compiled language that feels like a
  dynamically typed, interpreted language.
  .
- You can view a nicely formatted documentation by running godoc
- --http=:6060 and then visiting http://localhost:6060/doc/install.html.
- .
- Go is an experiment. We hope adventurous users will give it a try and
- see if they enjoy it. Not every programmer will, but we hope enough
- will find satisfaction in the approach it offers to justify further
- development. The language can (and still does) change between weekly
- releases, check http://golang.org/doc/devel/weekly.html before
- upgrading this package.
+ This package provides the documentation for the Go programming
+ language. You can view the formatted documentation by installing
+ golang-weekly-go, running "godoc --http=:6060", and then visiting
+ http://localhost:6060/doc/install.html.
 
 Package: golang-weekly-dbg
 Conflicts: golang-dbg
@@ -101,13 +79,20 @@ Depends: ${misc:Depends}, golang-weekly-go (= ${binary:Version})
 Recommends: gdb
 Section: debug
 Priority: extra
-Description: Go programming language tool chain [debug]
+Description: Go programming language compiler - debug files
+ The Go programming language is an open source project to make
+ programmers more productive. Go is expressive, concise, clean, and
+ efficient. Its concurrency mechanisms make it easy to write programs
+ that get the most out of multicore and networked machines, while its
+ novel type system enables flexible and modular program construction.
+ Go compiles quickly to machine code yet has the convenience of
+ garbage collection and the power of run-time reflection. It's a
+ fast, statically typed, compiled language that feels like a
+ dynamically typed, interpreted language.
+ .
  This package provides the debug symbols for Google's Go tool
  chain binaries (assembler, compiler, linker) needed for properly
  debugging errors in the tool chain with gdb.
- .
- This package uses the weekly snapshot releases, for more information see:
- http://golang.org/doc/devel/weekly.html
 
 Package: golang-weekly
 Depends: ${misc:Depends},
@@ -115,23 +100,16 @@ Depends: ${misc:Depends},
 	 golang-weekly-src (>= ${source:Version}),
 	 golang-weekly-doc (>= ${source:Version})
 Architecture: all
-Description: Experimental Go programming language [meta package]
- This package is a metapackage that, when installed, guarantees
- that (almost) full Go development environment is installed.
- .
+Description: Go programming language compiler - metapackage
  The Go programming language is an open source project to make
  programmers more productive. Go is expressive, concise, clean, and
- efficient.  Its concurrency mechanisms make it easy to write programs
+ efficient. Its concurrency mechanisms make it easy to write programs
  that get the most out of multicore and networked machines, while its
  novel type system enables flexible and modular program construction.
  Go compiles quickly to machine code yet has the convenience of
- garbage collection and the power of run-time reflection.  It's a
+ garbage collection and the power of run-time reflection. It's a
  fast, statically typed, compiled language that feels like a
  dynamically typed, interpreted language.
  .
- Go is an experiment. We hope adventurous users will give it a try and
- see if they enjoy it. Not every programmer will, but we hope enough
- will find satisfaction in the approach it offers to justify further
- development. The language can (and still does) change between weekly
- releases, check http://golang.org/doc/devel/weekly.html before
- upgrading this package.
+ This package is a metapackage that, when installed, guarantees
+ that (most of) a full Go development environment is installed.

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list