Attention is currently required from: pespin.
2 comments:
File debian/control:
Patch Set #1, Line 22: base-files (<< 11) | liburing-dev,
what does this mean?
base-files is a package installed in all debian distributions and their derivatives, like ubuntu. It has the version of the debian distribution, e.g. 12.4+deb12u1 currently on bookworm, and 12.3ubuntu2 on ubuntu 23.04.
So what this means is:
File debian/rules:
Patch Set #1, Line 36: base_ver="$$(dpkg -l base-files | grep "^ii" | awk '{print $$3}')"; \
A quite convoluted way to find the version. Did you think about https://manpages.debian. […]
This uses /etc/os-release and /usr/lib/os-release. In ubuntu this doesn't contain the debian version it is based on.
In general I just wanted to check exactly for the same version of base-files as done in the debian/control file, so I did it like this.
To view, visit change 34188. To unsubscribe, or for help writing mail filters, visit settings.