vimerbf pushed to branch master at Debian Med / ghmm
Commits: 70e19595 by Bo YU at 2024-06-27T10:44:02+08:00 add fix_imp_func_issue.patch to fix ftbfs Signed-off-by: Bo YU <[email protected]> - - - - - 8805c8a6 by Bo YU at 2024-06-27T10:57:11+08:00 prepare for unstable Signed-off-by: Bo YU <[email protected]> - - - - - 3 changed files: - debian/changelog - + debian/patches/fix_imp_func_issue.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +ghmm (0.9~rc3-7) unstable; urgency=medium + + * Team upload. + * Add fix_imp_func_issue.patch to fix ftbfs issue.(Closes: #1073355) + + -- Bo YU <[email protected]> Thu, 27 Jun 2024 10:56:57 +0800 + ghmm (0.9~rc3-6) unstable; urgency=medium * Team upload. ===================================== debian/patches/fix_imp_func_issue.patch ===================================== @@ -0,0 +1,17 @@ +Description: fix implicit declaration of function issue +Author: BO YU <[email protected]> +Bug: https://bugs.debian.org/1073355 +Forwarded: https://sourceforge.net/p/ghmm/patches/16/ +Last-Update: 2024-06-26 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/ghmm/xmlwriter.c ++++ b/ghmm/xmlwriter.c +@@ -42,6 +42,7 @@ + #include <string.h> + #include <libxml/encoding.h> + #include <libxml/xmlwriter.h> ++#include <libxml/parser.h> + + #include "ghmm.h" + #include "mes.h" ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ +fix_imp_func_issue.patch buildError.patch pythonpaths.patch fix_libxml2_config.patch View it on GitLab: https://salsa.debian.org/med-team/ghmm/-/compare/a33a7e103e7aa53d8df4c6aea9fe09aefb594e7b...8805c8a6153b42cdd309e2af7df6cbe4b0398b62 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/med-team/ghmm/-/compare/a33a7e103e7aa53d8df4c6aea9fe09aefb594e7b...8805c8a6153b42cdd309e2af7df6cbe4b0398b62 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
