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
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>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-shiena-ansicolor-dev,
golang-github-stretchr-testify-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gucumber-gucumber
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gucumber-gucumber.git
Homepage: https://github.com/gucumber/gucumber
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/gucumber/gucumber
Package: golang-github-gucumber-gucumber-dev
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
Architecture: all
Section: oldlibs
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
Depends: ${shlibs:Depends},
${misc:Depends}
Built-Using: ${misc:Built-Using}
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".
|