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

LDFLAGS+=-Wl,--as-needed

%:
	dh $@

# Fixes FTBFS
override_dh_auto_test:

# Autoreconf due to 01_lpi.patch
override_dh_auto_configure:
	autoreconf -f -i -s
	dh_auto_configure

override_dh_auto_build:
	cd po; intltool-update -p
	dh_auto_build