File: rules

package info (click to toggle)
lua-penlight 1.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,724 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

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

execute_before_dh_auto_install:
	# Running the tests bumps the mtime of testclone.lua
	touch -d@$(SOURCE_DATE_EPOCH) examples/testclone.lua