On Sun, 08 Sep 2019 14:26:31 +0200 Roderich Schupp > > There are a several more wrong more dependencies and > build-dependencies: > - all the lib*-dev packages are *not* required > (meson.build is wrong, there's nothing to compile here) > - instead several gir1.2-* packages are required > (the contain the *.typelib files required for using gobject > introspection with the correspnding libraries) > - libglib2.0-dev-bin is required for the build > (it provides glib-compile-resources required to compile resource > files) > - python-sqlite is totally wrong: it contains a Python binding to the > obsolete SQLite2 library (and is python2 only); lollypop uses > > import sqlite3 > > which is a Python binding for the SQLite3 library provided > by package libpython3-stdlib which is already covered > as a dependency of package python3 > >
Roderich, as you can see on https://gitlab.gnome.org/World/lollypop/merge_requests/1358 there is some discussion on if the meson.build should be changed. I will of course follow what upstream does, but if you would like to post comments for your point of view, that would be the place to do it. I will of course apply your changes in Debian package dependencies to the package. best regards and thanks for your help /Andreas Rönnquist gus...@debian.org