We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify the installation guide (link).
Right above Apply manually a ... (TODO: fix test.c error), add instructions solving issue #327 and #343 (from comment on #327):
Apply manually a ... (TODO: fix test.c error)
After that, add this at the bottom of the file: override_dh_auto_test: echo "Skip dh_auto_test"
After that, add this at the bottom of the file:
override_dh_auto_test: echo "Skip dh_auto_test"
Once that is done, remove (TODO: fix test.c error)
(TODO: fix test.c error)
The indent before echo is important. The build fails without it.
echo
The text was updated successfully, but these errors were encountered:
@evilaliv3
Sorry, something went wrong.
It works for me, thanks for the info.
No branches or pull requests
Modify the installation guide (link).
Right above
Apply manually a ... (TODO: fix test.c error)
, add instructions solving issue #327 and #343 (from comment on #327):Once that is done, remove
(TODO: fix test.c error)
The indent before
echo
is important. The build fails without it.The text was updated successfully, but these errors were encountered: