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

%:
	dh ${@}

override_dh_auto_install:
	$(MAKE) prefix=$(CURDIR)/debian/lzip/usr install

	# Removing useless file
	rm -f debian/lzip/usr/share/info/dir*

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