File: rules

package info (click to toggle)
mrs 6.0.5%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,780 kB
  • sloc: ansic: 37,529; cpp: 24,043; perl: 3,274; sh: 124; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerc powerpcspe sh4))
      export DEB_LDFLAGS_MAINT_APPEND=-latomic
endif

DH_VERBOSE := 1

%:
	dh $@

override_dh_auto_configure:
	./configure --prefix=/usr --config-dir=/etc/mrs/ \
		--man-dir=/usr/share/man --mrs-user=mrs-dba \
		--data-dir=/var/lib/mrs --log-dir=/var/log/mrs