File: rules

package info (click to toggle)
dma 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 428 kB
  • sloc: ansic: 2,977; makefile: 127; sh: 90; yacc: 89; lex: 24
file content (20 lines) | stat: -rwxr-xr-x 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- makefile -*-
# Debian build rules for dma, the DragonFly mail agent

#export DH_VERBOSE=1

export PREFIX=/usr
export LIBEXEC=/usr/lib/dma

%:
	dh $@

override_dh_install:
	dh_install
	install -d -o root -g mail -m 2770 debian/dma/var/spool/dma
	install -d debian/dma/etc/dma
	install -o root -g mail -m 0640 auth.conf debian/dma/etc/dma

override_dh_fixperms:
	dh_fixperms -Xusr/sbin/dma -Xvar/spool/dma -Xetc/dma -Xusr/lib/dma/dma-mbox-create