myx/debian/rules

14 lines
240 B
Plaintext
Raw Normal View History

2022-10-02 01:04:01 +00:00
#!/usr/bin/make -f
%:
dh $@ --buildsystem=cmake
2022-10-05 08:35:08 +00:00
override_dh_auto_configure:
cp -f debian/CMakeLists.txt CMakeLists.txt
dh_auto_configure
2022-10-02 01:04:01 +00:00
override_dh_fixperms:
dh_fixperms
# find debian -name asan-wrapper -print0 | xargs -0 chmod +x