]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
patch: remove references to embedded tornado
authorJon Dowland <jmtd@debian.org>
Fri, 8 Jul 2011 10:13:39 +0000 (11:13 +0100)
committerJon Dowland <jmtd@debian.org>
Fri, 8 Jul 2011 10:13:39 +0000 (11:13 +0100)
debian/patches/excise-tornado [new file with mode: 0644]

diff --git a/debian/patches/excise-tornado b/debian/patches/excise-tornado
new file mode 100644 (file)
index 0000000..3db6511
--- /dev/null
@@ -0,0 +1,25 @@
+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 \