On Fri, Jul  8, 2011 at 23:38:12 +0200, Christoph Egger wrote:

> Package: src:bup
> Version: 0.24b-1
> Severity: serious
> Tags: sid wheezy
> Justification: fails to build from source (but built successfully in the past)
> 
> Hi!
> 
> Your package failed to build on the buildds:
> 
I've pushed the below commit to the collab-maint repo, and will upload
shortly.

Cheers,
Julien

commit 7e7f319c5ee66cef5030ec85c39baca7793ddcef
Author: Julien Cristau <[email protected]>
Date:   Sat Aug 20 19:32:25 2011 +0200

    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 <[email protected]>  Sat, 20 Aug 2011 19:31:19 +0200
+
 bup (0.24b-1) unstable; urgency=low
 
   * New upstream version.





-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to