[Debian-med-packaging] Bug#1106611: ghmm ftbfs with libxml 2.14.x from experimental

Bastian Germann bage at debian.org
Mon Aug 25 18:06:23 BST 2025


Control: tags -1 patch

I am uploading a NMU to fix this.
Please find the debdiff attached.
-------------- next part --------------
diff -Nru ghmm-0.9~rc3/debian/changelog ghmm-0.9~rc3/debian/changelog
--- ghmm-0.9~rc3/debian/changelog	2025-01-14 14:17:58.000000000 +0100
+++ ghmm-0.9~rc3/debian/changelog	2025-08-25 17:03:09.000000000 +0200
@@ -1,3 +1,11 @@
+ghmm (0.9~rc3-11.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add override to d-shlibmove call due to changed libxml2 file name.
+    (Closes: #1106611)
+
+ -- Bastian Germann <bage at debian.org>  Mon, 25 Aug 2025 17:03:09 +0200
+
 ghmm (0.9~rc3-11) unstable; urgency=medium
 
   * Team Upload.
diff -Nru ghmm-0.9~rc3/debian/rules ghmm-0.9~rc3/debian/rules
--- ghmm-0.9~rc3/debian/rules	2025-01-14 14:16:29.000000000 +0100
+++ ghmm-0.9~rc3/debian/rules	2025-08-25 17:03:09.000000000 +0200
@@ -29,6 +29,7 @@
 		    --exclude-la \
 		    --override s/libgsl23-dev/libgsl-dev/ \
 		    --override s/liblapacke3-dev/liblapacke-dev/ \
+		    --override s/libxml2-16-dev/libxml2-dev/ \
 		    --movedev debian/tmp/usr/include usr \
 		    debian/tmp/usr/lib/*/*.so
 	dh_install


More information about the Debian-med-packaging mailing list