1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
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.32.orig/Makefile
+++ bup-0.32/Makefile
@@ -28,7 +28,7 @@ current_sampledata := test/sampledata/va
os := $(shell ($(pf); uname | sed 's/[-_].*//') $(isok))
os := $(call shout,$(os),Unable to determine OS)
-CFLAGS := -O2 -Wall -Werror -Wformat=2 $(CFLAGS)
+CFLAGS := -O2 -Wall -Wformat=2 $(CFLAGS)
CFLAGS := -Wno-unknown-pragmas -Wsign-compare $(CFLAGS)
CFLAGS := -D_FILE_OFFSET_BITS=64 $(PYINCLUDE) $(CFLAGS)
SOEXT:=.so
@@ -43,7 +43,7 @@ else
test_tmp := $(CURDIR)/test/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: \
@@ -79,7 +79,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):
dev/configure-sampledata --setup
--- /dev/null
+++ bup-0.32/config/config.h.tmp
@@ -0,0 +1,35 @@
+/*
+ * configuration for bup, generated Sat Feb 6 20:22:48 UTC 2021
+ * 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 BUP_USE_PYTHON_UTIME 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.32.orig/lib/bup/source_info.py
+++ bup-0.32/lib/bup/source_info.py
@@ -1,3 +1,3 @@
-commit='3b052c63c93a95193447945296e7ec5db97f6b6e'
-date='2021-01-09 16:11:10 -0600'
+commit='d8592841d5712148199fd74861f42a79158b2b0d'
+date='2021-02-06 15:18:35 -0500'
modified=False
|