[Debichem-devel] Bug#1106565: unblock: libxc/5.2.3-3
Henning Glawe
glaweh at debian.org
Mon May 26 10:53:13 BST 2025
Package: release.debian.org
Severity: normal
User: release.debian.org at packages.debian.org
Usertags: unblock
X-Debbugs-Cc: libxc at packages.debian.org, debichem-devel at lists.alioth.debian.org
Control: affects -1 + src:libxc
Please unblock package libxc
[ Reason ]
It fixes several bugs:
- fix missing Fortran Cmake Package config files (#1084870)
- fix include of upstream documentation (#1035858)
- fix fails to build source after successful build (#1047002)
[ Impact ]
Unable to detect/use libxc fortran bindings in downstream/user cmake builds.
[ Tests ]
- Autopkg tests of all libxc downstream packages still pass
- generated shlib is binary identical to testing version
[ Risks ]
No risk involved (see Tests section)
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock libxc/5.2.3-3
-------------- next part --------------
diff -Nru libxc-5.2.3/debian/changelog libxc-5.2.3/debian/changelog
--- libxc-5.2.3/debian/changelog 2022-10-30 17:20:01.000000000 +0100
+++ libxc-5.2.3/debian/changelog 2025-05-15 21:04:46.000000000 +0200
@@ -1,3 +1,18 @@
+libxc (5.2.3-3) unstable; urgency=medium
+
+ * Team upload.
+ * Perform source-only upload
+ * add README.md to package (closes: #1035858)
+
+ -- Henning Glawe <glaweh at debian.org> Thu, 15 May 2025 21:04:46 +0200
+
+libxc (5.2.3-2) unstable; urgency=medium
+
+ * Team upload.
+ * enable cmake support for fortran bindings (closes: #1084870)
+
+ -- Henning Glawe <glaweh at debian.org> Tue, 06 May 2025 15:46:46 +0200
+
libxc (5.2.3-1) unstable; urgency=medium
* New upstream point release.
diff -Nru libxc-5.2.3/debian/docs libxc-5.2.3/debian/docs
--- libxc-5.2.3/debian/docs 2021-10-01 23:22:15.000000000 +0200
+++ libxc-5.2.3/debian/docs 2025-05-15 21:04:27.000000000 +0200
@@ -1,2 +1,2 @@
NEWS
-README
+README.md
diff -Nru libxc-5.2.3/debian/rules libxc-5.2.3/debian/rules
--- libxc-5.2.3/debian/rules 2020-05-24 11:30:45.000000000 +0200
+++ libxc-5.2.3/debian/rules 2025-05-15 07:44:43.000000000 +0200
@@ -20,11 +20,13 @@
dh_auto_clean
dh_auto_clean --buildsystem cmake
-rm -f testsuite/regression/lda_c/lda_c_pk09.*
+ -rm -f src/libxcf03.f90 src/libxcf90.f90
override_dh_auto_configure:
dh_auto_configure -- --enable-shared
dh_auto_configure --buildsystem cmake -- \
-DCMAKE_BUILD_TYPE=Release \
+ -DENABLE_FORTRAN=ON \
-DENABLE_XHOST=OFF
override_dh_auto_build:
More information about the Debichem-devel
mailing list