This commit is contained in:
2022-10-05 11:35:08 +03:00
parent 572b0be826
commit a061ebb7a9
36 changed files with 74 additions and 5 deletions

4
debian/rules vendored
View File

@ -3,6 +3,10 @@
%:
dh $@ --buildsystem=cmake
override_dh_auto_configure:
cp -f debian/CMakeLists.txt CMakeLists.txt
dh_auto_configure
override_dh_fixperms:
dh_fixperms
# find debian -name asan-wrapper -print0 | xargs -0 chmod +x