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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh ${@} --parallel

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

	# alternative handling
	mv debian/lzd/usr/bin/lzd debian/lzd/usr/bin/lzip.lzd

	ln -s /usr/bin/lzip.lzd debian/lzd/usr/bin/lzd

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