Skip to content

Commit 1009f63

Browse files
committed
releasing package dh-make-golang version 0.8.0-1
1 parent 2be1747 commit 1009f63

File tree

1 file changed

+63
-14
lines changed

1 file changed

+63
-14
lines changed

debian/changelog

Lines changed: 63 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,72 @@
1+
dh-make-golang (0.8.0-1) unstable; urgency=medium
2+
3+
* New upstream release 0.8.0.
4+
5+
[ Martina Ferrari ]
6+
* d/control: add myself to Uploaders, bump Standards-Version with no
7+
changes.
8+
9+
[ Guillem Jover ]
10+
* Switch to Static-Built-Using field and substvar.
11+
* Bump emitted Standards-Version to 4.7.0.
12+
* Remove NOTE about upstream git history being a new feature.
13+
14+
[ William Lyu ]
15+
* Fix release tags not recognized when not on a branch.
16+
17+
[ Nicolas Peugnet ]
18+
* Apply wrap-and-sort -at by default.
19+
* Fix dh-make-golang estimate.
20+
* Make sure to remove all temporary directories.
21+
* More robust version of estimate based on go mod graph.
22+
* Check other major versions of packages in estimate.
23+
* Fix estimate when the repo is not the root of the module.
24+
* Show and indicate duplicate dependencies in estimate.
25+
* Replace "package" with "module" in estimate output where appropriate.
26+
* Only highlight unique repositories in estimate.
27+
28+
[ Maytham Alsudany ]
29+
* Update Salsa CI configuration.
30+
31+
[ Taavi Väänänen ]
32+
* Support Codeberg as a host.
33+
34+
[ Otto Kekäläinen ]
35+
* Update test to be compatible with latest Glamour v0.8.0.
36+
Closes: #1091273
37+
* Simplify `git init` command as Git 2.28+ is now widely supported.
38+
* Include cross-links in man pages.
39+
40+
[ Nicolas Peugnet ]
41+
* Add -git_revision flag to estimate command to define the git revision of
42+
the specified Go package to estimate.
43+
44+
[ Martina Ferrari ]
45+
* Update dependencies to match versions in sid
46+
* Fix `non-constant format string` errors
47+
48+
-- Martina Ferrari <[email protected]> Sun, 23 Feb 2025 19:36:53 +0000
49+
150
dh-make-golang (0.7.0-1) unstable; urgency=medium
251

352
* New upstream version 0.7.0
453

554
[ Guillem Jover ]
655
* Use new dh-sequence-golang instead of dh-golang and --with=golang
7-
56+
857
* Add mongodb to known hosts.
958
This is required by the go.mongodb.org/mongo-driver modules.
10-
59+
1160
* Generate a debian/.gitignore file.
1261
This helps ignoring artifacts that git should not track, and which it
1362
can safely clean.
14-
63+
1564
* Reorder generated fields.
16-
65+
1766
While stylistic, the rationale for these changes is as follows:
18-
67+
1968
= debian/control
20-
69+
2170
- Group Section and Priority together as these categorize the package,
2271
and place them after Source or Package fields, as this determines
2372
where in the archive these might end up.
@@ -28,26 +77,26 @@ dh-make-golang (0.7.0-1) unstable; urgency=medium
2877
dependencies, such as fakeroot or sudo.
2978
- Move the Testsuite after the Build-Depends, as this is part of the
3079
runnable metadata.
31-
80+
3281
= debian/copyright
33-
82+
3483
- Move the Source field after Format, as both line up, refer to an
3584
URL, and it's the first reference to the upstream project.
36-
85+
3786
* Set a Section: TODO field for program packages.
3887
The golang section is for Go development packages, the fact that a
3988
program is written in Go is generally of no major relevance for the
4089
user, and instead a more suitable section relative to its actual
4190
functionality should be used, to help a proper categorization in the
4291
archive.
43-
92+
4493
[ dependabot ]
4594
* Bump github.com/mattn/go-isatty from 0.0.13 to 0.0.14
46-
95+
4796
[ Taavi Väänänen ]
4897
* make: download tarballs from sr.ht
4998
and add a test for the tarball URL generation.
50-
99+
51100
[ Anthony Fok ]
52101
* Bump glamour requirement to get bluemonday v1.0.16
53102
* Fix empty tarball in case of "unsupported hoster".
@@ -80,10 +129,10 @@ dh-make-golang (0.7.0-1) unstable; urgency=medium
80129
This fixes dh-make-golang’s failure to determine dependencies
81130
since 2023-08-21 when Go 1.21 became the default in Debian.
82131
(Closes: #1050523)
83-
132+
84133
[ Maytham Alsudany ]
85134
* Bump template Standards-Version to 4.6.2 in template.go
86-
135+
87136
[ Reinhard Tartler ]
88137
* Tolerate "errornous" packages in go list
89138
Fixes: #204

0 commit comments

Comments
 (0)