Codebase list golang-github-gofrs-uuid / 359221e5-8e46-4808-adae-cf778e09658b/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 Changes applied to dpkg configuration: - control source Standards-Version: '4.4.1' -> '4.6.0' # applied fix for :Current standards version is '4.6.0'. 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.4.1' to '4.6.0'. Debian Janitor 2 years ago
1 changed file(s) with 6 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
00 Source: golang-github-gofrs-uuid
11 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
2 Uploaders:
3 Dmitry Smirnov <onlyjob@debian.org>,
2 Uploaders: Dmitry Smirnov <onlyjob@debian.org>
43 Section: devel
54 Testsuite: autopkgtest-pkg-go
65 Priority: optional
7 Build-Depends:
8 debhelper-compat (= 12),
9 dh-golang,
10 Build-Depends-Indep:
11 golang-any,
12 Standards-Version: 4.4.1
6 Build-Depends: debhelper-compat (= 12),
7 dh-golang
8 Build-Depends-Indep: golang-any
9 Standards-Version: 4.6.0
1310 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gofrs-uuid
1411 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gofrs-uuid.git
1512 Homepage: https://github.com/gofrs/uuid
1815
1916 Package: golang-github-gofrs-uuid-dev
2017 Architecture: all
21 Depends:
22 ${misc:Depends},
2318 Multi-Arch: foreign
19 Depends: ${misc:Depends}
2420 Description: UUID library for Golang
2521 This library provides a pure Golang implementation of Universally Unique
2622 Identifiers (UUID) variant as defined in RFC-4122. This package supports