cbmconvert (2.1.5-1)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the cbmconvert-2.1.5 tag
- Git: https://github.com/dr-m/cbmconvert.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 774144
- Browser: https://github.com/dr-m/cbmconvert/
- Last scan: 2023-09-28 09:36:06+00
- Next scan: 2023-09-29 11:07:00+00
- Debian changelog in Git:
cbmconvert (2.1.5-1) unstable; urgency=medium
* Maintenance release, with regression tests and bug fixes.
-- Marko Mäkelä <marko.makela@iki.fi> Sun, 15 May 2022 16:48:40 +0300
- This branch is 4 commits ahead of tag cbmconvert-2.1.5
- Git log:
commit 8e64d438f77dc3c5c97fa1c582c1be84a92315a5
Author: Marko Mäkelä <marko.makela@iki.fi>
Date: Thu Oct 13 08:48:52 2022 +0300
Clarify the .deb build instructions
commit dd51a8c1bac3fd8bc1d25748c2751a0d895ba606
Author: Marko Mäkelä <marko.makela@iki.fi>
Date: Thu Oct 13 08:32:21 2022 +0300
INSTALL(TARGETS...) misses RUNTIME DESTINATION
CMake 3.10.2 would report the following:
CMake Error at CMakeLists.txt:57 (INSTALL):
INSTALL TARGETS given no RUNTIME DESTINATION for executable target
"cbmconvert".
The RUNTIME DESTINATION attribute appears to be optional in some other
CMake versions (tested with 3.24.2). According to the documentation,
already the oldest CMake version that we intend to support (3.0.2)
recognizes that attribute.
Closes #2
commit 43acb53b02e43d7116c446706aa0125801808959
Author: Marko Mäkelä <marko.makela@iki.fi>
Date: Sat May 28 12:43:44 2022 +0300
Make some tests portable on Microsoft Windows
FILE(WRITE) and FILE(READ) will treat CR and LF differently between
Microsoft Windows and POSIX. Avoid writing them, and adjust checksums.
commit 34a78d4370895f2b571c43201a4a516d4e6d7915
Author: Marko Mäkelä <marko.makela@iki.fi>
Date: Tue May 24 21:45:41 2022 +0300
Permission tests may fail when run as super-user