File: rules

package info (click to toggle)
lua-event 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 224 kB
  • ctags: 213
  • sloc: ansic: 726; makefile: 42; sh: 1
file content (15 lines) | stat: -rwxr-xr-x 248 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

%:
	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

override_dh_strip:
	dh_strip --dbg-package=lua-event-dbg