#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

clean:
	rm -f lib/GitPython.egg-info/SOURCES.txt
	dh clean
