File: rules

package info (click to toggle)
haserl 0.9.36-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 776 kB
  • sloc: ansic: 3,129; sh: 1,283; makefile: 66
file content (25 lines) | stat: -rwxr-xr-x 511 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# Disable bash extensions because they don't compile, and haserl's default shell
# isn't bash anyway
override_dh_auto_configure:
	dh_auto_configure -- \
		--enable-luashell \
		--enable-luacshell \
		--enable-bashshell \
		--disable-bash-extensions \
		--enable-subshell=/bin/sh \
		--with-lua=lua5.2

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog

clean:
	dh $@
	debconf-updatepo

%:
	dh $@