mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 18:22:48 +08:00
Set some cmake variables in rules file
This commit is contained in:
@@ -31,11 +31,12 @@ TARBALL = ../$(PKG)_$(VER)$(DTYPE).orig.tar.xz
|
|||||||
%:
|
%:
|
||||||
dh $@ --sourcedirectory=src --with quilt
|
dh $@ --sourcedirectory=src --with quilt
|
||||||
|
|
||||||
# debmake generated override targets
|
override_dh_auto_configure:
|
||||||
# This is example for Cmake (See http://bugs.debian.org/641051 )
|
dh_auto_configure -- \
|
||||||
#override_dh_auto_configure:
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
# dh_auto_configure -- \
|
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
|
||||||
# -DCMAKE_BUILD_TYPE:STRING=Debug
|
-DCMAKE_VERBOSE_MAKEFILE=OFF \
|
||||||
|
-DCMAKE_COLOR_MAKEFILE=ON
|
||||||
|
|
||||||
# Inspired by https://wiki.debian.org/onlyjob/get-orig-source
|
# Inspired by https://wiki.debian.org/onlyjob/get-orig-source
|
||||||
.PHONY: get-orig-source
|
.PHONY: get-orig-source
|
||||||
|
Reference in New Issue
Block a user