File: control

package info (click to toggle)
golang-github-appc-goaci 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 172 kB
  • ctags: 148
  • sloc: sh: 12; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,290 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
Source: golang-github-appc-goaci
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
    golang-github-appc-spec-dev (>= 0.7.4~),
    golang-golang-x-tools-dev,
Standards-Version: 3.9.7
Homepage: https://github.com/appc/goaci
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-appc-goaci.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-appc-goaci.git
XS-Go-Import-Path: github.com/appc/goaci

Package: golang-github-appc-goaci-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
    golang-github-appc-spec-dev (>= 0.7.4~),
    golang-golang-x-tools-dev,
Description: build go projects into ACIs
 Goaci is a tool to build Go projects into ACIs which confirm to the
 Applicatio Container Specification.

#Package: goaci
#Architecture: any
#Built-Using: ${misc:Built-Using}
#Depends: ${shlibs:Depends},
#         ${misc:Depends}
#Description: CLI tool to build Go projects to ACIs
# goaci is the simple command-line tool to build go projects into ACIs which
# confirm to the Applicatio Container Specification.