This is an autogenerated patch header for a single-debian-patch file. The
delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.

--- bup-0.31.orig/Makefile
+++ bup-0.31/Makefile
@@ -28,7 +28,7 @@ current_sampledata := t/sampledata/var/r
 os := $(shell ($(pf); uname | sed 's/[-_].*//') $(isok))
 os := $(call shout,$(os),Unable to determine OS)
 
-CFLAGS := -Wall -Wformat=2 -O2 -Werror -Wno-unknown-pragmas $(CFLAGS)
+CFLAGS := -Wall -O2 -Wno-unknown-pragmas $(CFLAGS)
 CFLAGS := -D_FILE_OFFSET_BITS=64 $(PYINCLUDE) $(CFLAGS)
 SOEXT:=.so
 
@@ -42,7 +42,7 @@ else
   test_tmp := $(CURDIR)/t/tmp
 endif
 
-initial_setup := $(shell dev/update-checkout-info lib/bup/checkout_info.py $(isok))
+#initial_setup := $(shell dev/update-checkout-info lib/bup/checkout_info.py $(isok))
 initial_setup := $(call shout,$(initial_setup),update-checkout-info failed))
 
 config/config.vars: \
@@ -78,7 +78,7 @@ bup_cmds := \
 
 bup_deps := lib/bup/_helpers$(SOEXT) $(bup_cmds)
 
-all: $(bup_deps) Documentation/all $(current_sampledata)
+all: $(bup_deps) $(current_sampledata)
 
 $(current_sampledata):
 	t/configure-sampledata --setup
--- /dev/null
+++ bup-0.31/config/config.h.tmp
@@ -0,0 +1,37 @@
+/*
+ * configuration for bup, generated Mon Aug 24 00:01:23 UTC 2020
+ * by pbuilder@chase
+ */
+#ifndef __AC_BUP_D
+#define __AC_BUP_D 1
+
+
+#define OS_LINUX 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_SYS_MMAN_H 1
+#define HAVE_LINUX_FS_H 1
+#define HAVE_SYS_IOCTL_H 1
+#define HAVE_UTIMENSAT 1
+#define HAVE_UTIMES 1
+#define HAVE_LUTIMES 1
+#define BUP_HAVE_BUILTIN_MUL_OVERFLOW 1
+#define HAVE_MINCORE 1
+#define BUP_MINCORE_BUF_TYPE unsigned char
+#define BUP_HAVE_READLINE 1
+#define BUP_READLINE_INCLUDES_IN_SUBDIR 1
+#define HAVE_STAT_ST_ATIM 1
+#define HAVE_STAT_ST_MTIM 1
+#define HAVE_STAT_ST_CTIM 1
+#define HAVE_TM_TM_GMTOFF 1
+#define HAVE_SYS_ACL_H 1
+#define HAVE_ACL_LIBACL_H 1
+#define HAVE_ACL_GET_FILE 1
+#define HAVE_ACL_FROM_TEXT 1
+#define HAVE_ACL_SET_FILE 1
+#define HAVE_ACL_EXTENDED_FILE 1
+#define HAVE_ACL_TO_ANY_TEXT 1
+#define PATH_SED "/bin/sed"
+
+#endif/* __AC_BUP_D */
--- bup-0.31.orig/lib/bup/source_info.py
+++ bup-0.31/lib/bup/source_info.py
@@ -1,3 +1,3 @@
-commit='63046f3d626c8be08c5f471e130bba7dbcef1081'
-date='2020-08-22 12:12:01 -0500'
+commit='89da5c12db60eabcb9e0db09aa232fe4ab0b6b4f'
+date='2020-08-23 19:59:41 -0400'
 modified=False
