File: rules

package info (click to toggle)
luxio 12-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 408 kB
  • ctags: 461
  • sloc: ansic: 3,109; makefile: 138; sh: 24
file content (15 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --buildsystem=lua --with lua

override_dh_auto_build:
	make luxio_constants.inc
	dh_auto_build
	ldoc --date $(SOURCE_DATE_EPOCH) .

override_dh_auto_clean:
	dh_auto_clean
	$(RM) -r doc luxio_constants.inc