Andreas Tille pushed to branch master at Debian Med / examl
Commits: ecd5d698 by Andreas Tille at 2024-04-11T16:16:57+02:00 Add missing include - - - - - 3 changed files: - debian/changelog - + debian/patches/fix_implicit_declaration.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +examl (3.0.22-5) UNRELEASED; urgency=medium + + * Add missing include + Closes: #1066386 + + -- Andreas Tille <[email protected]> Thu, 11 Apr 2024 16:15:37 +0200 + examl (3.0.22-4) unstable; urgency=medium * Packaging update ===================================== debian/patches/fix_implicit_declaration.patch ===================================== @@ -0,0 +1,15 @@ +Desciption: Add missing include +Bug-Debian: https://bugs.debian.org/1066386 +Author: Andreas Tille <[email protected]> +Last-Update: Thu, 11 Apr 2024 16:15:37 +0200 + +--- a/examl/quartets.c ++++ b/examl/quartets.c +@@ -40,6 +40,7 @@ + #include <stdio.h> + #include <ctype.h> + #include <string.h> ++#include <libgen.h> + #include <stdint.h> + #include <inttypes.h> + #include <unistd.h> ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ hardening.patch simde +fix_implicit_declaration.patch View it on GitLab: https://salsa.debian.org/med-team/examl/-/commit/ecd5d698ed445d64b49d6091f043eba02aca8968 -- View it on GitLab: https://salsa.debian.org/med-team/examl/-/commit/ecd5d698ed445d64b49d6091f043eba02aca8968 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
