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

%:
	dh $@

override_dh_auto_test:
	echo "WARNING: Skipping test suite, user namespaces not available"