Description: We don't need the install_files.txt in the Debian package :)
Author: Samuel Thibault <sthibault@debian.org>

---
 Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/Makefile.am
+++ b/Makefile.am
@@ -38,9 +38,9 @@ AUTHORS-local:
 
 install-exec-local:
 	$(PYTHON) $(srcdir)/setup.py install \
-		--prefix $(DESTDIR)$(prefix) \
+		--root $(DESTDIR) \
+		--prefix $(prefix) \
 		--single-version-externally-managed \
-		--record $(DESTDIR)$(pkgpythondir)/install_files.txt \
 		--verbose
 
 
