summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 14ddc7dac8d9400d111749ba9a60f973e51ec2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

-include /usr/share/dpkg/buildtools.mk

%:
	dh ${@}

override_dh_auto_configure:
	dh_auto_configure -- 'CXX=$(CXX)'

override_dh_auto_install:
	dh_auto_install -- DESTDIR=$(CURDIR)/debian/lzd

override_dh_auto_test:
	# disabled: incomplete upstream testsuite