File: rules

package info (click to toggle)
rt-extension-repeatticket 1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 404 kB
  • sloc: perl: 3,844; makefile: 6
file content (14 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# This is to turn on verbose mode.
# export DH_VERBOSE=1

%:
	RTHOME=/usr/share/request-tracker4 dh $@

override_dh_auto_build-indep:
	pod2man bin/rt-repeat-ticket > bin/rt-repeat-ticket.1
	dh_auto_build

# don't run the dh auto install command (we use debian/install)
override_dh_auto_install-indep: