myx-cmake/debian/rules

10 lines
147 B
Plaintext
Raw Permalink Normal View History

2021-12-08 11:32:04 +00:00
#!/usr/bin/make -f
%:
dh $@ --buildsystem=cmake
2021-12-20 09:28:15 +00:00
override_dh_fixperms:
dh_fixperms
find debian -name asan-wrapper -print0 | xargs -0 chmod +x