Anton Mikanovich

Results 3 issues of Anton Mikanovich

After checking avocado deb package with lintian tool several issues occurred: ``` $ lintian -I ../avocado_91.0_amd64.changes --no-tag-display-limit E: avocado source: source-is-missing optional_plugins/html/avocado_result_html/templates/bootstrap.min.js E: avocado source: source-is-missing optional_plugins/html/avocado_result_html/templates/datatables.min.js E: avocado source:...

Minified JS and CSS files cannot be considered as real source files. That's why we should also add original Bootstrap, JQuery and DataTables sources. Because it is not easy to...

To pass lintian check in Debian every binary installed in the system should have its man page. I've used --help output as a reference to create all of them. But...