Comment 53 for bug 1960449

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

### go-md2man

Verify if in amd64 the new binary also generates the same manpage as before:

root@go-md2man-test:~# wget https://github.com/cpuguy83/go-md2man/raw/master/go-md2man.1.md
--2022-11-04 11:10:35-- https://github.com/cpuguy83/go-md2man/raw/master/go-md2man.1.md
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/cpuguy83/go-md2man/master/go-md2man.1.md [following]
--2022-11-04 11:10:35-- https://raw.githubusercontent.com/cpuguy83/go-md2man/master/go-md2man.1.md
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.111.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 668 [text/plain]
Saving to: ‘go-md2man.1.md’

go-md2man.1.md 100%[===================>] 668 --.-KB/s in 0s

2022-11-04 11:10:36 (11.1 MB/s) - ‘go-md2man.1.md’ saved [668/668]

root@go-md2man-test:~# apt policy go-md2man
go-md2man:
  Installed: 1.0.6+git20170603.6.23709d0+ds-1
  Candidate: 1.0.6+git20170603.6.23709d0+ds-1
  Version table:
 *** 1.0.6+git20170603.6.23709d0+ds-1 500
        500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
        100 /var/lib/dpkg/status
root@go-md2man-test:~# go-md2man -in=go-md2man.1.md -out=go-md2man.1.out

[... installed go-md2man from bionic-proposed ...]

root@go-md2man-test:~# apt policy go-md2man
go-md2man:
  Installed: 1.0.6+git20170603.6.23709d0+ds-1build1
  Candidate: 1.0.6+git20170603.6.23709d0+ds-1build1
  Version table:
 *** 1.0.6+git20170603.6.23709d0+ds-1build1 500
        500 http://archive.ubuntu.com/ubuntu bionic-proposed/universe amd64 Packages
        100 /var/lib/dpkg/status
     1.0.6+git20170603.6.23709d0+ds-1 500
        500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
root@go-md2man-test:~# go-md2man -in=go-md2man.1.md -out=go-md2man.1.out.2
root@go-md2man-test:~# diff go-md2man.1.out go-md2man.1.out.2
root@go-md2man-test:~# echo $?
0