Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 bup (0.25~rc4-1) unstable; urgency=low
 .
   * New upstream release.
   * Increase debhelper compat level to 9.
   * Re-enable python-pylibacl on non-Linux architectures;
     tentatively closes: #726727.
Author: Robert S. Edmonds <edmonds@debian.org>
Bug-Debian: http://bugs.debian.org/726727

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- bup-0.25~rc4.orig/Makefile
+++ bup-0.25~rc4/Makefile
@@ -1,5 +1,5 @@
 OS:=$(shell uname | sed 's/[-_].*//')
-CFLAGS := -Wall -O2 -Werror $(PYINCLUDE) $(CFLAGS)
+CFLAGS := -Wall -O2 $(PYINCLUDE) $(CFLAGS)
 SOEXT:=.so
 
 ifeq ($(OS),CYGWIN)
@@ -8,7 +8,7 @@ endif
 
 default: all
 
-all: bup Documentation/all
+all: bup
 	t/configure-sampledata --setup
 
 bup: lib/bup/_version.py lib/bup/_helpers$(SOEXT) cmds
@@ -74,7 +74,7 @@ lib/bup/_helpers$(SOEXT): \
 .PHONY: lib/bup/_version.py
 lib/bup/_version.py:
 	rm -f $@ $@.new
-	./format-subst.pl $@.pre >$@.new
+	./debian/gen_version_py.sh >$@.new
 	mv $@.new $@
 
 runtests: all runtests-python runtests-cmdline
--- bup-0.25~rc4.orig/lib/bup/_version.py.pre
+++ bup-0.25~rc4/lib/bup/_version.py.pre
@@ -1,4 +1,4 @@
 
-COMMIT='b1c766667d8dd7735ed0a2e7fa26754a9ef534ce'
-NAMES=' (tag: 0.25-rc4, upstream/master, master)'
-DATE='2013-11-12 11:48:03 -0600'
+COMMIT='5300515c75b53f8d86aa79088f4b408807dc481d'
+NAMES=' (HEAD, tag: debian/0.25-rc4-1, debian)'
+DATE='2013-11-15 14:31:58 -0500'
