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

MAKEFLAGS = prefix=/usr sitelib=/usr/share/perl5

%:
	dh $@

override_dh_auto_test:
	# /dev/shm, the default, might be mounted with noexec
	dh_auto_test -- TMPDIR=/var/tmp

override_dh_installsystemduser:
	dh_installsystemduser --no-enable