cvut / qtrvsim

RISC-V CPU simulator for education purposes
GNU General Public License v3.0
504 stars 69 forks source link

Issues when packaging on Debian #149

Closed yuzibo closed 2 months ago

yuzibo commented 2 months ago

Hi,

I am packaging the qtrvsim to Debian. Everything is okay, but I got some hints from lintian's checking:

I: qtrvsim: desktop-entry-lacks-keywords-entry
[usr/share/applications/qtrvsim.desktop]
I: qtrvsim: spelling-error-in-binary Unknow Unknown [usr/bin/qtrvsim_cli]
I: qtrvsim: spelling-error-in-binary Unknow Unknown [usr/bin/qtrvsim_gui]

The first one I can patch this to fix it. But two later are minor I think also and it is worth to letting upstream know.

ppisa commented 2 months ago

The Keywords added in 0547088474de06e6b4680484c00058b8d4288b5d I name of binary is unique and descriptive, so it is out of the spellchecker scope or spellchecker should learn it.

If there is no other suggestion, I will close issue before next release which is due soon.

yuzibo commented 2 months ago

Thanks for quickly response and fixing.

Okay, I have no other suggestion, so I can close the issue now.:)