Debian NEW package overview for golang-github-coder-quartz
golang-github-coder-quartz_0.1.3-1_amd64.changes (click to toggle)
Format:1.8
Date:Thu, 16 Jan 2025 19:15:49 +0100
Source:golang-github-coder-quartz
Binary:golang-github-coder-quartz-dev
Architecture:source all
Version:0.1.3-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By:Daniel Swarbrick <dswarbrick@debian.org>
Description:
golang-github-coder-quartz-dev - Go time testing library for writing deterministic unit tests
Closes:1093226
Changes:
golang-github-coder-quartz (0.1.3-1) unstable; urgency=medium

  * Initial release (Closes: #1093226)
Files:
ff35212e6f8369f783508759895d3f73 2255 golang optional golang-github-coder-quartz_0.1.3-1.dsc
2d1c2438df747f043f29df9a2f6de291 17527 golang optional golang-github-coder-quartz_0.1.3.orig.tar.gz
3abaa267efacda9632fd194b864b4d8f 4236 golang optional golang-github-coder-quartz_0.1.3-1.debian.tar.xz
d432f3b8cabf1ee861efa2825ef2c179 12444 golang optional golang-github-coder-quartz-dev_0.1.3-1_all.deb
120e75c6033414a3537e552032556e16 6072 golang optional golang-github-coder-quartz_0.1.3-1_amd64.buildinfo
golang-github-coder-quartz_0.1.3-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:golang-github-coder-quartz
Binary:golang-github-coder-quartz-dev
Architecture:all
Version:0.1.3-1
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:Daniel Swarbrick <dswarbrick@debian.org>,
Homepage:https://github.com/coder/quartz
Standards-Version:4.7.0
Vcs-Browser:https://salsa.debian.org/go-team/packages/golang-github-coder-quartz
Vcs-Git:https://salsa.debian.org/go-team/packages/golang-github-coder-quartz.git
Testsuite:autopkgtest-pkg-go
Build-Depends:debhelper-compat (=13), dh-sequence-golang, golang-any
Package-List:golang-github-coder-quartz-dev deb golang optional arch=all
Files:
2d1c2438df747f043f29df9a2f6de291 17527 golang-github-coder-quartz_0.1.3.orig.tar.gz
3abaa267efacda9632fd194b864b4d8f 4236 golang-github-coder-quartz_0.1.3-1.debian.tar.xz
Go-Import-Path:github.com/coder/quartz
lintian 2.104.0 check for golang-github-coder-quartz_0.1.3-1.dsc (click to toggle)
README.source for golang-github-coder-quartz_0.1.3-1.dsc (click to toggle)
No README.source in this package
control file for golang-github-coder-quartz-dev_0.1.3-1_all.deb (click to toggle)
Package:golang-github-coder-quartz-dev
Source:golang-github-coder-quartz
Version:0.1.3-1
Architecture:all
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Installed-Size:58
Section:golang
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/coder/quartz
Description:
Go time testing library for writing deterministic unit tests
 Quartz is a Go library that aims to facilitate the writing of unit tests that:
 1. execute quickly
 2. don't flake
 3. are straightforward to write and understand
lintian 2.104.0 check for golang-github-coder-quartz-dev_0.1.3-1_all.deb (click to toggle)
contents of golang-github-coder-quartz-dev_0.1.3-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-01-16 18:15 ./
drwxr-xr-x root/root         0 2025-01-16 18:15 ./usr/
drwxr-xr-x root/root         0 2025-01-16 18:15 ./usr/share/
drwxr-xr-x root/root         0 2025-01-16 18:15 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-01-16 18:15 ./usr/share/doc/golang-github-coder-quartz-dev/
-rw-r--r-- root/root       174 2025-01-16 18:15 ./usr/share/doc/golang-github-coder-quartz-dev/changelog.Debian.gz
-rw-r--r-- root/root      7638 2025-01-16 18:15 ./usr/share/doc/golang-github-coder-quartz-dev/copyright
drwxr-xr-x root/root         0 2025-01-16 18:15 ./usr/share/gocode/
drwxr-xr-x root/root         0 2025-01-16 18:15 ./usr/share/gocode/src/
drwxr-xr-x root/root         0 2025-01-16 18:15 ./usr/share/gocode/src/github.com/
drwxr-xr-x root/root         0 2025-01-16 18:15 ./usr/share/gocode/src/github.com/coder/
drwxr-xr-x root/root         0 2025-01-16 18:15 ./usr/share/gocode/src/github.com/coder/quartz/
-rw-r--r-- root/root      2146 2025-01-16 18:15 ./usr/share/gocode/src/github.com/coder/quartz/clock.go
-rw-r--r-- root/root      3648 2025-01-16 18:15 ./usr/share/gocode/src/github.com/coder/quartz/example_test.go
-rw-r--r-- root/root        42 2025-01-16 18:15 ./usr/share/gocode/src/github.com/coder/quartz/go.mod
-rw-r--r-- root/root     14892 2025-01-16 18:15 ./usr/share/gocode/src/github.com/coder/quartz/mock.go
-rw-r--r-- root/root      7427 2025-01-16 18:15 ./usr/share/gocode/src/github.com/coder/quartz/mock_test.go
-rw-r--r-- root/root      1441 2025-01-16 18:15 ./usr/share/gocode/src/github.com/coder/quartz/real.go
-rw-r--r-- root/root      1828 2025-01-16 18:15 ./usr/share/gocode/src/github.com/coder/quartz/ticker.go
-rw-r--r-- root/root      2191 2025-01-16 18:15 ./usr/share/gocode/src/github.com/coder/quartz/timer.go

Timestamp: 16.01.2025 / 20:15:33 (UTC)