From: Teemu Ikonen Date: Sat, 19 Nov 2011 20:41:25 +0000 (+0100) Subject: Rename patch 'makefile' to 'no-werror'. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=891b7c1ad8c77c87e801b21e2d02b896b064c70d;p=packages%2Fb%2Fbup.git Rename patch 'makefile' to 'no-werror'. --- diff --git a/debian/patches/makefile b/debian/patches/makefile deleted file mode 100644 index 809f32d..0000000 --- a/debian/patches/makefile +++ /dev/null @@ -1,20 +0,0 @@ -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/no-werror b/debian/patches/no-werror new file mode 100644 index 0000000..809f32d --- /dev/null +++ b/debian/patches/no-werror @@ -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 de7dd7b..7dadff6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,3 @@ excise-tornado mangle-version -makefile +no-werror