aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
blob: 84c4bc634f1bd6a2e6652bbaf6d372af7ff9e847 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

build:
	dh_testdir
	dh_auto_configure -- \
			  --enable-bootstrap \
			  --with-interface=ncurses
	dh_auto_build
	touch $@

clean:
	dh_testdir
	dh_auto_clean
	dh_clean