#! /bin/sh /usr/share/dpatch/dpatch-run
## 10_dont_build_email2trac.dpatch by <wmb@beron.tangosoft.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: do not build the run_email2trac binary
@DPATCH@
diff -uraN a/Makefile.in b/Makefile.in
--- a/Makefile.in 2006-12-06 14:32:47.000000000 +0100
+++ b/Makefile.in 2009-09-17 11:14:49.000000000 +0200
@@ -26,14 +26,13 @@
PYTHON_FILES=delete_spam.py email2trac.py
WRAPPER_SRC=run_email2trac.c run_email2trac.h
-all: run_email2trac
+all:
run_email2trac: $(WRAPPER_SRC) Makefile
$(CC) $(CFLAGS) -o $@ run_email2trac.c
install: all install-conf
$(INSTALL) -d $(DESTDIR)$(EXEC_PREFIX)
- $(INSTALL) -m 4111 -o root run_email2trac $(DESTDIR)$(EXEC_PREFIX)
for script in $(PYTHON_FILES) ; \
do \
name=`basename $$script '.py'` ;\