summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: a90d7c017f7773b73f3211178f774de4b95960fb (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/lzip

	# removing unused files
	rm -f debian/lzip/usr/share/info/dir*

override_dh_strip:
	dh_strip --dbg-package=lzip-dbg