Andreas Tille pushed to branch master at Debian Med / nim-hts
Commits: 1584f74d by Andreas Tille at 2024-12-01T17:10:28+01:00 Tolerate incompatible pointer types to build smoothly - - - - - 3 changed files: - debian/changelog - + debian/patches/no-incompatible-pointer-types.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,8 @@ nim-hts (0.3.25+ds-1) UNRELEASED; urgency=medium * Fix watch file * New upstream version * Standards-Version: 4.7.0 (routine-update) + * Tolerate incompatible pointer types to build smoothly + Closes: #1081123 -- Andreas Tille <[email protected]> Sun, 01 Dec 2024 09:58:39 +0100 ===================================== debian/patches/no-incompatible-pointer-types.patch ===================================== @@ -0,0 +1,11 @@ +Author: Andreas Tille <[email protected]> +Last-Update: 2024-12-01 +Bug-Debian: https://bugs.debian.org/1081123 +Description: Tolerate incompatible pointer types to build smoothly + +--- a/tests/nim.cfg ++++ b/tests/nim.cfg +@@ -1 +1,3 @@ + path = "$projectPath/../src" ++gcc.options.always = "-Wno-incompatible-pointer-types" ++ ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ dontDoNestedTests.patch disable-test-with-sourceless-file.patch fix-version-comparision.patch +no-incompatible-pointer-types.patch View it on GitLab: https://salsa.debian.org/med-team/nim-hts/-/commit/1584f74d8057b83fc737537b6c2a5e4db581a27a -- View it on GitLab: https://salsa.debian.org/med-team/nim-hts/-/commit/1584f74d8057b83fc737537b6c2a5e4db581a27a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
