Codebase list golang-github-tjfoc-gmsm / b6b6c82
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... 77%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.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.5.0' to '4.6.0'. Debian Janitor 2 years ago
2 changed file(s) with 32 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
0 golang-github-tjfoc-gmsm (1.3.0+ds-3) 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... 77%Building dependency tree... Done Reading
7 state information... 0% Reading state information... 0%Reading state
8 information... Done Connecting to api.ftp-master.debian.org to check 2
9 package versions. Please wait... Got info from api.ftp-master.debian.org for
10 2 packages. Changes applied to dpkg configuration: - control source
11 Standards-Version: '4.5.0' -> '4.6.0' # applied fix for :Current standards
12 version is '4.6.0'. Please read
13 https://www.debian.org/doc/debian-policy/upgrading-checklist.html for the
14 changes that may be needed on your package to upgrade it from standard
15 version '4.5.0' to '4.6.0'.
16
17 -- Debian Janitor <janitor@jelmer.uk> Fri, 17 Sep 2021 16:00:16 -0000
18
019 golang-github-tjfoc-gmsm (1.3.0+ds-2) unstable; urgency=medium
120
221 [ Debian Janitor ]
00 Source: golang-github-tjfoc-gmsm
1 Section: devel
2 Priority: optional
31 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
42 Uploaders: Alexandre Viau <aviau@debian.org>
5 Build-Depends:
6 debhelper-compat (= 12),
7 dh-golang,
8 golang-any,
9 golang-golang-x-crypto-dev
10 Standards-Version: 4.5.0
11 Rules-Requires-Root: no
12 Homepage: https://github.com/tjfoc/gmsm
3 Section: devel
4 Testsuite: autopkgtest-pkg-go
5 Priority: optional
6 Build-Depends: debhelper-compat (= 12),
7 dh-golang,
8 golang-any,
9 golang-golang-x-crypto-dev
10 Standards-Version: 4.6.0
1311 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-tjfoc-gmsm
1412 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-tjfoc-gmsm.git
13 Homepage: https://github.com/tjfoc/gmsm
14 Rules-Requires-Root: no
1515 XS-Go-Import-Path: github.com/tjfoc/gmsm
16 Testsuite: autopkgtest-pkg-go
1716
1817 Package: golang-github-tjfoc-gmsm-dev
1918 Architecture: all
20 Depends:
21 ${shlibs:Depends},
22 ${misc:Depends},
23 golang-golang-x-crypto-dev
19 Depends: ${shlibs:Depends},
20 ${misc:Depends},
21 golang-golang-x-crypto-dev
2422 Description: GM SM2/3/4 library based for Golang
2523 package sm2, sm3 and sm4 provide GM SM2/3/4 implementations
2624 for Golang.