Bug#1100578: mbt: using icu but missing libicu-dev explicit dependency
    Gianfranco Costamagna 
    locutusofborg at debian.org
       
    Sat Mar 15 17:03:58 GMT 2025
    
    
  
Source: mbt
Version: 3.11-1
Severity: serious
Tags: patch
Hello, looks like timbl uses directly icu
./configure.ac:AC_OSX_PKG( [icu4c] )
./configure.ac:PKG_CHECK_MODULES([ICU], [icu-uc >= 50 icu-io] )
But misses a build-dependency on libicu-dev.
Note: currently this is added via libxml2-dev, but this might change in the future, libxml2 might loose icu support, or stop dragging it in (e.g. what was done in Ubuntu devel release).
Golden rule to me looks to explicitly depend on it, to avoid issues in other Debian releases, backports or in the future.
diff -Nru mbt-3.11/debian/changelog mbt-3.11/debian/changelog
--- mbt-3.11/debian/changelog	2025-01-09 15:25:09.000000000 +0000
+++ mbt-3.11/debian/changelog	2025-03-15 16:59:56.000000000 +0000
@@ -1,3 +1,9 @@
+mbt (3.11-1.1) unstable; urgency=medium
+
+  * Runtime depend on libicu-dev to fix a missing dependency possible FTBFS
+    (Closes: #-1)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Sat, 15 Mar 2025 17:59:56 +0100
+
  mbt (3.11-1) unstable; urgency=medium
  
    * New upstream release (v3.11)
diff -Nru mbt-3.11/debian/control mbt-3.11/debian/control
--- mbt-3.11/debian/control	2025-01-09 15:25:09.000000000 +0000
+++ mbt-3.11/debian/control	2025-03-15 16:59:55.000000000 +0000
@@ -13,6 +13,7 @@
   libticcutils-dev (>= 0.36),
   libtimbl-dev (>= 6.10),
   libxml2-dev,
+ libicu-dev,
   pkgconf,
  Standards-Version: 4.7.0
  Rules-Requires-Root: no
thanks for considering it!
Gianfranco
    
    
More information about the debian-science-maintainers
mailing list