File: rules

package info (click to toggle)
bully 1.4.00-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,320 kB
  • sloc: ansic: 44,954; makefile: 156
file content (11 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -I/usr/include/lua5.3 -DHAVE_LUA=true
export DEB_LDFLAGS_MAINT_APPEND = -llua5.3

%:
	dh $@ --sourcedirectory=src

override_dh_auto_install:
	dh_auto_install -- prefix=/usr