From: Ludovic Rousseau <rousseau@debian.org>
Description: remove *.so files in clean target
Applied-Upstream: 2.0.8

--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@
 clean:
 	$(PYTHON) setup.py clean
 	rm -rf build
+	rm -f smartcard/scard/_scard*.so
 
 pypi: clean
 	# files generated by swig
