This commit is contained in:
2022-10-02 04:04:01 +03:00
parent fa931bf692
commit dbb8c0d41c
11 changed files with 85 additions and 2 deletions

9
debian/rules vendored Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/make -f
%:
dh $@ --buildsystem=cmake
override_dh_fixperms:
dh_fixperms
# find debian -name asan-wrapper -print0 | xargs -0 chmod +x