Package: dislocker / 0.7.3+git20240607-3
Metadata
Package | Version | Patches format |
---|---|---|
dislocker | 0.7.3+git20240607-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix spelling.patch | (download) |
man/linux/dislocker-file.1 |
4 2 + 2 - 0 ! |
fix a few typos on the manpages and source code. |
always pick linux manpages.patch | (download) |
src/CMakeLists.txt |
3 1 + 2 - 0 ! |
always pick the linux-specific manpage sources There are no specific manpages available for the Hurd (and formerly kFreeBSD). |
wrong libdir.patch | (download) |
src/CMakeLists.txt |
6 1 + 5 - 0 ! |
don't install to /usr/lib64 just because it exists in build env This package fails to build in Ubuntu and in Debian because both are using usrmerge in their build environments, which causes /usr/lib64 to exist and the upstream build system to wrongly install files to it instead of to /usr/lib. Patch the build system to never use /usr/lib64 as this is always wrong for a Debian package. |
fix VERSION_RELEASE.patch | (download) |
CMakeLists.txt |
2 1 + 1 - 0 ! |
set the correct version number of the application |
deprecated ruby code.patch | (download) |
src/dislocker-find.rb.in |
4 2 + 2 - 0 ! |
fix use of file.exists removed with ruby 3.2.0 Method File.exists was deprecated with Ruby 2.2.0 and removed with Ruby 3.2.0 according to https://www.reddit.com/r/ruby/comments/1196wti/psa_and_a_little_rant_fileexists_direxists/. |
detect PolarSSL version.patch | (download) |
cmake/FindPolarSSL.cmake |
18 8 + 10 - 0 ! |
correct detection of polarssl version This patch contributes to making dislocker cross-buildable. |
fuse3.patch | (download) |
INSTALL.md |
4 2 + 2 - 0 ! |
update source to use fuse3. |