Skip to content

Commit 15436e1

Browse files
committed
New upstream version 0.8.0
2 parents 5f006f3 + 5def67d commit 15436e1

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)