File: control

package info (click to toggle)
gb 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 936 kB
  • ctags: 903
  • sloc: makefile: 12; cpp: 12; sh: 3
file content (51 lines) | stat: -rw-r--r-- 1,903 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: gb
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-golang-x-tools (>= 1:0.0~git20151026.0.0f9d71c-1~),
               rsync
Standards-Version: 3.9.8
Homepage: https://getgb.io
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/gb.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/gb.git
XS-Go-Import-Path: github.com/constabulary/gb

Package: gb
Architecture: any
Depends: golang-go, ${misc:Depends}, ${shlibs:Depends}
Recommends: golang-golang-x-tools (>= 1:0.0~git20151026.0.0f9d71c-1~)
Built-Using: ${misc:Built-Using}
Description: project based build tool for Go
 "gb" is a proof of concept replacement build tool for the Go programming
 language.
 .
 "gb" operates on the concept of a project. A gb project is a workspace
 for all the Go code that is required to build your project.
 .
 A gb project is a folder on disk that contains a subdirectory named
 src/. That's it, no environment variables to set.
 .
 You can create as many projects as you like and move between them simply
 by changing directories.

Package: golang-github-constabulary-gb-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: project based build tool for Go (source)
 "gb" is a proof of concept replacement build tool for the Go programming
 language.
 .
 "gb" operates on the concept of a project. A gb project is a workspace
 for all the Go code that is required to build your project.
 .
 A gb project is a folder on disk that contains a subdirectory named
 src/. That's it, no environment variables to set.
 .
 You can create as many projects as you like and move between them simply
 by changing directories.
 .
 This package contains the source.