File: rules

package info (click to toggle)
interimap 0.5.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,272 kB
  • sloc: perl: 3,342; sh: 886; makefile: 110; sql: 28
file content (19 lines) | stat: -rwxr-xr-x 390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export prefix=/usr
export sitelib=$(prefix)/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 --no-parallel -- TMPDIR=/var/tmp

override_dh_installsystemduser:
	dh_installsystemduser --no-enable