File: control

package info (click to toggle)
golang-github-jmhodges-clock 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 897 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
Source: golang-github-jmhodges-clock
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>,
           Peter Colberg <peter@colberg.org>
Build-Depends: debhelper-compat (= 13), dh-golang, golang-any
Standards-Version: 4.6.2
Homepage: https://github.com/jmhodges/clock
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jmhodges-clock
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jmhodges-clock.git
XS-Go-Import-Path: github.com/jmhodges/clock
Testsuite: autopkgtest-pkg-go

Package: golang-github-jmhodges-clock-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Go package for testing time-dependent code
 This package provides an abstraction for system time that enables
 testing of time-dependent code.