File: rules

package info (click to toggle)
lua-rexlib 2.7.2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 440 kB
  • ctags: 560
  • sloc: ansic: 3,251; makefile: 44
file content (9 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

VERSION=$(shell grep "^VERSION *=" Makefile | cut -d = -f 2 | sed 's/ //g')

%:
	DEB_CFLAGS_MAINT_APPEND=-DVERSION='"\"$(VERSION)\""' dh $@ --buildsystem=lua --with lua

override_dh_installdocs:
	dh_installdocs -X.gitignore