mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-06 02:16:45 +00:00
Don't apply packaging's patches - we want vanilla tahoe to be compatible with Debian-13.
This commit is contained in:
parent
f58eb85398
commit
cc86876fe2
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user