File: rules

package info (click to toggle)
gall 1.3-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,992 kB
  • ctags: 232
  • sloc: ansic: 309; makefile: 88; sh: 4
file content (14 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

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

override_dh_auto_build:
	dh_auto_build
	ldoc --date $(SOURCE_DATE_EPOCH) .

override_dh_auto_clean:
	dh_auto_clean
	$(RM) -r html