Updated debian rules

This commit is contained in:
Bartek Kryza
2022-06-14 21:49:47 +02:00
parent 527aa72b62
commit ff50df5bc4
3 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ export CLANGUML_GIT_BRANCH={{GIT_BRANCH}}
export CLANGUML_GIT_COMMIT={{GIT_COMMIT}}
override_dh_auto_configure:
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr -DGIT_VERSION={{VERSION}}
%: