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
+
1
50
dh-make-golang (0.7.0-1) unstable; urgency=medium
2
51
3
52
* New upstream version 0.7.0
4
53
5
54
[ Guillem Jover ]
6
55
* Use new dh-sequence-golang instead of dh-golang and --with=golang
7
-
56
+
8
57
* Add mongodb to known hosts.
9
58
This is required by the go.mongodb.org/mongo-driver modules.
10
-
59
+
11
60
* Generate a debian/.gitignore file.
12
61
This helps ignoring artifacts that git should not track, and which it
13
62
can safely clean.
14
-
63
+
15
64
* Reorder generated fields.
16
-
65
+
17
66
While stylistic, the rationale for these changes is as follows:
18
-
67
+
19
68
= debian/control
20
-
69
+
21
70
- Group Section and Priority together as these categorize the package,
22
71
and place them after Source or Package fields, as this determines
23
72
where in the archive these might end up.
@@ -28,26 +77,26 @@ dh-make-golang (0.7.0-1) unstable; urgency=medium
28
77
dependencies, such as fakeroot or sudo.
29
78
- Move the Testsuite after the Build-Depends, as this is part of the
30
79
runnable metadata.
31
-
80
+
32
81
= debian/copyright
33
-
82
+
34
83
- Move the Source field after Format, as both line up, refer to an
35
84
URL, and it's the first reference to the upstream project.
36
-
85
+
37
86
* Set a Section: TODO field for program packages.
38
87
The golang section is for Go development packages, the fact that a
39
88
program is written in Go is generally of no major relevance for the
40
89
user, and instead a more suitable section relative to its actual
41
90
functionality should be used, to help a proper categorization in the
42
91
archive.
43
-
92
+
44
93
[ dependabot ]
45
94
* Bump github.com/mattn/go-isatty from 0.0.13 to 0.0.14
46
-
95
+
47
96
[ Taavi Väänänen ]
48
97
* make: download tarballs from sr.ht
49
98
and add a test for the tarball URL generation.
50
-
99
+
51
100
[ Anthony Fok ]
52
101
* Bump glamour requirement to get bluemonday v1.0.16
53
102
* Fix empty tarball in case of "unsupported hoster".
@@ -80,10 +129,10 @@ dh-make-golang (0.7.0-1) unstable; urgency=medium
80
129
This fixes dh-make-golang’s failure to determine dependencies
81
130
since 2023-08-21 when Go 1.21 became the default in Debian.
82
131
(Closes: #1050523)
83
-
132
+
84
133
[ Maytham Alsudany ]
85
134
* Bump template Standards-Version to 4.6.2 in template.go
86
-
135
+
87
136
[ Reinhard Tartler ]
88
137
* Tolerate "errornous" packages in go list
89
138
Fixes: #204
0 commit comments