File: control

package info (click to toggle)
golang-github-bruth-assert 0.0%2Bgit20130823.de420fa-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 72 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 970 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
Source: golang-github-bruth-assert
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-kr-pretty-dev
Standards-Version: 4.3.0
Homepage: https://github.com/bruth/assert
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bruth-assert
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bruth-assert.git
XS-Go-Import-Path: github.com/bruth/assert
Testsuite: autopkgtest-pkg-go

Package: golang-github-bruth-assert-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-kr-pretty-dev
Description: Simple test assertions for Golang tests
 This package contains simple test assertions for Go. This is a fork
 of a fork of a bmizerany/assert with improved support for things
 like nil pointers, etc.