aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
blob: 0802452d8185ec3a5e0cacd6fe33aea5feab4d66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	make

execute_after_dh_auto_build:
	make docs

execute_after_dh_fixperms:
	chmod a+x debian/git-buildpackage/usr/lib/python3/dist-packages/gbp/scripts/supercommand.py

execute_after_dh_auto_clean:
	rm -rf build/
	make -C docs/ clean
	-rm gbp/version.py