jansorg / tom-ui

Qt5-based user interface for the tom time tracker
https://www.tomtime.dev
GNU General Public License v3.0
8 stars 2 forks source link

Name release files "tom-ui_[…].deb" #64

Closed tanius closed 5 years ago

tanius commented 5 years ago

Currently, both the releases of tom and the releases of tom-ui have basically the same filenames. For example:

tom:    tom_0.7.3_Linux-64-bit.deb
tom-ui: tom-0.7.3-ubuntu-18.10.deb

It would be less confusing to name the tom-ui package tom-ui-0.7.3-ubuntu-18.10.deb, even though it also includes tom (which can be included in the documentation).

Using the Debian convention for package filenames, the names would probably be:

tom:    tom_0.7.3_amd64.deb
tom-ui: tom-ui_0.7.3-ubuntu18.10_amd64.deb
jansorg commented 5 years ago

Should be fixed for the next update. The tom-ui package will no longer include the tom binary but will have a dependency on the tom package. The tom package has additional configuration, e.g. for commandline autocompletion, which I don't want to replicate for the tom-ui package setup.