Codebase list golang-github-mitchellh-go-fs / a24c2aad-8d50-4dfc-996f-dd5a7422ebb0/main
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... Done Reading state information... 0% Reading state information... 0%Reading state information... Done Connecting to api.ftp-master.debian.org to check 2 package versions. Please wait... Got info from api.ftp-master.debian.org for 2 packages. 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'. Debian Janitor 2 years ago
2 changed file(s) with 26 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 golang-github-mitchellh-go-fs (0.0~git20180402.b7b9ca4-2) 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... Done Reading state information... 0% Reading
7 state information... 0%Reading state information... Done Connecting to
8 api.ftp-master.debian.org to check 2 package versions. Please wait... Got
9 info from api.ftp-master.debian.org for 2 packages. Changes applied to dpkg
10 configuration: - control source Standards-Version: '4.5.0' -> '4.5.1' #
11 applied fix for :Current standards version is '4.5.1'. Please read
12 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
13 changes that may be needed on your package to upgrade it from standard
14 version '4.5.0' to '4.5.1'.
15
16 -- Debian Janitor <janitor@jelmer.uk> Sat, 04 Sep 2021 18:41:21 -0000
17
018 golang-github-mitchellh-go-fs (0.0~git20180402.b7b9ca4-1) unstable; urgency=medium
119
220 [ Debian Janitor ]
00 Source: golang-github-mitchellh-go-fs
1 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
2 Uploaders: Shengjing Zhu <zhsj@debian.org>
13 Section: devel
4 Testsuite: autopkgtest-pkg-go
25 Priority: optional
3 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
4 Uploaders: Shengjing Zhu <zhsj@debian.org>,
56 Build-Depends: debhelper-compat (= 13),
67 dh-golang,
7 golang-any,
8 Standards-Version: 4.5.0
9 Homepage: https://github.com/mitchellh/go-fs
8 golang-any
9 Standards-Version: 4.5.1
1010 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-go-fs
1111 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-go-fs.git
12 Homepage: https://github.com/mitchellh/go-fs
13 Rules-Requires-Root: no
1214 XS-Go-Import-Path: github.com/mitchellh/go-fs
13 Rules-Requires-Root: no
14 Testsuite: autopkgtest-pkg-go
1515
1616 Package: golang-github-mitchellh-go-fs-dev
1717 Architecture: all
1818 Depends: ${misc:Depends},
19 ${shlibs:Depends},
19 ${shlibs:Depends}
2020 Description: Filesystem library for Go, implementing FAT filesystems so far
2121 This library implements the ability to create, read, and write FAT
2222 filesystems using pure Go. In this library's current state, it is