File: control

package info (click to toggle)
golang-github-benbjohnson-clock 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 104 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 938 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
Source: golang-github-benbjohnson-clock
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-benbjohnson-clock
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-benbjohnson-clock.git
Homepage: https://github.com/benbjohnson/clock
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/benbjohnson/clock

Package: golang-github-benbjohnson-clock-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: library for mocking time in Go
 It provides an interface around the standard library's time package so that
 the application can use the realtime clock while tests can use the mock clock.