Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-Cc: li...@packages.debian.org, debichem-de...@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
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 <gla...@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 <gla...@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: