klonyyy / STMViewer

Real-time STM32 variable & trace viewer
GNU General Public License v3.0
556 stars 62 forks source link

Debian binary package contains dev dependencies #3

Closed amurzeau closed 1 year ago

amurzeau commented 1 year ago

Hi,

Thanks for your tool :) The Debian package in the release page depends on dev dependencies even though it is a binary package. I think this is the packages that need to be put as dependencies (according to readelf -d /usr/local/STMViewer/STMViewer | grep NEEDED):

libglfw3 | libglfw3-wayland
libgl1
libglib2.0-0
libgtk-3-0
libstdc++6
libusb-1.0-0

I also suggest to add a line Categories=Development; in STMViewer.desktop so STMViewer is put in the Development menu (next to STM32CubeIDE for example): image

klonyyy commented 1 year ago

Hey,

Thanks for the contribution! Feel free to open new issues/PRs if you find any other improvements like this :)