File: rules

package info (click to toggle)
lua-torch-sundown 0~20161027-g4324669-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 328 kB
  • sloc: ansic: 3,553; sh: 75; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS= hardening=+all

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

override_dh_auto_configure:
	ln -s . sundown
	dh_auto_configure

override_dh_auto_clean:
	-$(RM) -rf 5.1-torch-sundown debian/trash sundown
	dh_auto_clean