14 lines
240 B
Plaintext
14 lines
240 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
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
|
||
|
|