Santiago Vila pushed to branch master at Debian Med / libsbml


Commits:
ef71293f by Rafael Laboissière at 2026-02-08T10:31:51+00:00
d/rules: Fix the value of CMAKE_INSTALL_LIBDIR in the CMake cache (Closes: 
#1125648)

- - - - -
1f4ea1b5 by Rafael Laboissière at 2026-02-08T10:31:51+00:00
Update debian/copyright

- - - - -
61999969 by Rafael Laboissière at 2026-02-08T10:31:51+00:00
Update changelog for version 5.20.5+dfsg-2

- - - - -


3 changed files:

- debian/changelog
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libsbml (5.20.5+dfsg-2) unstable; urgency=medium
+
+  * Team upload.
+  * d/rules: Fix the value of CMAKE_INSTALL_LIBDIR in the CMake cache
+    (Closes: #1125648)
+
+ -- Rafael Laboissière <[email protected]>  Sun, 08 Feb 2026 10:31:51 +0000
+
 libsbml (5.20.5+dfsg-1) unstable; urgency=medium
 
   [ Sébastien Villemot ]


=====================================
debian/copyright
=====================================
@@ -52,8 +52,18 @@ License: MIT
  written permission.
 
 Files: debian/*
-Copyright: 2012-2015 Ivo Maintz <[email protected]>
-           2014-2022 Andreas Tille <[email protected]>
+Copyright: 2009 Moriyoshi Koizumi <[email protected]>
+           2009 David Paleino <[email protected]>
+           2012 Steffen <[email protected]>
+           2012 Thorsten Alteholz <[email protected]>
+           2014-2025 Andreas Tille <[email protected]>
+           2022, 2023 Étienne Mollier <[email protected]>
+           2022 Pierre Gruet <[email protected]>
+           2019, 2024 Michael R. Crusoe <[email protected]>
+           2024 Benjamin Drung <[email protected]>
+           2025 Bastian Germann <[email protected]>
+           2025 Sebastien Villemot <[email protected]>
+           2026 Rafael Laboissière <[email protected]>
 License: GPL-2.0+
 
 License: GPL-2.0+


=====================================
debian/rules
=====================================
@@ -72,6 +72,14 @@ endif
 
 override_dh_auto_configure:
        dh_auto_configure -- $(CMAKE_OPTS)
+       ### The following command is a hack to get around Bug#1125648.
+       ### For some unkown reason, the value the LIBDIR installation directory
+       ### is wrong after the invokation of cmake. It is set to:
+       ### 
/<<PKGBUILDDIR>>/debian/tmp/<<PKGBUILDDIR>>/build/lib/<<ARCHTRIPLET>>
+       ### but should actually be:
+       ### /<<PKGBUILDDIR>>/debian/tmp/lib/<<ARCHTRIPLET>>
+       sed -i build/CMakeCache.txt     \
+            -e 
"s;^CMAKE_INSTALL_LIBDIR.*;CMAKE_INSTALL_LIBDIR:PATH=lib/$$DEB_BUILD_MULTIARCH;"
 
 ifeq "$(DEB_HOST_ARCH)" "i386"
 override_dh_auto_test:



View it on GitLab: 
https://salsa.debian.org/med-team/libsbml/-/compare/f631bad18512454fdb59b6af6d363aa234a15df1...61999969093d954961dc69b014d62a66e212a732

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/libsbml/-/compare/f631bad18512454fdb59b6af6d363aa234a15df1...61999969093d954961dc69b014d62a66e212a732
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

Reply via email to