File: control

package info (click to toggle)
golang-github-go-chef-chef 0.0.1%2Bgit20161023.60.deb8c38-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: sh: 14; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 1,397 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
Source: golang-github-go-chef-chef
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jordi Mallach <jordi@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-cenkalti-backoff-dev,
               golang-github-ctdk-chefcrypto-dev,
               golang-github-ctdk-goiardi-dev,
               golang-github-davecgh-go-spew-dev,
               golang-github-smartystreets-goconvey-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-chef-chef
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-chef-chef.git
Homepage: https://github.com/go-chef/chef
XS-Go-Import-Path: github.com/go-chef/chef

Package: golang-github-go-chef-chef-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-any,
         golang-github-cenkalti-backoff-dev,
         golang-github-ctdk-chefcrypto-dev,
         golang-github-ctdk-goiardi-dev,
         golang-github-davecgh-go-spew-dev,
         golang-github-smartystreets-goconvey-dev
Description: Chef-Server API client in golang
 This is a Golang library that can be used to write tools to interact
 with a chef server and its common facilities: cookbooks, clients, nodes,
 search, etc.