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

# Explicitly selecting a G{CC,++}-version here to avoid ABI breaks
# introduced by toolchain updates. <https://wiki.ubuntu.com/cpp-11>
export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9
export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9

%:
	dh $@ --with translations