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

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# installed as example
	find $(TMP) -type f -name volume.pl -delete