Package: ectrans / 1.6.2-1

Metadata

Package Version Patches format
ectrans 1.6.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
version.patch | (download)

src/etrans/cpu/CMakeLists.txt | 1 1 + 0 - 0 !
src/trans/common/CMakeLists.txt | 1 1 + 0 - 0 !
src/trans/cpu/CMakeLists.txt | 1 1 + 0 - 0 !
src/trans/gpu/CMakeLists.txt | 2 2 + 0 - 0 !
src/transi/CMakeLists.txt | 1 1 + 0 - 0 !
tests/CMakeLists.txt | 1 1 + 0 - 0 !
6 files changed, 7 insertions(+)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [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 !
src/programs/ectrans.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 [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/