File: rules

package info (click to toggle)
maria 1.3.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,068 kB
  • sloc: cpp: 43,408; yacc: 8,080; ansic: 436; sh: 404; lisp: 395; makefile: 228; perl: 21
file content (19 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --with elpa

override_dh_auto_configure:

override_dh_auto_build-arch:
	dh_auto_build -a --buildsystem=makefile -- -f Makefile.Linux CXXOPTFLAGS=$(OPTFLAGS)

override_dh_auto_build-indep:
	cd doc \
		&& makeinfo maria.texinfo \
		&& texi2html -split chapter maria.texinfo

override_dh_auto_install-indep:
	echo "Do not trigger make again"