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

%:
	dh $@
override_dh_auto_install:
	dh_auto_install
	sed -i '1s:.*:#!/usr/bin/python3:' debian/src/usr/bin/src

# 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: