Source: golang-github-juju-clock
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-juju-errors-dev,
               golang-github-juju-loggo-dev,
               golang-github-juju-testing-dev,
               golang-gopkg-check.v1-dev
Standards-Version: 4.1.4
Homepage: https://github.com/juju/clock
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-juju-clock
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-juju-clock.git
XS-Go-Import-Path: github.com/juju/clock
Testsuite: autopkgtest-pkg-go

Package: golang-github-juju-clock-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-juju-errors-dev,
         golang-github-juju-loggo-dev,
         golang-github-juju-testing-dev,
         golang-gopkg-check.v1-dev
Description: clock definition and a testing clock
 Package clock provides:
  * an interface definition for a fully defined clock
  * a wallClock implementation of that interface using the time package
  * a testing clock
