Jérôme Benoit pushed to branch master at Debian Med / igraph
Commits: 442de9df by Jerome Benoit at 2025-08-17T18:45:30+02:00 Debian patch 0.10.16+ds-2 - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/upstream-fix-lintian-spelling_error-silence.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +igraph (0.10.16+ds-2) unstable; urgency=medium + + * Upload to unstable. + * Debianization: + - d/patches/*: + - d/p/upstream-fix-lintian-spelling_error-silence.patch, introduce. + + -- Jerome Benoit <[email protected]> Sun, 17 Aug 2025 16:45:08 +0000 + igraph (0.10.16+ds-1) experimental; urgency=medium * New upstream micro version. ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ +upstream-fix-lintian-spelling_error-silence.patch upstream-fix-multiarch-file_conflict.patch upstream-external-plfit.patch debianization.patch ===================================== debian/patches/upstream-fix-lintian-spelling_error-silence.patch ===================================== @@ -0,0 +1,38 @@ +Description: correct spelling errors as detected by lintian + Correct spelling errors as reported by lintian(1) in some binraries; + meant to silence lintian(1). +Origin: vendor, Debian +Forwarded: https://github.com/igraph/igraph/pull/2835 +Comment: spelling-error-in-binary +Author: Jerome Benoit <[email protected]> +Last-Update: 2025-08-17 + +--- a/src/properties/neighborhood.c ++++ b/src/properties/neighborhood.c +@@ -91,7 +91,7 @@ + } + + if (mindist < 0) { +- IGRAPH_ERRORF("Minium distance must not be negative, got %" IGRAPH_PRId ".", IGRAPH_EINVAL, mindist); ++ IGRAPH_ERRORF("Minimum distance must not be negative, got %" IGRAPH_PRId ".", IGRAPH_EINVAL, mindist); + } + if (!inf_order && mindist > order) { + IGRAPH_ERRORF("Minimum distance must not exceed the neighborhood order (%" IGRAPH_PRId "), got %" IGRAPH_PRId ".", +@@ -225,7 +225,7 @@ + } + + if (mindist < 0) { +- IGRAPH_ERRORF("Minium distance must not be negative, got %" IGRAPH_PRId ".", IGRAPH_EINVAL, mindist); ++ IGRAPH_ERRORF("Minimum distance must not be negative, got %" IGRAPH_PRId ".", IGRAPH_EINVAL, mindist); + } + if (!inf_order && mindist > order) { + IGRAPH_ERRORF("Minimum distance must not exceed the neighborhood order (%" IGRAPH_PRId "), got %" IGRAPH_PRId ".", +@@ -370,7 +370,7 @@ + } + + if (mindist < 0) { +- IGRAPH_ERRORF("Minium distance must not be negative, got %" IGRAPH_PRId ".", IGRAPH_EINVAL, mindist); ++ IGRAPH_ERRORF("Minimum distance must not be negative, got %" IGRAPH_PRId ".", IGRAPH_EINVAL, mindist); + } + if (!inf_order && mindist > order) { + IGRAPH_ERRORF("Minimum distance must not exceed the neighborhood order (%" IGRAPH_PRId "), got %" IGRAPH_PRId ".", View it on GitLab: https://salsa.debian.org/med-team/igraph/-/commit/442de9df7a6f149b97d1ef14f4b8d3e8e5fdecc4 -- View it on GitLab: https://salsa.debian.org/med-team/igraph/-/commit/442de9df7a6f149b97d1ef14f4b8d3e8e5fdecc4 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
