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

%:
	dh $@ --with python2

dh_override_auto_clean:
	dh_clean
	$(RM) -rf versiontools-*.egg

#.PHONY: override_dh_auto_test
#override_dh_auto_test:
#	# Run the bundled tests when building the package
#	LC_ALL=C python setup.py test