File: control

package info (click to toggle)
golang-github-smartystreets-assertions 1.10.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 580 kB
  • sloc: python: 80; makefile: 41; sh: 15
file content (30 lines) | stat: -rw-r--r-- 1,317 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
Source: golang-github-smartystreets-assertions
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
           Tim Potter <tpot@hpe.com>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
    golang-github-jacobsa-oglematchers-dev,
    golang-golang-x-net-dev,
    golang-golang-x-tools,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-smartystreets-assertions
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-smartystreets-assertions.git
Homepage: https://github.com/smartystreets/assertions
XS-Go-Import-Path: github.com/smartystreets/assertions

Package: golang-github-smartystreets-assertions-dev
Architecture: all
Depends: ${misc:Depends},
    golang-github-jacobsa-oglematchers-dev,
    golang-golang-x-net-dev,
Description: fluent assertion-style functions
 This package contains the implementations for all assertions which are
 referenced in goconvey package (github.com/smartystreets/goconvey/convey)
 and gunit (github.com/smartystreets/gunit) for use with the So(...)
 method. They can also be used in traditional Go test functions and even in
 applications.