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
|
Description: 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.
Forwarded: not-needed
---
--- bup-0.33.9.orig/GNUmakefile
+++ bup-0.33.9/GNUmakefile
@@ -61,7 +61,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))
clean_paths += lib/bup/checkout_info.py
@@ -140,7 +140,7 @@ else
endif
-all: dev/bup-exec dev/bup-python dev/python $(bup_deps) Documentation/all \
+all: dev/bup-exec dev/bup-python dev/python $(bup_deps) \
$(issues) $(current_sampledata)
$(current_sampledata):
--- bup-0.33.9.orig/lib/bup/source_info.py
+++ bup-0.33.9/lib/bup/source_info.py
@@ -1,3 +1,3 @@
-commit='2c5f4cfe4ff2a98701021d42bdbad58470cf3f4b'
-date='2025-08-30 13:10:07 -0500'
+commit='9b1b53b9965cc467e65a5051cd86c87d66cb754c'
+date='2025-09-01 22:51:24 -0400'
modified=False
|