File: control

package info (click to toggle)
golang-github-juju-retry 0.0~git20160928.1998d01-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 100 kB
  • sloc: makefile: 14
file content (26 lines) | stat: -rw-r--r-- 988 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
22
23
24
25
26
Source: golang-github-juju-retry
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 (>= 10),
               dh-golang,
               golang-any,
               golang-github-juju-errors-dev,
               golang-gopkg-check.v1-dev
Standards-Version: 4.1.1
Homepage: https://github.com/juju/retry
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-juju-retry
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-juju-retry.git
XS-Go-Import-Path: github.com/juju/retry
Testsuite: autopkgtest-pkg-go

Package: golang-github-juju-retry-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-juju-errors-dev,
         golang-gopkg-check.v1-dev
Description: encapsulates the mechanism around retrying commands
 The retry package encapsulates the mechanism around retrying
 commands.