File: rules

package info (click to toggle)
lua-torch-cwrap 0~20160222-gdbd0a62-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 48
  • sloc: makefile: 8; sh: 3
file content (12 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download | duplicates (2)
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) -rf 5.1-torch-cwrap/ 5.2-torch-cwrap/ debian/tmp/ cwrap
	dh_auto_clean

override_dh_auto_configure:
	ln -s . cwrap
	dh_auto_configure