Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package reproc It failed to migrate to testing before the freeze and it has not autopkgtests because it is a library. The package is required as a dependancy for a new version of sonic-pi. [ Reason ] Package was not building on some architectures due to problems with symbols file for the C++ library. The last change removes the symbols file that was causing build problems. [ Impact ] Package is not available in some architectures. [ Tests ] Package builds correctly in unstable already. [ Risks ] The change is trivial and nothing should depend on the library at this moment. [ 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 reproc/14.2.5-2 diff -Nru reproc-14.2.5/debian/changelog reproc-14.2.5/debian/changelog --- reproc-14.2.5/debian/changelog 2024-05-15 01:01:01.000000000 +0200 +++ reproc-14.2.5/debian/changelog 2025-05-08 22:59:14.000000000 +0200 @@ -1,3 +1,11 @@ +reproc (14.2.5-2) unstable; urgency=medium + + * Drop libreproc++14.symbols + * Update lintian-overrides + * Update Standards-Version + + -- Valentin Vidic <[email protected]> Thu, 08 May 2025 22:59:14 +0200 + reproc (14.2.5-1) unstable; urgency=medium * Initial release. (Closes: #1087394) diff -Nru reproc-14.2.5/debian/control reproc-14.2.5/debian/control --- reproc-14.2.5/debian/control 2024-05-15 01:01:01.000000000 +0200 +++ reproc-14.2.5/debian/control 2025-05-08 22:56:02.000000000 +0200 @@ -6,7 +6,7 @@ Build-Depends: debhelper-compat (= 13), cmake, -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 Homepage: https://github.com/DaanDeMeyer/reproc Vcs-Browser: https://salsa.debian.org/debian/reproc Vcs-Git: https://salsa.debian.org/debian/reproc.git diff -Nru reproc-14.2.5/debian/libreproc14.lintian-overrides reproc-14.2.5/debian/libreproc14.lintian-overrides --- reproc-14.2.5/debian/libreproc14.lintian-overrides 2024-05-15 01:01:01.000000000 +0200 +++ reproc-14.2.5/debian/libreproc14.lintian-overrides 2025-05-08 22:55:05.000000000 +0200 @@ -1,2 +1,2 @@ # false positive: fortify is enabled but no unsafe calls are detected -libreproc14: hardening-no-fortify-functions [usr/lib/x86_64-linux-gnu/libreproc.so.14.2.4] +libreproc14: hardening-no-fortify-functions [usr/lib/*/libreproc.so.14.*] diff -Nru reproc-14.2.5/debian/libreproc++14.symbols reproc-14.2.5/debian/libreproc++14.symbols --- reproc-14.2.5/debian/libreproc++14.symbols 2024-05-15 01:01:01.000000000 +0200 +++ reproc-14.2.5/debian/libreproc++14.symbols 1970-01-01 01:00:00.000000000 +0100 @@ -1,25 +0,0 @@ -libreproc++.so.14 libreproc++14 #MINVER# -* Build-Depends-Package: libreproc-dev - _ZN6reproc4pollEPNS_5event6sourceEmNSt6chrono8durationIiSt5ratioILl1ELl1000EEEE@Base 14.2.5 - _ZN6reproc6signal4killE@Base 14.2.5 - _ZN6reproc6signal9terminateE@Base 14.2.5 - _ZN6reproc7process3pidEv@Base 14.2.5 - _ZN6reproc7process4forkERKNS_7optionsE@Base 14.2.5 - _ZN6reproc7process4killEv@Base 14.2.5 - _ZN6reproc7process4pollEiNSt6chrono8durationIiSt5ratioILl1ELl1000EEEE@Base 14.2.5 - _ZN6reproc7process4readENS_6streamEPhm@Base 14.2.5 - _ZN6reproc7process4stopENS_12stop_actionsE@Base 14.2.5 - _ZN6reproc7process4waitENSt6chrono8durationIiSt5ratioILl1ELl1000EEEE@Base 14.2.5 - _ZN6reproc7process5closeENS_6streamE@Base 14.2.5 - _ZN6reproc7process5startERKNS_9argumentsERKNS_7optionsE@Base 14.2.5 - _ZN6reproc7process5writeEPKhm@Base 14.2.5 - _ZN6reproc7process9terminateEv@Base 14.2.5 - _ZN6reproc7processC1EOS0_@Base 14.2.5 - _ZN6reproc7processC1Ev@Base 14.2.5 - _ZN6reproc7processC2EOS0_@Base 14.2.5 - _ZN6reproc7processC2Ev@Base 14.2.5 - _ZN6reproc7processD1Ev@Base 14.2.5 - _ZN6reproc7processD2Ev@Base 14.2.5 - _ZN6reproc7processaSEOS0_@Base 14.2.5 - _ZN6reproc8deadlineE@Base 14.2.5 - _ZN6reproc8infiniteE@Base 14.2.5

