Debian Patches
Status for sacc/1.07-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
buildonce.patch | avoid building several times sacc fails to cross build from source, because it rebuilds during make install and dh_auto_install does not pass cross tools there, so it ends up using the wrong toolchain. The root cause here is that the version.h target depends on .git/refs/heads/ and that happens to not exist in the Debian source package. Hence, the target is unconditionally rebuilt. In a git clone, that location will always exist and refresh version.h appropriately. This patch removes this dependency, adapting sacc to the non-git way that Debian consumes. Prevent version.h (and more) from being rebuilt during make install when building from tarball rather than a git clone. |
Helmut Grohne | not-needed | debian | 2025-09-24 |