summaryrefslogtreecommitdiff
path: root/debian/rules
blob: eb85c444b685b8ddcfddbdd7de13292154821c4e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
		--libexecdir=\$${prefix}/lib/apt \
		--disable-static \
		LDFLAGS="-Wl,--as-needed"