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

%:
	dh $@

# Test suite requires working git installation, with user.email and
# user.name set. It is quite complicated to set up on buildd.
override_dh_auto_test: