Codebase list golang-check.v1 / f41d39e
Apply "cme fix dpkg" fixes - Bump Standards-Version from 3.9.8 to 4.1.3 - Use secure https protocol for debian/copyright format URL - Add description synopsis to 01-Skip_flaky_tests.patch Anthony Fok 6 years ago
3 changed file(s) with 15 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
00 Source: golang-check.v1
1 Section: devel
2 Priority: optional
31 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
42 Uploaders: Sergio Schvezov <sergio.schvezov@canonical.com>,
53 Martín Ferrari <tincho@debian.org>,
64 Michael Stapelberg <stapelberg@debian.org>,
75 Anthony Fok <foka@debian.org>
6 Section: devel
7 Testsuite: autopkgtest-pkg-go
8 Priority: optional
89 Build-Depends: debhelper (>= 9),
910 dh-golang (>= 1.28),
10 golang-any,
11 Standards-Version: 3.9.8
11 golang-any
12 Standards-Version: 4.1.3
13 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-check.v1
1214 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-check.v1.git
13 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-check.v1
1415 Homepage: http://labix.org/gocheck
1516 XS-Go-Import-Path: gopkg.in/check.v1,
1617 launchpad.net/gocheck,
1718 github.com/go-check/check
18 Testsuite: autopkgtest-pkg-go
1919
2020 Package: golang-gopkg-check.v1-dev
21 Provides: golang-check.v1-dev, golang-github-go-check-check-dev
2221 Architecture: all
23 Depends: ${shlibs:Depends}, ${misc:Depends}
24 Replaces: golang-check.v1-dev (<< 0.0+git20160105.0.4f90aea-2~)
25 Breaks: golang-check.v1-dev (<< 0.0+git20160105.0.4f90aea-2~)
22 Depends: ${shlibs:Depends},
23 ${misc:Depends}
24 Provides: golang-check.v1-dev,
25 golang-github-go-check-check-dev
2626 Description: Rich testing extension for Go's testing package
2727 The Go language provides an internal testing library, named testing, which is
2828 relatively slim due to the fact that the standard library correctness by
5050 - Fully tested (it manages to test itself reliably)
5151
5252 Package: golang-check.v1-dev
53 Architecture: all
5354 Section: oldlibs
54 Architecture: all
55 Depends: golang-gopkg-check.v1-dev, ${misc:Depends}
55 Depends: golang-gopkg-check.v1-dev,
56 ${misc:Depends}
5657 Description: Transitional package for golang-gopkg-check.v1-dev
5758 This is a transitional package to ease upgrades to the
5859 golang-gopkg-check.v1-dev package. It can safely be removed.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: gopkg.in/check.v1
22 Source: https://github.com/go-check/check/tree/v1
33
0 Description: Skip_flaky_tests
01 --- a/benchmark_test.go
12 +++ b/benchmark_test.go
23 @@ -16,6 +16,7 @@