Codebase list golang-github-ianlancetaylor-demangle / d143691
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... 91%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.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.5.1' to '4.6.0'. Debian Janitor 2 years ago
2 changed file(s) with 26 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 golang-github-ianlancetaylor-demangle (0.0~git20200824.28f6c0f-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... 91%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.1' -> '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.1' to '4.6.0'.
16
17 -- Debian Janitor <janitor@jelmer.uk> Tue, 14 Sep 2021 13:37:55 -0000
18
019 golang-github-ianlancetaylor-demangle (0.0~git20200824.28f6c0f-1) unstable; urgency=medium
120
221 * Team upload.
00 Source: golang-github-ianlancetaylor-demangle
1 Section: golang
2 Priority: optional
31 Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
42 Uploaders: Stephen Gelman <ssgelm@debian.org>
3 Section: golang
4 Testsuite: autopkgtest-pkg-go
5 Priority: optional
56 Build-Depends: debhelper-compat (= 13),
67 dh-golang,
78 golang-any
8 Standards-Version: 4.5.1
9 Homepage: https://github.com/ianlancetaylor/demangle
9 Standards-Version: 4.6.0
1010 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ianlancetaylor-demangle
1111 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ianlancetaylor-demangle.git
12 Homepage: https://github.com/ianlancetaylor/demangle
13 Rules-Requires-Root: no
1214 XS-Go-Import-Path: github.com/ianlancetaylor/demangle
13 Rules-Requires-Root: no
14 Testsuite: autopkgtest-pkg-go
1515
1616 Package: golang-github-ianlancetaylor-demangle-dev
1717 Architecture: all
18 Multi-Arch: foreign
1819 Depends: ${misc:Depends}
19 Multi-Arch: foreign
2020 Description: C++ symbol name demangler written in Go
2121 A Go package that can be used to demangle C++ symbol names.