libva-v4l2-request-fourier (deb): catch build-deb.sh up to c1bb444 (follow-up to #52) #53
Reference in New Issue
Block a user
Delete Branch "claude-noether/marfrit-packages:noether/libva-deb-bump-c1bb444"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #52 — catches the parallel Debian-side pin in
debian/libva-v4l2-request-fourier/build-deb.shthat I missed in the original bump.Background
arch/libva-v4l2-request-fourier/PKGBUILDanddebian/libva-v4l2-request-fourier/build-deb.sheach have their own copy ofUPSTREAM_COMMIT/PKGVER/PKGREL. PR #52 bumped only the Arch one. Result post-merge: the Debian CI job rancheck-already-published.sh debian/libva-v4l2-request-fourier, the script computed the .deb filename from build-deb.sh's still-9898331 pin, HEAD-checked the pool, found the existing r380 .deb, returnedskip=1, and the job short-circuited. trixie repoPackagesstill serves1.0.0+r380+g9898331-1.This bump catches build-deb.sh up to
c1bb444so the next merge fires the build +publish-debforbookworm+trixiesuites.Test plan
https://packages.reauktion.de/debian/dists/trixie/main/binary-arm64/Packagesadvertises1.0.0+r382+gc1bb444-1post-merge.apt update && apt-cache policy libva-v4l2-request-fourieron higgs picks up the new candidate.Drift-prevention thought (out-of-scope for this PR)
The dual-pin convention drifts whenever a contributor edits only one side. Possible long-term cleanups (one-liner each):
arch/libva-v4l2-request-fourier/pin.envand have both PKGBUILD + build-deb.sh source it.check-already-published.shif the Arch + Debian recipe-computed pkgvers differ for the same package name.Happy to do (2) as a separate PR if you'd like.