New Upstream Release - golang-github-jroimartin-gocui

Ready changes

Summary

Merged new upstream version: 0.5.0 (was: 0.4.0).

Resulting package

Built on 2023-01-11T11:13 (took 2m3s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases golang-github-jroimartin-gocui-dev

Lintian Result

Diff

diff --git a/README.md b/README.md
index d7b55a3..a2b2f13 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # GOCUI - Go Console User Interface
 
-[![GoDoc](https://godoc.org/github.com/jroimartin/gocui?status.svg)](https://godoc.org/github.com/jroimartin/gocui)
+[![Go Reference](https://pkg.go.dev/badge/github.com/jroimartin/gocui.svg)](https://pkg.go.dev/github.com/jroimartin/gocui)
 
 Minimalist Go package aimed at creating Console User Interfaces.
 
@@ -32,8 +32,8 @@ Execute:
 $ go doc github.com/jroimartin/gocui
 ```
 
-Or visit [godoc.org](https://godoc.org/github.com/jroimartin/gocui) to read it
-online.
+Or visit [pkg.go.dev](https://pkg.go.dev/github.com/jroimartin/gocui) to read
+it online.
 
 ## Example
 
diff --git a/debian/changelog b/debian/changelog
index 2c444e5..ccb5f9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-github-jroimartin-gocui (0.5.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 11 Jan 2023 11:11:53 -0000
+
 golang-github-jroimartin-gocui (0.4.0-3) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..0c4f68f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module github.com/jroimartin/gocui
+
+go 1.16
+
+require github.com/nsf/termbox-go v1.1.1
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..509f0d3
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,4 @@
+github.com/mattn/go-runewidth v0.0.9 h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=
+github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
+github.com/nsf/termbox-go v1.1.1 h1:nksUPLCb73Q++DwbYUBEglYBRPZyoXJdrj5L+TkjyZY=
+github.com/nsf/termbox-go v1.1.1/go.mod h1:T0cTdVuOwf7pHQNtfhnEbzHbcNyCEcVU4YPpouCbVxo=

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/share/gocode/src/github.com/jroimartin/gocui/go.mod
-rw-r--r--  root/root   /usr/share/gocode/src/github.com/jroimartin/gocui/go.sum

No differences were encountered in the control files

More details

Full run details