Files
clang-uml/packaging/debian/rules
2024-03-06 20:25:04 +01:00

22 lines
780 B
Makefile
Executable File

#!/usr/bin/make -f
export DH_VERBOSE=1
export CLANGUML_GIT_TOPLEVEL_DIR=$(CURDIR)
export CLANGUML_GIT_REVISION={{VERSION}}
export CLANGUML_GIT_BRANCH={{GIT_BRANCH}}
export CLANGUML_GIT_COMMIT={{GIT_COMMIT}}
override_dh_auto_configure:
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_CXX_FLAGS="-Wno-nonnull -Wno-stringop-overflow -Wno-dangling-reference -Wno-unused-but-set-parameter" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DGIT_VERSION={{VERSION}} \
-DBUILD_TESTS=OFF
.PHONY: override_dh_strip
override_dh_strip:
dh_strip --automatic-dbgsym
%:
dh $@ --with bash-completion