Package: ectrans / 1.6.2-1
Metadata
Package | Version | Patches format |
---|---|---|
ectrans | 1.6.2-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
version.patch | (download) |
src/etrans/cpu/CMakeLists.txt |
1 1 + 0 - 0 ! |
add "0d" as default soversion Last--Updated: 2024-10-12 |
0001 src programs ectrans.in Avoid embedding the running .patch | (download) |
src/programs/ectrans.in |
2 1 + 1 - 0 ! |
[patch 1/2] src/programs/ectrans.in: avoid embedding the running kernel version. Use CMAKE_SYSTEM_NAME instead of CMAKE_SYSTEM to avoid embedding the running kernel version. https://tests.reproducible-builds.org/debian/issues/bookworm/captures_kernel_version_via_CMAKE_SYSTEM_issue.html |
0002 Pass BUILD_TIMESTAMP via CMakeLists.txt and use in e.patch | (download) |
src/programs/CMakeLists.txt |
1 1 + 0 - 0 ! |
[patch 2/2] pass build_timestamp via cmakelists.txt and use in ectrans.in for the build timestamp. The CMake TIMESTAMP function respects SOURCE_DATE_EPOCH when specifying UTC timezone. https://reproducible-builds.org/docs/timestamps/ |