summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 4776ef49518c6e2631417e72d28e385e59f65049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
#export DH_OPTIONS=-v

LDFLAGS += -lcairo

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	./waf configure --release

override_dh_auto_build:
	./waf build --release

override_dh_auto_install:
	./waf install --destdir=debian/tmp