File: rules

package info (click to toggle)
lua-event 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 260 kB
  • sloc: ansic: 741; makefile: 40; sh: 1
file content (12 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

override_dh_auto_clean:
	rm -f luaevent.lua
	dh_auto_clean

override_dh_auto_configure:
	cp lua/luaevent.lua .
	dh_auto_configure