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
dh-dkms
Without dh-dkms, when trying to build on Debian, I got an error:
dpkg-buildpackage: info: source package amneziawg-linux-kmod dpkg-buildpackage: info: source version 1.0.0 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by unidentified attacker <[email protected]> dpkg-buildpackage: info: host architecture amd64 dpkg-source --before-build . debian/rules clean dh clean --with dkms dh: warning: Compatibility levels before 10 are deprecated (level 9 in use) dh: error: unable to load addon dkms: Can't locate Debian/Debhelper/Sequence/dkms.pm in @INC (you may need to install the Deb ian::Debhelper::Sequence::dkms module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.36.0 /usr/local/share /perl/5.36.0 /usr/lib/x86_64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux- gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at (eval 10) line 1. BEGIN failed--compilation aborted at (eval 10) line 1.
Installing dh-dkms solves the problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Without
dh-dkms
, when trying to build on Debian, I got an error:Installing
dh-dkms
solves the problem.The text was updated successfully, but these errors were encountered: