aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 464067dab7f775681bb79c865cd60b3b6d795479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

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

%:
	dh $@

ifneq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS)))
override_dh_auto_build:
	dh_auto_build -- all-nodoc
endif

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