summaryrefslogtreecommitdiff
path: root/debian/rules
blob: cf11fb5ae29651eb48a76e133ed30ccee2f89c10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
DEB_CMAKE_EXTRA_FLAGS = \
	-DCMAKE_INSTALL_SYSCONFDIR="/etc" \
	-DCMAKE_INSTALL_LIBDIR="lib/$(DEB_HOST_MULTIARCH)"

DEB_DH_INSTALL_ARGS=--exclude=TEST

binary-install/libdigidoc-dev::
# Run dh_install without the default DEB_DH_INSTALL_ARGS to install the TEST*.crt certificates
	dh_install -plibdigidoc-dev