File: rules

package info (click to toggle)
python-lua 1.0-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 200 kB
  • sloc: ansic: 1,199; python: 196; sh: 65; makefile: 16
file content (15 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME = lua

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_build:
	${MAKE}
	dh_auto_build

override_dh_auto_clean:
	${MAKE} clean
	dh_auto_clean
	rm -rf src/lua_wrapper.egg-info dist