From e823623348308352afd071da9b2e9887468ca7c0 Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Fri, 8 Jul 2011 11:13:39 +0100 Subject: [PATCH] patch: remove references to embedded tornado --- debian/patches/excise-tornado | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 debian/patches/excise-tornado diff --git a/debian/patches/excise-tornado b/debian/patches/excise-tornado new file mode 100644 index 0000000..3db6511 --- /dev/null +++ b/debian/patches/excise-tornado @@ -0,0 +1,25 @@ +Description: remove makefile bits partaining to embedded tornado +Author: Jon Dowland +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 \ -- 2.39.5