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

%:
	dh ${@}

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

override_dh_strip:
	dh_strip --dbg-package=lzd-dbg

override_dh_builddeb:
	dh_builddeb -- -Zxz