From a6b51e2002ba610c1d9c08e83101f36850a1b8e3 Mon Sep 17 00:00:00 2001 From: Teemu Ikonen Date: Sat, 19 Nov 2011 20:11:02 +0100 Subject: [PATCH] Add a proper patch for the previous NMU, fixing FTBFS. --- debian/patches/makefile | 20 ++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 21 insertions(+) create mode 100644 debian/patches/makefile diff --git a/debian/patches/makefile b/debian/patches/makefile new file mode 100644 index 0000000..809f32d --- /dev/null +++ b/debian/patches/makefile @@ -0,0 +1,20 @@ +From 7e7f319c5ee66cef5030ec85c39baca7793ddcef Mon Sep 17 00:00:00 2001 +From: Julien Cristau +Date: Sat, 20 Aug 2011 19:32:25 +0200 +Subject: [PATCH] Drop -Werror from CFLAGS + +--- +diff --git a/Makefile b/Makefile +index d137436..1160d91 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,5 +1,5 @@ + OS:=$(shell uname | sed 's/[-_].*//') +-CFLAGS:=-Wall -O2 -Werror $(PYINCLUDE) ++CFLAGS:=-Wall -O2 $(PYINCLUDE) + SOEXT:=.so + + ifeq ($(OS),CYGWIN) +-- +1.7.7.1 + diff --git a/debian/patches/series b/debian/patches/series index d0d6d5b..de7dd7b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ excise-tornado mangle-version +makefile -- 2.39.5