Codebase list golang-gopkg-eapache-queue.v1 / d0401f6
Reading package lists... 0%Reading package lists... 0%Reading package lists... 0%Reading package lists... 99%Reading package lists... 99%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%Building dependency tree... 80%Building dependency tree... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Changes applied to dpkg configuration: - control source Standards-Version: '3.9.6' -> '4.5.1' # applied fix for :Current standards version is '4.5.1'. Please read https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the changes that may be needed on your package to upgrade it from standard version '3.9.6' to '4.5.1'. - control source Testsuite has new value: 'autopkgtest-pkg-go' # applied fix for :Undefined while packaging team supports test suite Debian Janitor 2 years ago
2 changed file(s) with 25 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 golang-gopkg-eapache-queue.v1 (1.0.2-6) UNRELEASED; urgency=medium
1
2 * Reading package lists... 0%Reading package lists... 0%Reading package
3 lists... 0%Reading package lists... 99%Reading package lists... 99%Reading
4 package lists... Done Building dependency tree... 0%Building dependency
5 tree... 0%Building dependency tree... 50%Building dependency tree...
6 50%Building dependency tree... 80%Building dependency tree... Done Reading
7 state information... 0% Reading state information... 0%Reading state
8 information... Done Changes applied to dpkg configuration: - control source
9 Standards-Version: '3.9.6' -> '4.5.1' # applied fix for :Current standards
10 version is '4.5.1'. Please read
11 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
12 changes that may be needed on your package to upgrade it from standard
13 version '3.9.6' to '4.5.1'. - control source Testsuite has new value:
14 'autopkgtest-pkg-go' # applied fix for :Undefined while packaging team
15 supports test suite
16
17 -- Debian Janitor <janitor@jelmer.uk> Mon, 06 Sep 2021 08:23:35 -0000
18
019 golang-gopkg-eapache-queue.v1 (1.0.2-5) unstable; urgency=medium
120
221 [ Alexandre Viau ]
00 Source: golang-gopkg-eapache-queue.v1
1 Section: devel
2 Priority: optional
31 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
42 Uploaders: Tim Potter <tpot@hpe.com>
3 Section: devel
4 Testsuite: autopkgtest-pkg-go
5 Priority: optional
56 Build-Depends: debhelper-compat (= 12),
67 dh-golang,
78 golang-go
8 Standards-Version: 3.9.6
9 Standards-Version: 4.5.1
10 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-eapache-queue.v1
911 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-eapache-queue.v1.git
10 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-eapache-queue.v1
1112 Homepage: https://github.com/eapache/queue
1213 XS-Go-Import-Path: gopkg.in/eapache/queue.v1
1314
1415 Package: golang-gopkg-eapache-queue.v1-dev
1516 Architecture: all
17 Multi-Arch: foreign
1618 Depends: ${shlibs:Depends},
1719 ${misc:Depends}
18 Multi-Arch: foreign
1920 Description: fast golang queue using ring-buffer
2021 A fast Golang queue using a ring-buffer, based on the version suggested
2122 by Dariusz Górecki. Using this instead of other, simpler, queue