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

%:
	dh $@ --with translations

override_dh_auto_test:
	echo "Disabling tests until they are fixed"

override_dh_install:
	find debian/indicator-session/usr/lib -name *.la -delete
	find debian/indicator-session/usr/lib -name *.a -delete
	dh_install --fail-missing