Makefile: scope rm to this build's arch, don't erase sibling builds
release.yml #39 -
Commit bdd7205667 pushed by notazof
workflow: also install arm64 runtime libs (libc6:arm64, etc.)
release.yml #38 -
Commit c2cdb88e64 pushed by notazof
rules: cross-arch dh_shlibdeps, point at /usr/lib/<DEB_HOST_MULTIARCH>/
release.yml #37 -
Commit 39729b8d0d pushed by notazof
workflow: crossbuild-essential-arm64 + CONFIG_SITE
release.yml #36 -
Commit 41ab11d7b9 pushed by notazof
workflow: wget arm64 .deb from packages.debian.org, drop apt-get install
release.yml #35 -
Commit 9ffe785de3 pushed by notazof
rules + workflow: extract arm64 libs into a stage dir for dh_shlibdeps
release.yml #34 -
Commit ee0c977e79 pushed by notazof
workflow: install binutils-aarch64-linux-gnu for dh_makeshlibs
release.yml #33 -
Commit efddac2942 pushed by notazof
Makefile + workflow: -Pcross profile, drop arm64 libs install
release.yml #32 -
Commit ad5bc578e7 pushed by notazof
Makefile: -d to dpkg-buildpackage, skip build-deps check
release.yml #31 -
Commit 61a678d7af pushed by notazof
Makefile: document the dpkg-architecture bypass rationale
release.yml #30 -
Commit 42b0a39e34 pushed by notazof
Makefile: case + dpkg-buildpackage on one logical line
release.yml #29 -
Commit a951e3f62d pushed by notazof
Makefile: direct -aarm64 + DEB_HOST_ARCH env, bypass dpkg-architecture
release.yml #28 -
Commit da8400dc4e pushed by notazof
Makefile: dpkg-architecture -c to set env and exec in one shot
release.yml #27 -
Commit 9898edeb30 pushed by notazof
Makefile: escape $(...) so make doesn't pre-evaluate it
release.yml #26 -
Commit 99bdf0923f pushed by notazof
Makefile: use ';' to chain eval and dpkg-buildpackage, not '&&'
release.yml #25 -
Commit 27df78bf5e pushed by notazof
Makefile: glue DPKG_ARCH_ARGS, eval, dpkg-buildpackage on one line
release.yml #24 -
Commit 543f68c7b9 pushed by notazof
Makefile: collapse 'case ... esac' onto one shell line
release.yml #23 -
Commit b9cae77789 pushed by notazof
Makefile: dpkg-architecture -aarm64 for proper cross-build host arch
release.yml #22 -
Commit cc48de0bea pushed by notazof
Makefile: -aarm64 to dpkg-buildpackage for arm64 cross-builds
release.yml #21 -
Commit 05016eb6e8 pushed by notazof
Makefile: drop the 'mv' step — it was always 'same file'
release.yml #20 -
Commit f8718dfb8b pushed by notazof
Makefile: clean residual .deb before dpkg-buildpackage
release.yml #19 -
Commit f65f73b2c1 pushed by notazof
Makefile: single-line shell block for .deb presence check
release.yml #18 -
Commit 5ea37f51be pushed by notazof
Makefile: fail loudly when dpkg-buildpackage produces no .deb
release.yml #17 -
Commit 117087ac43 pushed by notazof
release.yml: arm64 build with set -x + explicit exit on make failure
release.yml #16 -
Commit 9a10021e4f pushed by notazof
release.yml: check /src/ for .deb (not /src/_src/) for both builds
release.yml #15 -
Commit 0267fd2fef pushed by notazof
release.yml: set -e -x + explicit .deb presence check on builds
release.yml #14 -
Commit 58a9d6c54f pushed by notazof
release.yml: fail-fast on arm64 shlib install + sanity check
release.yml #13 -
Commit cbb7915907 pushed by notazof
release.yml: install arm64 shlibs on amd64 runner for cross-build shlibdeps
release.yml #12 -
Commit acb3ee2c8b pushed by notazof
release.yml: install arm64 shlibs on amd64 runner for cross-build shlibdeps
release.yml #11 -
Commit acb3ee2c8b pushed by notazof
debian/rules: drop override_dh_strip entirely
release.yml #10 -
Commit c0c5027001 pushed by notazof