From: Julien Cristau Date: Sat, 20 Aug 2011 17:32:25 +0000 (+0200) Subject: Drop -Werror from CFLAGS X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7e7f319c5ee66cef5030ec85c39baca7793ddcef;p=packages%2Fb%2Fbup.git 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) diff --git a/debian/changelog b/debian/changelog index f96b90e..e1878e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +bup (0.24b-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't build with -Werror, to fix build failure (closes: #633145) + + -- Julien Cristau Sat, 20 Aug 2011 19:31:19 +0200 + bup (0.24b-1) unstable; urgency=low * New upstream version.