[med-svn] [Git][med-team/nim-hts][master] Tolerate incompatible pointer types to build smoothly
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sun Dec 1 16:12:05 GMT 2024
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 <tille at debian.org> Sun, 01 Dec 2024 09:58:39 +0100
=====================================
debian/patches/no-incompatible-pointer-types.patch
=====================================
@@ -0,0 +1,11 @@
+Author: Andreas Tille <tille at debian.org>
+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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20241201/024b3a0a/attachment-0001.htm>
More information about the debian-med-commit
mailing list