Source: chessx Version: 1.2.2-1 Severity: important Tags: patch Hi,
currently debian/control manually specifies most of the library dependencies that chessx requires. Those are unneeded, since dpkg-shlibdeps (invoked by dh_shlibdeps, called during the build) will take care of filling ${shlibs:Depends} with the proper library dependencies. Please avoid hardcoding library dependencies; patch attached for it. Thanks, -- Pino
--- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://chessx.sourceforge.net/ Package: chessx Architecture: any -Depends: libqt5core5a, libqt5gui5, libqt5widgets5, libqt5network5, libqt5xml5, libqt5svg5, ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: stockfish Description: chess database With ChessX you can operate your collection of chess games in many ways: