Package: milkytracker / 1.06+dfsg-2

Metadata

Package Version Patches format
milkytracker 1.06+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_remove resources music.patch | (download)

CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove add_subdirectory(resources/music)
 All the music in the resources/music directory is licensed under the
 CC-BY-SA-NC 3.0 license so had to be removed from the package. Patch out the
 relevant line from CMakeLists.txt.
02_drop cloudflare.patch | (download)

docs/ChangeLog.html | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 remove privacy-breach for very old ie
 the documentation was pulling some minified js from cloudflare
 if old InternetExplorer was detected.
03_milkycli parse error.patch | (download)

src/tools/milkycli/milkycli.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 check hasargumenterror in milkycli
04_reproducible.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use utc when writing metainfo timestamp
 To help with reproducible builds[1] the `string(TIMESTAMP)` CMake
 function respects `$SOURCE_DATE_EPOCH` if set and uses that instead of
 the current time. However, the output is still sensitive to the local
 timezone which is enough to make the build un-reproducible.
 .
 Fix this by using UTC when getting the timestamp.
 .
 [1] https://reproducible-builds.org/
05_cmake 4.patch | (download)

CMakeLists.txt | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 fix ftbfs with cmake 4