jxrlib (1.2~git20170615.f752187-5.3)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the debian/1.2_git20170615.f752187-5.3 tag
- Git: https://salsa.debian.org/debian-phototools-team/jxrlib.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 274432
- Browser: https://salsa.debian.org/debian-phototools-team/jxrlib
- Last scan: 2025-09-04 06:13:10+00
- Next scan: 2025-09-10 02:16:00+00
- Merge requests: 2
- Debian changelog in Git:
jxrlib (1.2~git20170615.f752187-5.3) unstable; urgency=medium
* Non-maintainer upload.
* Apply patch to fix building with GCC-14s, thanks to YOKOTA Hiroshi for
preparing it. (Closes: #1075105)
-- Tobias Frost <tobi@debian.org> Sat, 17 Aug 2024 09:05:27 +0200
- This branch is 4 commits ahead of tag debian/1.2_git20170615.f752187-5.3
- Git log:
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).