File: control

package info (click to toggle)
mockery 0.0~git20181123.e78b021-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 360 kB
  • sloc: makefile: 32
file content (32 lines) | stat: -rw-r--r-- 985 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
25
26
27
28
29
30
31
32
Source: mockery
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dmitry Smirnov <onlyjob@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
Build-Depends-Arch:
 golang-any,
 golang-github-stretchr-testify-dev,
 golang-golang-x-mod-dev,
 golang-golang-x-tools-dev,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/mockery
Vcs-Git: https://salsa.debian.org/go-team/packages/mockery.git
Homepage: https://github.com/vektra/mockery
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/vektra/mockery

Package: mockery
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Built-Using: ${misc:Built-Using}
Enhances: golang-github-stretchr-testify-dev
Description: mock code autogenerator for Golang
 Mockery provides the ability to easily generate mocks for golang
 interfaces. It removes the boilerplate coding required to use mocks.