File: control

package info (click to toggle)
golang-github-jmhodges-clock 1.0-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 92 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: golang-github-jmhodges-clock
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>
Build-Depends: debhelper (>= 10), dh-golang (>= 1.10~), golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/jmhodges/clock
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-jmhodges-clock.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-jmhodges-clock.git
XS-Go-Import-Path: github.com/jmhodges/clock

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