--- /dev/null
+Description: remove makefile bits partaining to embedded tornado
+Author: Jon Dowland <jmtd@debian.org>
+Last-Update: 2011/07/08
+
+--- bup-0.24b.orig/Makefile
++++ bup-0.24b/Makefile
+@@ -22,7 +22,7 @@ BINDIR=$(DESTDIR)/usr/bin
+ LIBDIR=$(DESTDIR)/usr/lib/bup
+ install: all
+ $(INSTALL) -d $(MANDIR)/man1 $(DOCDIR) $(BINDIR) \
+- $(LIBDIR)/bup $(LIBDIR)/cmd $(LIBDIR)/tornado \
++ $(LIBDIR)/bup $(LIBDIR)/cmd \
+ $(LIBDIR)/web $(LIBDIR)/web/static
+ [ ! -e Documentation/.docs-available ] || \
+ $(INSTALL) -m 0644 \
+@@ -43,9 +43,6 @@ install: all
+ lib/bup/*$(SOEXT) \
+ $(LIBDIR)/bup
+ $(INSTALL) -m 0644 \
+- lib/tornado/*.py \
+- $(LIBDIR)/tornado
+- $(INSTALL) -m 0644 \
+ lib/web/static/* \
+ $(LIBDIR)/web/static/
+ $(INSTALL) -m 0644 \