]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
Add a proper patch for the previous NMU, fixing FTBFS.
authorTeemu Ikonen <tpikonen@gmail.com>
Sat, 19 Nov 2011 19:11:02 +0000 (20:11 +0100)
committerTeemu Ikonen <tpikonen@gmail.com>
Sat, 19 Nov 2011 19:11:10 +0000 (20:11 +0100)
debian/patches/makefile [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/makefile b/debian/patches/makefile
new file mode 100644 (file)
index 0000000..809f32d
--- /dev/null
@@ -0,0 +1,20 @@
+From 7e7f319c5ee66cef5030ec85c39baca7793ddcef Mon Sep 17 00:00:00 2001
+From: Julien Cristau <jcristau@debian.org>
+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
+
index d0d6d5b77070d948d0bbceccdbc9d5078ab5cee9..de7dd7bf39191b9e0d15498c225ee9e808f04f39 100644 (file)
@@ -1,2 +1,3 @@
 excise-tornado
 mangle-version
+makefile