frostfs-locode-db/debian/rules
Stanislav Bogatyrev 606f993290 [#11] Fix lintian warnings
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2022-10-28 09:05:48 +03:00

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