Codebase list golang-github-vbatts-go-mtree / cme/main
Reading package lists... 0%Reading package lists... 100%Reading package lists... Done Building dependency tree... 0%Building dependency tree... 0%Building dependency tree... 50%Building dependency tree... 50%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: '4.5.0' -> '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 '4.5.0' to '4.5.1'. jenkins@osuosl167-amd64.debian.net 2 years ago
2 changed file(s) with 23 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 golang-github-vbatts-go-mtree (0.4.4-3) UNRELEASED; urgency=medium
1
2 * Reading package lists... 0%Reading package lists... 100%Reading package
3 lists... Done Building dependency tree... 0%Building dependency tree...
4 0%Building dependency tree... 50%Building dependency tree... 50%Building
5 dependency tree... Done Reading state information... 0% Reading state
6 information... 0%Reading state information... Done Changes applied to dpkg
7 configuration: - control source Standards-Version: '4.5.0' -> '4.5.1' #
8 applied fix for :Current standards version is '4.5.1'. Please read
9 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
10 changes that may be needed on your package to upgrade it from standard
11 version '4.5.0' to '4.5.1'.
12
13 -- Debian Janitor <janitor@jelmer.uk> Fri, 17 Sep 2021 22:04:42 -0000
14
015 golang-github-vbatts-go-mtree (0.4.4-2) unstable; urgency=medium
116
217 * (Build-)Depends += "golang-github-davecgh-go-spew-dev" (Closes: #955682).
00 Source: golang-github-vbatts-go-mtree
1 Section: devel
2 Priority: optional
3 Standards-Version: 4.5.0
41 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
52 Uploaders: Dmitry Smirnov <onlyjob@debian.org>
3 Section: devel
4 Testsuite: autopkgtest-pkg-go
5 Priority: optional
66 Build-Depends: debhelper-compat (= 12),
77 dh-golang,
88 golang-any,
99 golang-github-davecgh-go-spew-dev,
1010 golang-github-sirupsen-logrus-dev (>= 1.0.2~),
1111 golang-golang-x-crypto-dev,
12 golang-golang-x-sys-dev,
13 Homepage: https://github.com/vbatts/go-mtree
12 golang-golang-x-sys-dev
13 Standards-Version: 4.5.1
1414 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-vbatts-go-mtree
1515 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-vbatts-go-mtree.git
16 Homepage: https://github.com/vbatts/go-mtree
17 Rules-Requires-Root: no
1618 XS-Go-Import-Path: github.com/vbatts/go-mtree
17 Testsuite: autopkgtest-pkg-go
18 Rules-Requires-Root: no
1919
2020 Package: golang-github-vbatts-go-mtree-dev
2121 Architecture: all
2323 golang-github-davecgh-go-spew-dev,
2424 golang-github-sirupsen-logrus-dev (>= 1.0.2~),
2525 golang-golang-x-crypto-dev,
26 golang-golang-x-sys-dev,
26 golang-golang-x-sys-dev
2727 Description: file systems verification library, in likeness of mtree(8)
2828 mtree is a filesystem hierarchy validation tooling and format.