Debian NEW package overview for golang-github-thediveo-success
golang-github-thediveo-success_1.0.3-1_amd64.changes (click to toggle)
Format:1.8
Date:Tue, 30 Sep 2025 20:35:20 +0200
Source:golang-github-thediveo-success
Binary:golang-github-thediveo-success-dev
Architecture:source all
Version:1.0.3-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By:Simon Josefsson <simon@josefsson.org>
Description:
golang-github-thediveo-success-dev - self check library for wrapping success (Go library)
Closes:1116935
Changes:
golang-github-thediveo-success (1.0.3-1) unstable; urgency=medium

  * Initial release (Closes: #1116935)
Files:
c0d76adb3dccf0c989b6d0e12901e59f 2741 golang optional golang-github-thediveo-success_1.0.3-1.dsc
cf0a188a2f9d3a6466021d286806a9d5 9048 golang optional golang-github-thediveo-success_1.0.3.orig.tar.gz
ddce521a85b9d058ac46c8e8c78bbddf 2272 golang optional golang-github-thediveo-success_1.0.3-1.debian.tar.xz
08a439d2d869dfbc35461e9c31452036 4832 golang optional golang-github-thediveo-success-dev_1.0.3-1_all.deb
c09f783ca4ea0b60fee24429f4bcf803 7800 golang optional golang-github-thediveo-success_1.0.3-1_amd64.buildinfo
golang-github-thediveo-success_1.0.3-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:golang-github-thediveo-success
Binary:golang-github-thediveo-success-dev
Architecture:all
Version:1.0.3-1
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:Simon Josefsson <simon@josefsson.org>,
Homepage:https://github.com/thediveo/success
Standards-Version:4.7.2
Vcs-Browser:https://salsa.debian.org/go-team/packages/golang-github-thediveo-success
Vcs-Git:https://salsa.debian.org/go-team/packages/golang-github-thediveo-success.git
Testsuite:autopkgtest-pkg-go
Build-Depends:debhelper-compat (=13), dh-sequence-golang, golang-any, golang-github-onsi-ginkgo-v2-dev, golang-gomega-dev
Package-List:golang-github-thediveo-success-dev deb golang optional arch=all
Files:
cf0a188a2f9d3a6466021d286806a9d5 9048 golang-github-thediveo-success_1.0.3.orig.tar.gz
ddce521a85b9d058ac46c8e8c78bbddf 2272 golang-github-thediveo-success_1.0.3-1.debian.tar.xz
Go-Import-Path:github.com/thediveo/success
lintian 2.116.3+deb12u1 check for golang-github-thediveo-success_1.0.3-1.dsc (click to toggle)
README.source for golang-github-thediveo-success_1.0.3-1.dsc (click to toggle)
No README.source in this package
control file for golang-github-thediveo-success-dev_1.0.3-1_all.deb (click to toggle)
Package:golang-github-thediveo-success-dev
Source:golang-github-thediveo-success
Version:1.0.3-1
Architecture:all
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Installed-Size:23
Depends:golang-github-onsi-ginkgo-v2-dev, golang-gomega-dev
Section:golang
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/thediveo/success
Description:
self check library for wrapping success (Go library)
 This tiny Go module improves your testing feng shui tremendiously by
 shimming in Gomega error detection whenever trying to be Successful().
 .
 Before
 .
   sekret, err := Foo(42)
   Expect(err).NotTo(HaveOccured())
 .
 After
 .
   // You might want to dot-import for convenience.
   import . "github.com/thediveo/success"
 .
   sekret := Successful(Foo(42))
 .
   // analogous...
   sekret, moresekret := Successful2R(Bar(12345))
   sekret, moresekret, nosekretanymore := Successful3R(Baz())
 .
 This package contains the Go development library.
lintian 2.116.3+deb12u1 check for golang-github-thediveo-success-dev_1.0.3-1_all.deb (click to toggle)
contents of golang-github-thediveo-success-dev_1.0.3-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-09-30 18:35 ./
drwxr-xr-x root/root         0 2025-09-30 18:35 ./usr/
drwxr-xr-x root/root         0 2025-09-30 18:35 ./usr/share/
drwxr-xr-x root/root         0 2025-09-30 18:35 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-09-30 18:35 ./usr/share/doc/golang-github-thediveo-success-dev/
-rw-r--r-- root/root       172 2025-09-30 18:35 ./usr/share/doc/golang-github-thediveo-success-dev/changelog.Debian.gz
-rw-r--r-- root/root      1071 2025-09-30 18:35 ./usr/share/doc/golang-github-thediveo-success-dev/copyright
drwxr-xr-x root/root         0 2025-09-30 18:35 ./usr/share/gocode/
drwxr-xr-x root/root         0 2025-09-30 18:35 ./usr/share/gocode/src/
drwxr-xr-x root/root         0 2025-09-30 18:35 ./usr/share/gocode/src/github.com/
drwxr-xr-x root/root         0 2025-09-30 18:35 ./usr/share/gocode/src/github.com/thediveo/
drwxr-xr-x root/root         0 2025-09-30 18:35 ./usr/share/gocode/src/github.com/thediveo/success/
-rw-r--r-- root/root       158 2025-09-30 18:35 ./usr/share/gocode/src/github.com/thediveo/success/doc.go
-rw-r--r-- root/root       545 2025-09-30 18:35 ./usr/share/gocode/src/github.com/thediveo/success/go.mod
-rw-r--r-- root/root      2744 2025-09-30 18:35 ./usr/share/gocode/src/github.com/thediveo/success/go.sum
-rw-r--r-- root/root      1709 2025-09-30 18:35 ./usr/share/gocode/src/github.com/thediveo/success/success.go
-rw-r--r-- root/root      2044 2025-09-30 18:35 ./usr/share/gocode/src/github.com/thediveo/success/success_test.go

Timestamp: 30.09.2025 / 22:02:36 (UTC)