commit f3750868eda9b7e0352d4cb697759f9a206f878d Author: YOKOTA Hiroshi <yokota.hgml@gmail.com> Date: Sun Jul 28 00:50:12 2024 +0900 Fix Lintian override mismatch commit 4fb30afa00dc300f0f12129daf3433f1e31a0605 Author: YOKOTA Hiroshi <yokota.hgml@gmail.com> Date: Sat Jul 27 23:39:11 2024 +0900 Add an extra CMake option for reproducible build Don't embed RPATH to binary files. CMake embeds library search pathes into RPATH in build/install time. This behavior may breaks reproducible build. Adding CMAKE_SKIP_RPATH may breaks building man pages because Debian jxrlib extracts some man pages from binary executables by help2man(1) in debian/rules. But Debian already uses LD_LIBRARY_PATH for this issue, there is no problems. See also: https://gitlab.kitware.com/cmake/cmake/-/issues/18413 https://gitlab.kitware.com/cmake/cmake/-/merge_requests/2456 commit d3cb5fe186c7ad81aaf83a0ff9ff40b8882b4daa Author: YOKOTA Hiroshi <yokota.hgml@gmail.com> Date: Thu Jul 25 16:40:11 2024 +0900 Drop unused "[PATCH]" prefix from description text It's added by git-format-patch(1). commit ba124e9759ede88580af167b60aa68c4aac0549e Author: YOKOTA Hiroshi <yokota.hgml@gmail.com> Date: Thu Jul 25 16:12:37 2024 +0900 Convert patches into git-diff style Git style patch files are used by git-buildpackage(1).
Among the 15 debian patches available in version 1.2~git20170615.f752187-5.3 of the package, we noticed the following issues: