From: Jon Dowland Date: Fri, 8 Jul 2011 10:13:39 +0000 (+0100) Subject: patch: remove references to embedded tornado X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e823623348308352afd071da9b2e9887468ca7c0;p=packages%2Fb%2Fbup.git patch: remove references to embedded 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 \