summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 2497ef8f713d2b1779a2c2baf6197c5d7db4c6a6 (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/plzip

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

override_dh_strip:
	dh_strip --dbg-package=plzip-dbg