[21:26] [telegram] Does qtdeclarative2 bin:pkg still need to runtime depend on libgl1-mesa-dri? It's quite a large 300-500MB to pull in, especially when a DRI library isn't being used... [21:27] [telegram] Sorry, qml-module-qtquick2 bin:pkg [21:28] [telegram] Slightly more context: it seems like the runtime-depend was created in response to https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1176199, and libgl1-mesa-dri has gotten much larger since then. [21:32] That size sounds excessive, double-counted hardlinks? [21:36] [telegram] I wonder. Can packages.ubuntu.com see through that? [21:49] [telegram] So, it looks like dpkg-query does double-count hardlink. The actual unpacked size of libgl1-mesa-dri is 20-50MB depending on the platform. [21:55] [telegram] But qtquick2 seems to depend on any gl implementation, not necessarily that one. Should it be a recommend or suggest instead? Or should I do some Provides: magic downstream when I know I don't need it?