File: rules

package info (click to toggle)
lua-cgi 5.2~alpha2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 848 kB
  • ctags: 363
  • sloc: makefile: 25
file content (8 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

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

override_dh_auto_configure:
	find src/ examples/ -type f -exec chmod a-x {} \;
	dh_auto_configure