ksnip / ksnip

ksnip the cross-platform screenshot and annotation tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect dependency list in 1.10.1 (deb)

dafanasiev opened this issue · comments

Describe the bug

No libqt* deps in 1.10.1 in deb package:

$ objdump -p /usr/bin/ksnip
...
Dynamic Section:
  NEEDED               libQt5Network.so.5
  NEEDED               libQt5Xml.so.5
  NEEDED               libQt5PrintSupport.so.5
  NEEDED               libQt5DBus.so.5
  NEEDED               libQt5X11Extras.so.5
  NEEDED               libxcb-xfixes.so.0
  NEEDED               libX11.so.6
  NEEDED               libQt5Svg.so.5
  NEEDED               libQt5Widgets.so.5
  NEEDED               libQt5Gui.so.5
  NEEDED               libQt5Core.so.5
  NEEDED               libxcb.so.1
  NEEDED               libstdc++.so.6
  NEEDED               libm.so.6
  NEEDED               libgcc_s.so.1
  NEEDED               libc.so.6
...

but:

Package: ksnip
Version: 1.10.1
Architecture: amd64
...
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 4.5), libx11-6, libxcb-xfixes0, libxcb1

Note: in 1.9.2:

Package: ksnip
Version: 1.9.2
Architecture: amd64
.....
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libqt5core5a (>= 5.12.2), libqt5dbus5 (>= 5.0.2), libqt5gui5 (>= 5.10.0) | libqt5gui5-gles (>= 5.10.0), libqt5network5 (>= 5.0.2), libqt5printsupport5 (>= 5.0.2), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5 (>= 5.4.0), libqt5xml5 (>= 5.0.2), libstdc++6 (>= 4.5), libx11-6, libxcb-xfixes0, libxcb1

To Reproduce
Steps to reproduce the behavior:

  1. just unpack deb and cat /./control file