[SCM] Packaging for Google Go branch, debian-sid, updated. debian/1%60.2-1-21-gaf42388

Ondřej Surý ondrej at sury.org
Fri Apr 6 14:34:21 UTC 2012


The following commit has been merged in the debian-sid branch:
commit 8c5bb4d12682122a3a0d68a8682dcab8cd836caa
Author: Ondřej Surý <ondrej at sury.org>
Date:   Fri Apr 6 15:51:50 2012 +0200

    Add generated control to source tree

diff --git a/debian/control.in b/debian/control
similarity index 75%
copy from debian/control.in
copy to debian/control
index effb334..1f3e6cf 100644
--- a/debian/control.in
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: golang-#P#
+Source: golang-
 Section: devel
 Priority: optional
 Maintainer: Ondřej Surý <ondrej at debian.org>
@@ -9,12 +9,12 @@ Build-Depends-Indep: po-debconf
 Standards-Version: 3.9.3
 Homepage: http://golang.org/
 
-Package: golang#P#-go
+Package: golang-go
 Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 armel armhf
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
-Replaces: golang#P#-tools
-Conflicts: golang#C#-go, golang#C#-tools, golang#P#-tools
-Provides: go-compiler, golang#C#-go, golang#P#-tools
+Replaces: golang-tools
+Conflicts: golang-weekly-go, golang-weekly-tools, golang-tools
+Provides: go-compiler, golang-weekly-go, golang-tools
 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
@@ -30,11 +30,11 @@ Description: Go programming language compiler
  Go programming language. This is Google's implementation of the Go
  tool chain.
 
-Package: golang#P#-src
-Conflicts: golang#C#-src
-Provides: golang#C#-src
+Package: golang-src
+Conflicts: golang-weekly-src
+Provides: golang-weekly-src
 Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 armel armhf
-Depends: ${shlibs:Depends}, ${misc:Depends}, golang#P#-go
+Depends: ${shlibs:Depends}, ${misc:Depends}, golang-go
 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
@@ -49,11 +49,11 @@ Description: Go programming language compiler - source files
  This package provides the Go programming language source files needed
  for godoc and goinstall.
 
-Package: golang#P#-doc
-Conflicts: golang#C#-doc
-Provides: golang#C#-doc
+Package: golang-doc
+Conflicts: golang-weekly-doc
+Provides: golang-weekly-doc
 Architecture: all
-Depends: ${misc:Depends}, golang#P#-go
+Depends: ${misc:Depends}, golang-go
 Section: doc
 Description: Go programming language compiler - documentation
  The Go programming language is an open source project to make
@@ -70,11 +70,11 @@ Description: Go programming language compiler - documentation
  language. You can view the formatted documentation by running "godoc
  --http=:6060", and then visiting http://localhost:6060/doc/install.html.
 
-Package: golang#P#-dbg
-Conflicts: golang#C#-dbg
-Provides: golang#C#-dbg
+Package: golang-dbg
+Conflicts: golang-weekly-dbg
+Provides: golang-weekly-dbg
 Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 armel armhf
-Depends: ${misc:Depends}, golang#P#-go (= ${binary:Version})
+Depends: ${misc:Depends}, golang-go (= ${binary:Version})
 Recommends: gdb
 Section: debug
 Priority: extra
@@ -93,11 +93,11 @@ Description: Go programming language compiler - debug files
  chain binaries (assembler, compiler, linker) needed for properly
  debugging errors in the tool chain with gdb.
 
-Package: golang#P#
+Package: golang
 Depends: ${misc:Depends},
-	 golang#P#-go (>= ${source:Version}),
-	 golang#P#-src (>= ${source:Version}),
-	 golang#P#-doc (>= ${source:Version})
+	 golang-go (>= ${source:Version}),
+	 golang-src (>= ${source:Version}),
+	 golang-doc (>= ${source:Version})
 Architecture: all
 Description: Go programming language compiler - metapackage
  The Go programming language is an open source project to make
@@ -113,4 +113,27 @@ Description: Go programming language compiler - metapackage
  This package is a metapackage that, when installed, guarantees
  that (most of) a full Go development environment is installed.
 
-#EXTRA#
+Package: golang-mode
+Architecture: all
+Depends: ${misc:Depends}, emacs23 | emacsen
+Suggests: golang-go
+Description: Go mode for GNU Emacs
+ Provides a major mode for GNU Emacs to edit programs written in Google's
+ Go programming language.
+
+Package: kate-syntax-go
+Architecture: all
+Depends: ${misc:Depends}, kate
+Suggests: golang-go
+Description: Syntax files to highlight Go in the Kate editor
+ Provides a syntax highlighting for the Kate editor to edit programs
+ written in Google's Go programming language.
+
+Package: vim-syntax-go
+Architecture: all
+Depends: ${misc:Depends}, vim
+Recommends: vim-addon-manager
+Suggests: golang-go
+Description: Syntax files to highlight Go in the Vim editor
+ Provides a syntax highlighting for the Vim editor to edit programs
+ written in Google's Go programming language.

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list