File: rules

package info (click to toggle)
lua-curl 0.3.0-9.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 268 kB
  • ctags: 376
  • sloc: ansic: 1,106; makefile: 159
file content (12 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (3)
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:
	$(MAKE) -f Makefile clean
	dh_auto_clean

override_dh_auto_configure:
	$(MAKE) -f Makefile HEADER="/usr/include/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/curl/curl.h" constants
	dh_auto_configure