You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building debian packages a lot of errors occur.
After investigation, it seems that happens due to
`dh` (debhelpers, see https://manpages.debian.org/testing/debhelper/dh.1.en.html)
treating the top-level Makefile as build tool for some steps.
The top-level Makefile was created only for testing/CI purposes.
When building packages, we should make use of cmake - this is exactly
what this commit does.
0 commit comments