Версия 0.3.6

This commit is contained in:
2021-12-20 12:28:15 +03:00
parent 733692f06b
commit 353d92da23
5 changed files with 8 additions and 4 deletions

5
debian/rules vendored
View File

@ -2,3 +2,8 @@
%:
dh $@ --buildsystem=cmake
override_dh_fixperms:
dh_fixperms
find debian -name asan-wrapper -print0 | xargs -0 chmod +x