Don't apply packaging's patches - we want vanilla tahoe to be compatible with Debian-13.

This commit is contained in:
Florian Sesser 2025-01-12 05:56:38 +00:00
parent f58eb85398
commit cc86876fe2

View File

@ -592,12 +592,15 @@ jobs:
if (dep && !seen[dep]++) print dep
}
}' /tmp/debian-13-package/tahoe-lafs/debian/control)
- run:
name: "Apply the Debian package's patches"
command: |
cd /tmp/debian-13-package/tahoe-lafs/
# TODO decide: Should we honour quilt's opinion about this build?
quilt push -a || true
# Don't apply the patches in the package. We aim for
# compatibility without need for downstream patches.
#
# - run:
# name: "Apply the Debian package's patches"
# command: |
# cd /tmp/debian-13-package/tahoe-lafs/
# # TODO decide: Should we honour quilt's opinion about this build?
# quilt push -a || true
- run:
name: "Build & run tests"
command: |