Skip to content
Snippets Groups Projects

Draft: Backport v2025 <- v2026dev1: ci-buildpackage: drop the use of wrap-and-sort

Closed Dylan Aïssi requested to merge wip/daissi/drop-warp-and-sort into apertis/v2025
1 unresolved thread
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
+ 0
6
@@ -11,17 +11,11 @@ set -ex
export DEBIAN_FRONTEND=noninteractive
# Works around node-* packages having Build-Depends apt can't parse
wrap-and-sort -f debian/control
apt-get -qy update
apt-get -qy -o APT::Get::Build-Dep-Automatic=yes \
-o Acquire::http::Pipeline-Depth=0 \
build-dep "$(pwd)"
# Revert changes made by `wrap-and-sort`
git checkout debian/
dpkg-checkbuilddeps
dversion="$(dpkg-parsechangelog -S Version)"
Loading