Skip to content

Commit aac98ec

Browse files
committed
Merge tag 'upstream/0.8.0' into debian/sid
Upstream version 0.8.0 # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCAAdFiEE2qbv8cYn6hwmsaaSqiMPxF+MJ7EFAme7ckcACgkQqiMPxF+M # J7Hgtg/8C1d0vvFms0x5LIi3Wlevmc+qoetVr35OJoY0EoyluX2QpPE3cHTKAXCA # mHd0zFyX7gtol5B7nRXOsm1XAdcAAIDYHX2Im1VHR3A9/t0s+6qDFY/lq8lxm7cG # xdyLIc2/NXienXuukgoFNeSolQfUvb1NDC15KbjHym47dLWNX/dbVXsi5WQ2nNwL # FgrjoVElF6wwvT2he9gO/C8+kivxQXeMxCDVLuNIjYaD6ZbgMxOX0DMQEbwVBfk0 # sawAY6SlGEIelF0b/7A639e2Hgb7hdFlNoEokCD0GVa1wU27VkMb0TpV1R2zGXbb # m6b4NYYENCWWBV1HOSKFRbYSQcDmtPUsJXsTOsL4F347W6ovsCHSH4EBswLba65L # lcQUKpBpuD/EHBL6gFZONb8ExdKaWSF55a452iij7rWxvDLN4Gka91r9btvzdlvt # DnuDqqDFR1CfN+ZkngxKl8M/5fhnCoj6bvJfKLu9wMtO4fPj1R1ZDbmtiQlJxg0Q # PtomcXRP/WZHOxwnNhS3Q60xKxaeio7Ml38poB30b+/L/Q+VyGICJtM1U3t45lbf # 1n5S5GMlnr1YuVmD4ekf9y2C/pPmgCWW3uiQPeQfNScowFYBeebP4eBvHTCLsL/B # tmMBg7IJwjthkcGL9+ds7RPe/aQal70KRbINr24t2+To84aKu1k= # =Q1cI # -----END PGP SIGNATURE----- # gpg: Signature made Sun 23 Feb 2025 19:08:55 UTC # gpg: using RSA key DAA6EFF1C627EA1C26B1A692AA230FC45F8C27B1 # gpg: please do a --check-trustdb # gpg: Good signature from "Martina Ferrari <[email protected]>" [ultimate] # gpg: aka "Martina Ferrari <[email protected]>" [ultimate] # gpg: aka "Martina Ferrari <[email protected]>" [ultimate] # gpg: aka "Martina Ferrari <[email protected]>" [ultimate] # gpg: aka "Martina Ferrari <[email protected]>" [ultimate]
2 parents 836a5c1 + 15436e1 commit aac98ec

File tree

12 files changed

+360
-210
lines changed

12 files changed

+360
-210
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: ${{ matrix.go-version }}
2424
check-latest: true
2525

26-
- run: diff -u <(echo -n) <(gofmt -d -s .)
26+
- run: gofmt -w -s . && git diff --exit-code --color
2727

2828
- run: go install -v ./...
2929

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![CI Test](https://github.com/anthonyfok/dh-make-golang/actions/workflows/ci-test.yml/badge.svg)
1+
![CI Test](https://github.com/Debian/dh-make-golang/actions/workflows/ci-test.yml/badge.svg)
22

33
dh-make-golang is a tool to automatically create Debian packaging for Go
44
packages. Its goal is to automate away as much of the work as possible when

check_depends_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Build-Depends:
2424
golang-github-jroimartin-gocui-dev,
2525
golang-github-mattn-go-sqlite3-dev,
2626
golang-github-mmcdole-gofeed-dev,
27-
Standards-Version: 4.5.1
27+
Standards-Version: 4.7.0
2828
Vcs-Browser: https://salsa.debian.org/go-team/packages/terminews
2929
Vcs-Git: https://salsa.debian.org/go-team/packages/terminews.git
3030
Homepage: https://github.com/antavelos/terminews
@@ -36,8 +36,8 @@ Architecture: any
3636
Depends:
3737
${misc:Depends},
3838
${shlibs:Depends},
39-
Built-Using:
40-
${misc:Built-Using},
39+
Static-Built-Using:
40+
${misc:Static-Built-Using},
4141
Description: read your RSS feeds from your terminal
4242
Terminews is a terminal based application (TUI)
4343
that allows you to manage RSS resources and display their news feeds.

description_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ the command-line.
8585
.
8686
1. Call glamour.Render(inputText, "desiredStyle")
8787
2. Set the GLAMOUR_STYLE environment variable to your desired default
88-
style or a file location for a style and call
89-
glamour.RenderWithEnvironmentConfig(inputText)
90-
3. Set the GLAMOUR_STYLE environment variable and pass
91-
glamour.WithEnvironmentConfig() to your custom renderer
88+
style or a file location for a style and call glamour.
89+
RenderWithEnvironmentConfig(inputText)
90+
3. Set the GLAMOUR_STYLE environment variable and pass glamour.
91+
WithEnvironmentConfig() to your custom renderer
9292
.
9393
Glamourous Projects
9494
.

dh-make-golang.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ command is executed. To learn more about a command, run
4040

4141
Run **dh-make-golang** -help for more details.
4242

43+
# SEE ALSO
44+
45+
**dh**(1), **dh_golang**(1), **Debian::Debhelper::Buildsystem::golang**(3pm)
46+
4347
# AUTHOR
4448

4549
This manual page was written by Michael Stapelberg <[email protected]>

0 commit comments

Comments
 (0)