dh-golang (1.55)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/1.55 tag
- Git: https://salsa.debian.org/go-team/packages/dh-golang.git
-
- Branch: debian/sid
- Path: debian/changelog
- Browser: https://salsa.debian.org/go-team/packages/dh-golang
- Last scan: 2022-05-23 08:14:24+00
- Next scan: 2022-05-30 03:53:00+00
- Merge requests: 1
- CI pipeline status: success
- Debian changelog in Git:
dh-golang (1.55) unstable; urgency=medium
[ Dan Bungert ]
* override_dh_auto_configure: remove symlinks
cp -a is being used to get a local copy of source, but we may already
have a partial copy locally, with symlinks. cp -a isn't able to cope
with symlinks that point to what we're trying to copy in. Remove those
symlinks, since we're about to replace them with non-linked copies.
[ Anthony Fok ]
* Change Section from devel to golang
* dh_golang: Transition to misc:Static-Built-Using substvar, but continue
to emit misc:Built-Using for backward compatibility during transition.
Add "Depends: dpkg (>= 1.21.3~)" for Static-Built-Using field support.
(Closes: #921284)
-- Anthony Fok <foka@debian.org> Sun, 03 Apr 2022 02:14:41 -0600
- This branch is 1 commit ahead of tag debian/1.55
- Git log:
commit a30d687edd940e193c91af0519180b8fce9b8ba5
Author: Anthony Fok <foka@debian.org>
Date: Sun Apr 3 03:11:26 2022 -0600
Remove incorrect and unnecessary "Depends: dpkg (>= 1.21.3~)"