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.27~rc4-1) experimental; urgency=medium
 .
   * New upstream release.
Author: Robert Edmonds <edmonds@debian.org>

---
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.27~rc4.orig/Makefile
+++ bup-0.27~rc4/Makefile
@@ -3,7 +3,7 @@ sampledata_rev := $(shell t/configure-sa
 current_sampledata := t/sampledata/var/rev/v$(sampledata_rev)
 
 OS:=$(shell uname | sed 's/[-_].*//')
-CFLAGS := -Wall -O2 -Werror -Wno-unknown-pragmas $(PYINCLUDE) $(CFLAGS)
+CFLAGS := -Wall -O2 -Wno-unknown-pragmas $(PYINCLUDE) $(CFLAGS)
 CFLAGS := -D_FILE_OFFSET_BITS=64 $(CFLAGS)
 SOEXT:=.so
 
@@ -20,7 +20,7 @@ endif
 initial_setup := $(shell ./configure-version --update)
 bup_deps := bup lib/bup/_version.py lib/bup/_helpers$(SOEXT) cmds
 
-all: $(bup_deps) Documentation/all $(current_sampledata)
+all: $(bup_deps) $(current_sampledata)
 
 bup:
 	ln -s main.py bup
--- bup-0.27~rc4.orig/configure-version
+++ bup-0.27~rc4/configure-version
@@ -18,7 +18,7 @@ fi
 case "$1" in
     --update)
         rm -f $vpy.tmp-$$
-        ./format-subst.pl $vpy.pre > $vpy.tmp-$$
+        ./debian/gen_version_py.sh $vpy.pre > $vpy.tmp-$$
         if ! test -e $vpy || ! cmp -s $vpy $vpy.tmp-$$; then
             mv $vpy.tmp-$$ $vpy;
         fi
--- bup-0.27~rc4.orig/lib/bup/_version.py.pre
+++ bup-0.27~rc4/lib/bup/_version.py.pre
@@ -1,4 +1,4 @@
 
-COMMIT='6da6b774b03aa0e2629931788b901ca9f5e5eb0a'
-NAMES=' (tag: 0.27-rc4, upstream/master, master)'
-DATE='2015-03-28 15:09:47 -0500'
+COMMIT='a4986560539fd974cac01e9540502d00eb9971f5'
+NAMES=' (HEAD, tag: debian/0.27-rc4-1, debian)'
+DATE='2015-03-29 21:13:04 -0400'
