File: rules

package info (click to toggle)
miller 5.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 51,888 kB
  • sloc: ansic: 52,794; sh: 19,431; yacc: 3,433; lex: 1,162; makefile: 697; ruby: 614; python: 451
file content (12 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@

override_dh_auto_configure:
# For cross-building purposes, we need to build lemon first
	./configure
	make -C c/parsing lemon
	dh_auto_configure