File: control

package info (click to toggle)
golang-glide 0.12.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 704 kB
  • ctags: 546
  • sloc: makefile: 45; sh: 7
file content (36 lines) | stat: -rw-r--r-- 1,474 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
Source: golang-glide
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-gopkg-check.v1-dev,
               golang-gopkg-yaml.v2-dev,
               golang-github-masterminds-vcs-dev (>= 1.8),
               golang-github-codegangsta-cli-dev (>= 1.16),
               golang-github-masterminds-semver-dev (>= 1.1.1),
Standards-Version: 3.9.8
Homepage: https://github.com/Masterminds/glide
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/glide.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/glide.git
XS-Go-Import-Path: github.com/Masterminds/glide

Package: golang-glide
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends},
         git
Breaks: glide (<< 0.12.3-2~)
Replaces: glide (<< 0.12.3-2~)
Description: Vendor package management for Go
 Glide is comparable to tools like Cargo, npm, Composer, Bundler, pip,
 Maven but for Go. It manages vendored packages with ease.
 .
 Packages to be vendored are listed in a configuration file at the
 root of a project along with the appropriate restriction on versions
 and Glide will download the most recent versions satisfying the
 constraints into the vendor directory. It will write a lock file to
 record the exact versions chosen.