File: control

package info (click to toggle)
golang-github-gucumber-gucumber 0.0~git20160715.0.71608e2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 172 kB
  • ctags: 160
  • sloc: makefile: 10
file content (50 lines) | stat: -rw-r--r-- 2,013 bytes parent folder | download | duplicates (2)
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
Source: golang-github-gucumber-gucumber
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
           Tim Potter <tpot@hpe.com>,
           Martín Ferrari <tincho@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-golang (>= 1.10~),
               golang-any,
               golang-github-shiena-ansicolor-dev,
               golang-github-stretchr-testify-dev,
Standards-Version: 3.9.8
Homepage: https://github.com/gucumber/gucumber
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-gucumber-gucumber.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-gucumber-gucumber.git
XS-Go-Import-Path: github.com/gucumber/gucumber

Package: golang-github-gucumber-gucumber-dev
Provides: golang-github-lsegal-gucumber-dev
Replaces: golang-github-lsegal-gucumber-dev (<< 0.0~git20160715.0.71608e2-1~)
Breaks: golang-github-lsegal-gucumber-dev (<< 0.0~git20160715.0.71608e2-1~)
Architecture: all
Depends: ${misc:Depends},
         golang-github-shiena-ansicolor-dev,
         golang-github-stretchr-testify-dev,
Description: Cucumber BDD-style testing for Go -- source
 An implementation of Cucumber (http://cukes.info) BDD-style testing
 for Go.
 .
 This package provides the source files.

Package: golang-github-lsegal-gucumber-dev
Section: oldlibs
Architecture: all
Depends: golang-github-gucumber-gucumber-dev, ${misc:Depends}
Description: Transitional package for golang-github-gucumber-gucumber-dev
 This is a transitional package to ease upgrades to the
 golang-github-gucumber-gucumber-dev package. It can safely be removed.

Package: gucumber
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Cucumber BDD-style testing for Go -- utility
 An implementation of Cucumber (http://cukes.info) BDD-style testing
 for Go.
 .
 This package provides command line utility "gucumber".