Package: pat / 0.13.1-1

Metadata

Package Version Patches format
pat 0.13.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_remove_ptc go.patch | (download)

cfg/config.go | 19 0 + 19 - 0 !
config.go | 5 0 + 5 - 0 !
connect.go | 26 0 + 26 - 0 !
exchange.go | 7 0 + 7 - 0 !
freq.go | 3 0 + 3 - 0 !
http.go | 2 0 + 2 - 0 !
internal/cmsapi/api.go | 2 1 + 1 - 0 !
main.go | 6 0 + 6 - 0 !
rmslist.go | 2 1 + 1 - 0 !
rmslist_test.go | 11 0 + 11 - 0 !
usage.go | 3 0 + 3 - 0 !
web/dist/index.html | 1 0 + 1 - 0 !
web/src/index.html | 2 0 + 2 - 0 !
web/src/js/app.js | 1 0 + 1 - 0 !
14 files changed, 2 insertions(+), 88 deletions(-)

 remove pactor ptc-go dependencies
02_fix_manpage.patch | (download)

man/pat-configure.1 | 4 2 + 2 - 0 !
man/pat.1 | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix a typo and a missing field in the manpage
03_upstream_changelog.patch | (download)

changelog | 294 294 + 0 - 0 !
1 file changed, 294 insertions(+)

 readd upstream changelog

04 update_man_pages_for_renamed_binary_994822.patch | (download)

man/pat-configure.1 | 18 0 + 18 - 0 !
man/pat-winlink-configure.1 | 18 18 + 0 - 0 !
man/pat-winlink.1 | 78 78 + 0 - 0 !
man/pat.1 | 72 0 + 72 - 0 !
4 files changed, 96 insertions(+), 90 deletions(-)

 update man pages for renamed binary 994822

vendor n8jja pat vara.patch | (download)

vendor/github.com/n8jja/Pat-Vara/vara/LICENSE | 21 21 + 0 - 0 !
vendor/github.com/n8jja/Pat-Vara/vara/conn.go | 36 36 + 0 - 0 !
vendor/github.com/n8jja/Pat-Vara/vara/go.mod | 8 8 + 0 - 0 !
vendor/github.com/n8jja/Pat-Vara/vara/go.sum | 28 28 + 0 - 0 !
vendor/github.com/n8jja/Pat-Vara/vara/listener.go | 22 22 + 0 - 0 !
vendor/github.com/n8jja/Pat-Vara/vara/transport.go | 126 126 + 0 - 0 !
vendor/github.com/n8jja/Pat-Vara/vara/vara.go | 279 279 + 0 - 0 !
vendor/modules.txt | 3 3 + 0 - 0 !
8 files changed, 523 insertions(+)

 vendor golang module github.com/n8jja/pat-vara
 Instead of introducing a new package for n8jja/Pat-Vara, the module
 is vendored in as a patch.  This is discussed on-list in:
   https://lists.debian.org/debian-hams/2022/09/msg00001.html