606f993290
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
15 lines
213 B
Makefile
Executable file
15 lines
213 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_OPTIONS := nostrip nocheck
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
$(MAKE) all
|
|
|
|
override_dh_installchangelogs:
|
|
dh_installchangelogs -k CHANGELOG.md
|
|
|
|
override_dh_clean:
|
|
dh_clean
|