Codebase list dh-make-golang / 3aaf801
Update changelog for 0.3.3-1 release Anthony Fok 4 years ago
1 changed file(s) with 29 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 dh-make-golang (0.3.3-1) unstable; urgency=medium
1
2 * New upstream version 0.3.3:
3 - Remove unneeded golang-*-dev dependency for program
4 This fixes a bug that I introduced in commit 8ed6b21 for v0.1.0
5 - Fix erroneous reference to --include-upstream-history
6 in the instruction; should be --upstream-git-history instead.
7 - Remove "# TODO: publish under debian-go-team/ci"
8 from debian/gitlab-ci.yml, as I believe that has already been done,
9 and so that its TODO would not confuse the packager.
10 - Add "Upstream-Contact: TODO" to generated debian/copyright
11 as mentors.debian.net seems to require this field, and if missing,
12 would display the following warning:
13 RFS: author info missing
14 Upstream-Contact: was not found in d/copyright.
15 RFS will not autocomplete the Upstream author.
16 - Move Build-Depends-{Arch,Indep} back into Build-Depends.
17 For Go packages, golang-any and dependencies are always needed
18 regardless of whether we are building a program or a library,
19 and it is not like we need e.g. texinfo to build *-doc packages,
20 so the use Build-Depends-Arch and Build-Depends-Indep served
21 no purpose other than unnecessarily complicating things.
22 - template: Add "dversionmangle=s/\+ds\d*$//,repacksuffix=+ds1"
23 to debian/watch if Files-Excluded is added to debian/copyright
24 - Add honnef.co as "honnef" to knownHosts
25 - Print dh-make-golang version at the start of make
26
27 -- Anthony Fok <foka@debian.org> Wed, 26 Feb 2020 17:29:53 -0700
28
029 dh-make-golang (0.3.2-1) unstable; urgency=medium
130
231 * New upstream version 0.3.2: